Your client could just use "/" as a delimiter, and use group names like
this:

 <iq type="set">
   <query xmlns="jabber:iq:roster">
      <item jid="[EMAIL PROTECTED]" name="Foo">
         <group>Corporate/Engineering/Laboratory</group>
      </item>
   </query>
</iq>

There would be no server changes needed, and clients that didn't know the
naming standard would continue to work adequately.

-- 
Joe Hildebrand

> -----Original Message-----
> From: Kenta Shiga [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 25, 2002 10:18 PM
> To: [EMAIL PROTECTED]
> Subject: [JDEV] nested group
> 
> 
> Hi all,
> 
> Could anyone give me advice
> how a jabber client can get/set a 'nested group'
> by an <iq/> element with jabber:iq:roster namespace
> or other methods ?
> 
> By the word 'nested group',
> I mean a group that is a member of another group.
> 
> For example,
> suppose one of my contacts (buddies) is a member of 'sales' group,
> how can a jabber client make 'sales' group be a member of 'abc.com' ?
> 
> In my opinion,
> if the current jabber protocol doesn't support this feature,
> modification (or extension) of the protocol is needed.
> 
> Thanks in advance.
> 
> --
> Kenta Shiga, Researcher
> Systems Development Laboratory, Hitachi,Ltd.
> Tel: +81 45 860 3077 (ext.874-4435)
> Fax: +81 45 860 1675 (ext.874-4402)
> 
> 
> _______________________________________________
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev
> 
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to