Every xmppConnection have its own roster :P
when you create a xmppconnection like:
XMPPConnection connection = new XMPPConnection("jabber.org");

the roster is the user that logs using the XMPPConnection, like:
connection.login("user1", "password");

to get this roster, you need just to do implement:
Roster roster = connection.getRoster();


2007/3/7, Tomasz Sterna <[EMAIL PROTECTED]>:

Dnia 07-03-2007, śro o godzinie 11:33 +0200, rajeev k napisał(a):
> I am not sure if RFC 2396 is applicable to Jabber world or not. If it
> is applicable "@" should be replaced with "%40" not with "%".

We do not need urlencode in XMPP.
We fully support UTF-8 everywhere :-)


--
Tomasz Sterna
Xiaoka Grp.  http://www.xiaoka.com/


Reply via email to