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

有帮助吗?

解决方案

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

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top