Been searching all around.. in what lang i can write an app that can 'get' a jabber online contact list, and analyze it afterwards.
Thanks!
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Been searching all around.. in what lang i can write an app that can 'get' a jabber online contact list, and analyze it afterwards.
Thanks!
You can write a small XMPP
You can write a small XMPP client that logins to the server, gets the roster and logouts.
If you are admin of the ejabberd server, you can install mod_admin_extra, enable it, and execute this ejabberd command, example:
If you prefer to query this command using XML-RPC, install ejabberd_xmlrpc. If you prefer REST, install mod_rest.