<div>Every xmppConnection have its own roster :P</div>
<div>when you create a xmppconnection like:</div>
<div>XMPPConnection connection = new XMPPConnection("<a href="http://jabber.org">jabber.org</a>");</div>
<div> </div>
<div>the roster is the user that logs using the XMPPConnection, like:</div>
<div>connection.login("user1", "password");</div>
<div> </div>
<div>to get this roster, you need just to do implement:</div>
<div> Roster roster = connection.getRoster();</div><br><br>
<div><span class="gmail_quote">2007/3/7, Tomasz Sterna <<a href="mailto:tomek@xiaoka.com">tomek@xiaoka.com</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Dnia 07-03-2007, śro o godzinie 11:33 +0200, rajeev k napisał(a):<br>> I am not sure if RFC 2396 is applicable to Jabber world or not. If it
<br>> is applicable "@" should be replaced with "%40" not with "%".<br><br>We do not need urlencode in XMPP.<br>We fully support UTF-8 everywhere :-)<br><br><br>--<br>Tomasz Sterna<br>Xiaoka Grp.
<a href="http://www.xiaoka.com/">http://www.xiaoka.com/</a><br><br></blockquote></div><br>