On Wed, Jan 21, 2004 at 04:56:04PM -0500, Katz, Dov B (IT) wrote: > Thanks. That part (and I'm tooting my/our horn here) we are able to do via our > jabber gateway framework (JGF) which we are releasing to open source. > > I'm looking in particular for the message exchange between C2S and sessions > component, etc, once connected... > > I'm trying to rewrite C2S to host it outside the jabber server for accepting client > connections, and notifying the server for creation and destruction of them, etc... > Does anyone know the message exchange needed to do this/
That's not part of the standard protocol defined by the JSF/IETF -- it's really implementation-specific, and jabberd2 uses a different protocol (I think) than jabberd 1.4.x does. So you have a couple questions to ask yourself: 1. Do you want to be tied to jabberd 1.4.x? 2. Can you use jabberd2 + jadc2s instead? 3. If you need this, are you use that Java is the right approach? Understand that I'm not close to this stuff in jabberd*, just providing a few questions. Others can, I'm sure, speak to this with more authority than I can. /psa _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
