On 14/09/05, Raffaele Sena <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/

Reply via email to