Reputation: 616
I am using openfire as xmpp server and strophejs
in client, is there any way we can implement features like message seen,message delivered, message not delivered,message sending failed
list. is there any plugin for implementing this as I couldn't able to find any plugin.
Upvotes: 0
Views: 404
Reputation: 646
XEP-0184 is what you need for this use case.
In Strophe's Github repository, there is plugin: strophejs-plugin-receipts which is an implementation of XEP-0184.
I haven't used this plugin so you will have to add this plugin to your project and test. Also, in case of any missing functionality, you should be able to add/implement based on the specifications of XEP.
Upvotes: 0