[jdev] Integrating XMPP with enterprise applications
Norman Rasmussen
normanr at gmail.com
Wed Sep 14 05:16:06 CDT 2005
On 14/09/05, Raffaele Sena <raff at aromatic.org> wrote:
> What I would really like to do is have a single connection between the
> application server and the XMPP server and some state information in the
> application server for the connected clients. I thought that I could use the
> server-to-server protocol to talk between the application server and the
> XMPP server but there is no standard "server" library available (JSO seems
> to support have some support for s2s but there are no examples of how to use
> it).
Why don't you make the application server connect to the xmpp server
as a jabber component? It's pretty much give the same functionality
as s2s without all the dialback requirements. That way you get a
lightweight single connection that can have several users behind it.
(and you get several good examples of how to go about coding it)
--
- Norman Rasmussen
- Email: norman at rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
More information about the JDev
mailing list