Find currently online users

Hi,

I need to find out the currently online users on my servers. I need their JIDS, how can I do that. Is there a module which I can use to get that information and how.

Thanks

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

At least five ways: 1.

At least five ways:

1. WebAdmin: http://localhost:5280/admin/server/localhost/online-users/

2. ejabberdctl:

$ ejabberdctl connected_users
testuser1@localhost/desktop
badlop171e@localhost/Tka

3. Using Service Discovery in a Jabber client

4. XML-RPC by installing ejabberd_xmlrpc

5. REST by installing mod_rest

Syndicate content