Hi,
is it possible configure server to allow get last activity from user who is not in contact list. I want to allow admin get that information from all users.
Thanks!
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi,
is it possible configure server to allow get last activity from user who is not in contact list. I want to allow admin get that information from all users.
Thanks!
Take a look at
Take a look at mod_service_log. Maybe it can provide what you need.
Or any of mod_log_* on the Contributions page.
Might be worth looking at
Might be worth looking at this very helpful module...https://github.com/theozaurus/mod_eventful
I found it recently to solve a similar problem.
The module sends an HTTP request on certain events (presence change, online, offline etc).
So you'd need to write some PHP and have a database (MySQL or something) to store the presence changes but it might do what you're looking for.
I wanted to be able to display presence on our intranet but without having subscriptions going backwards and forwards, getting the updates from ejabberd and not directly from the XMPP client.