User information DB Schema

Hi,

I need to know if information about users status is stored in real time in a table of the DB.

Anyone can help me?

Thanks.

Hey Karlo,

Jive Messenger does not store information about a user session in the database. If you are trying to find out a user presence to integrate it with other applications, you may want to take a look at the presence servlet plugin. The presence plugin will let you obtain the presence status in XML format by using a servlet.

Hope that helps,

– Gato

Hi dombiak_gaston,

I have a similar case where I need to check for users presence, if the user is online I need to reflect the same using an icon across the site (much like yahoo does with their smiley).

I use PHP as a scripting language for my development, can you please help me guide on how to go about doing this.

Sunil

Sunil,

Have you tried out the presence plugin?

Regards,

Matt

Hi Matt,

Thanks for your reply.

I am totally new to JIVE. From reading the documents and forums posts… I have started gaining interest in JIVE…

Can you please guide me on to this plugin so that I could further research on the same.

Sunil

Sunil,

Check out the documentation at:

http://www.jivesoftware.org/messenger/plugins/presence/readme.html

and let us know if you have futher questions.

Regards,

Matt