Question

When I send a message to a XMPP openfire user, I need a response of the particular user's activity. Like if he/she saw the message or not, typing a message for me or not etc. I am using Monitoring Service plugin of openfire, so I can get all chat history from there, i need to know about receiver activity about that particular message or conversation.

Now I am using strophe.js to handle all my requests and responses in my web page.

Is there any way with their plugins(like strophe) to make this..?

Can any one help me to solve this problem, i am new to XMPP openfire server.

thanks, biswajit

Was it helpful?

Solution

XEP-0184: Message Delivery Receipts - http://xmpp.org/extensions/xep-0184.html

XEP-0085: Chat State Notifications - http://xmpp.org/extensions/xep-0085.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top