Presence, Status

Hello everyone.

I am trying to find, where in the database, is the user’s current presence stored. I’ve read through the schema, but I can’t find it. Essentially, I’d like to create a dynamic web page that looks up the users’ status (online, offline, available, etc). What table would I look to for this information?

Any help is super appreciated.

Thanks!!

I would be surprised it status is actually stored in the database.

Hello,

Transient information like online user status is not stored in the database. You should check out the Presence Plugin

http://www.igniterealtime.org/projects/openfire/plugins/presence/readme.html

daryl