[jdev] Re: Adding a contact to msn from jabber.

Bruno Bechler Machado brunoasdfgh at gmail.com
Wed Mar 7 10:08:47 CST 2007


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 <tomek at xiaoka.com>:
>
> 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/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20070307/c659b3d2/attachment-0002.htm>


More information about the JDev mailing list