If there is some specification/doc/JEP on groups somewhere, could we add a section recommending the use of slashes (or something else) for hierarchy? Otherwise, we'll end up with different clients being incompatible with hierarchy rosters, like one using a.b.c and one using a/b/c and one using <group name="a"><group name="b"><group name="c"/></group></group>, and standardization would solve this.
- Mike On Friday 27 September 2002 12:56 pm, Joe Hildebrand wrote: > 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. _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
