In which table/column the PresenceInfo(Online/Offline/Away/...) will be stored.

Hi All
I am using ejabberd2.x with odbc(Mysql5.x). I would like to know, in which table/column the PresenceInfo(Online/Offline/Away/...) will be stored. Any Help? Thanks in advance.

Not in database. Can be accessed by modules.

That information is kept in memory, and is not stored in a database.

An ejabberd module can know such info. For example, it would be possible to add a new command to ejabberdctl, so you can ask the status of a user using the command line. It is also possible to implement as an xmlrpc call in mod_xmlrpc.

Syndicate content