문제

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