[JDEV] nested group
Joe Hildebrand
JHildebrand at jabber.com
Fri Sep 27 15:56:22 CDT 2002
Your client could just use "/" as a delimiter, and use group names like
this:
<iq type="set">
<query xmlns="jabber:iq:roster">
<item jid="foo at bar.com" 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:shiga at sdl.hitachi.co.jp]
> Sent: Wednesday, September 25, 2002 10:18 PM
> To: jdev at jabber.org
> 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
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>
More information about the JDev
mailing list