Hi all,<br> I wanted to know wheather is it possible to add only groups without any jid's by sending the fallowing stanza<br><br><iq type="set" id="311432316575"> <query xmlns="jabber:iq:roster">
<br> <item> <br> <group>myfreinds</group><br> <group>Family</group> <br> </item><br></query><br></iq><br><br>If i send the above stanza, I'm getting the fallowing error message from the server
<br>--<br><iq xmlns='jabber:client' id='311432316575' type='error'> <error type='modify' code='400'><bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error><query xmlns='jabber:iq:roster'> <item> <group>myfreinds</group>
<br> <group>Family</group> <br></item><br></query><br></iq><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>