It works on the jabber.org 1.4 (we use it on 1.4.2), and uses the <component:accept> method of connecting to the server. I don't see why it couldn't work on any server which implements component:accept as the 1.4 one does.
Further, it's probably easy to adapt the code to connect to any other type of server, Just modify com.morganstanley.gateway.GatewayImplementation's connect() method as you need to. -Dov -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Pendleton Sent: Monday, April 26, 2004 2:00 PM To: 'Jabber software development list' Subject: RE: [jdev] ANNOUNCE: Jabber Gateway Framework (JGF) is released This is really something that is needed, since building gateways is kind of a mystical art. Will a gateway built with this framework work on different Jabber server implementations? Thanks -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Saint-Andre Sent: Monday, April 26, 2004 1:55 PM To: Jabber software development list Subject: Re: [jdev] ANNOUNCE: Jabber Gateway Framework (JGF) is released Hi Joe, That's great news! Thanks for releasing this code to the community. Peter On Fri, Apr 23, 2004 at 04:21:26PM -0400, Bravate, Joseph (IT) wrote: > Folks; > > After a REALLY long lead time I am happy to announce that the source > code to the Jabber Gateway Framework (aka JGF) has finally been > released to the Open Source community. Right now a very minimalist web > page is available at http://jabbergw.sourceforge.net/ and download > files are available on our project page on SourceForge. > > This project is a Java framework that provides a great deal of support > for stateful Jabber gateway implementations. Using this library as a > starting point, a simple Jabber server extension could be coded very > quickly. The JGF provides built-in support for a Gateway > administration "bot", a web-based status/admin interface, gateway > registration, gateway JUD lookups and (old-protocol) multi-user chat. > > Take a look at it and pass any feedback to me. In the meantime we will > be updating the project's Home Page and cleaning-up anything that > needs it. > > Thanks, > Joe. _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev
