Hi all,<br>&nbsp;&nbsp;&nbsp; I wanted to know wheather is it possible to add only groups without any jid&#39;s by sending the fallowing stanza<br><br>&lt;iq type=&quot;set&quot; id=&quot;311432316575&quot;&gt; &lt;query xmlns=&quot;jabber:iq:roster&quot;&gt; 
<br>&nbsp;&lt;item&gt; <br>&nbsp;&nbsp;&nbsp; &lt;group&gt;myfreinds&lt;/group&gt;<br>&nbsp;&nbsp;&nbsp; &lt;group&gt;Family&lt;/group&gt;&nbsp;&nbsp;  <br>&nbsp;&lt;/item&gt;<br>&lt;/query&gt;<br>&lt;/iq&gt;<br><br>If i send the above stanza, I&#39;m getting the fallowing error message from the server
<br>--<br>&lt;iq xmlns=&#39;jabber:client&#39; id=&#39;311432316575&#39; type=&#39;error&#39;&gt; &lt;error type=&#39;modify&#39; code=&#39;400&#39;&gt;&lt;bad-request xmlns=&#39;urn:ietf:params:xml:ns:xmpp-stanzas&#39;/&gt;&lt;/error&gt;&lt;query xmlns=&#39;jabber:iq:roster&#39;&gt; &lt;item&gt; &lt;group&gt;myfreinds&lt;/group&gt;
<br>&nbsp;&lt;group&gt;Family&lt;/group&gt;&nbsp;<br>&lt;/item&gt;<br>&lt;/query&gt;<br>&lt;/iq&gt;<br><br>Is there any way to add only groups and is it possible to create a new contact list ( roster ) in jabber?<br><br>Regards,<br>
Ganesh<br>