I would like to have a database store of user statuses, as they come online/offline/afk. Can ejabberd store status changes to a database?

link|improve this question

1  
Not that I know of. But there is the mod_last that goes with ejabberd that keeps the last presence of the user. Maybe you could take it from there. – Nuno Freitas Jan 23 at 10:50
feedback

2 Answers

up vote 1 down vote accepted

This feature is not provided as a default in ejabberd, because it does not scale out of the box. This is the reason ejabberd has kept a very low latency and improve the real time nature of XMPP.

link|improve this answer
feedback

It doesn't appear that ejabberd comes with this functionality baked in, but it's possible to achieve something close enough, several different ways - I believe the standard method is to create a component.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.