you see the users who are online on your server, as well as the users participating in 
groupchat by browsing to the server, for example, sending:
<iq type="get" to="server.name.com/admin"><query xmlns="jabber:iq:browse"/></iq> 
will return a list of users who are online (as long as you have admin status on the 
server).

and browsing to the conference service:
<iq type="get" to="conference.server.com"><query xmlns="jabber:iq:browse"/></iq>
will return a list of active groups, which you may then browse to each group:
<iq type="get" to="[EMAIL PROTECTED]"><query xmlns="jabber:iq:browse"/></iq>
to get a list of users participating in that group.  NOTE that you may or may not be
able to see the real JID of users in grupchat, depending on their privacy settings.


On Thu, Aug 09, 2001 at 09:21:27AM -0700, David Rainville wrote:
> Hi guyz,
> 
>     Is there a way to know the list users that are in my jabber server with xml code 
>(like an iq message) and the same with the conference 0.40 module?
> 
> 
> Thanks in advance :)
> 
> David Rainville
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to