<div>Every xmppConnection have its own roster :P</div>
<div>when you create a xmppconnection like:</div>
<div>XMPPConnection&nbsp;connection = new XMPPConnection(&quot;<a href="http://jabber.org">jabber.org</a>&quot;);</div>
<div>&nbsp;</div>
<div>the roster is the user that logs using the XMPPConnection, like:</div>
<div>connection.login(&quot;user1&quot;, &quot;password&quot;);</div>
<div>&nbsp;</div>
<div>to get this roster, you need just to do implement:</div>
<div>&nbsp;Roster roster = connection.getRoster();</div><br><br>
<div><span class="gmail_quote">2007/3/7, Tomasz Sterna &lt;<a href="mailto:tomek@xiaoka.com">tomek@xiaoka.com</a>&gt;:</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>&gt; I am not sure if RFC 2396 is applicable to Jabber world or not. If it
<br>&gt; is applicable &quot;@&quot; should be replaced with &quot;%40&quot; not with &quot;%&quot;.<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.&nbsp;&nbsp;
<a href="http://www.xiaoka.com/">http://www.xiaoka.com/</a><br><br></blockquote></div><br>