Using jso library to build an xmpp server
2006-01-13 02:56:26 GMT
I’m looking for a library to server side xmpp requests. Is this something that the jso library would be well suited for?
I played around with the EchoClient and EchoServer. I assume that XPathListener implementations would be used on the server side to process in coming packets in much the same way EchoClient does. However, It appears that the EchoServer example is very simple and does not wire any XPathListeners. Consequently the EchoClient cannot be executed against the EchoServer without hanging.
Did I miss something?
If not, can someone help a poor newbie and provide a simple update to EchoServer that can process the packets sent by EchoClient? I tried to do this, but my XPathListener was never called for the login from the EchoClient:
<iq xmlns='jabber:client' id='auth-1' to='pcl-shaughnessy' type='get'>
<query xmlns='jabber:iq:auth'>
<username>pcl-shaughnessy</username>
<resource>cmc</resource>
</query>
</iq>
Thanks,
-Steve
_______________________________________________ jso-devel mailing list jso-devel <at> jabberstudio.org http://mail.jabber.org/mailman/listinfo/jso-devel
RSS Feed