What you want is something like mod_groups: http://docs.jabber.org/server/html/groups.html
Although not many clients support it properly. WinJab does, JIM almost does (http://support.jabber.com/pipermail/jim/2002-February/000290.html). I wanted to use JIM, so I have had to resort to manually (with a script) populating each users roster in their user.xml file. I basically add: <query xmlns='jabber:iq:roster' xdbns='jabber:iq:roster'> <item jid='[EMAIL PROTECTED]' name='user1' subscription='both'> <group>Sales</group> </item> <item jid='[EMAIL PROTECTED]' name='user2' subscription='both'> <group>Support</group> </item> </item> </query> Chris. [EMAIL PROTECTED] wrote: > > hello everybody !! > I was just wondering if something already exists that enables group > managing..... > i would like to create permanent groups of users, accessible to everybody, > and also a kind of "jabber group directory" (like JUD :)) > > thanks > Paul > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
