ejabberd - Comments for "Allow get last activity from user who is not contact" https://www.ejabberd.im/node/5303 en Might be worth looking at https://www.ejabberd.im/node/5303#comment-58524 <p>Might be worth looking at this very helpful module... <noindex><a href="https://github.com/theozaurus/mod_eventful" title="https://github.com/theozaurus/mod_eventful" rel="nofollow" >https://github.com/theozaurus/mod_eventful</a></noindex><br /> I found it recently to solve a similar problem.</p> <p>The module sends an HTTP request on certain events (presence change, online, offline etc).<br /> 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.</p> <p>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.</p> Wed, 11 Apr 2012 16:55:44 +0000 batfastad comment 58524 at https://www.ejabberd.im Take a look at https://www.ejabberd.im/node/5303#comment-58467 <p>Take a look at mod_service_log. Maybe it can provide what you need.<br /> Or any of mod_log_* on the Contributions page.</p> Tue, 27 Mar 2012 11:39:39 +0000 mikekaganski comment 58467 at https://www.ejabberd.im