xmpp.js icon indicating copy to clipboard operation
xmpp.js copied to clipboard

How to send/receive acks with xmpp.js?

Open shubham1164 opened this issue 6 years ago • 4 comments

I want some kind of confirmation from the sever about the received from the client. I came to know about the acks mechanism which holds a counter at the server and returns the incremented value as per the number of or stanza sent by the client (xmpp.js client). Please let me know how to achieve this kind of mechanism in xmpp.js?

shubham1164 avatar Nov 13 '18 06:11 shubham1164

work in progress https://github.com/xmppjs/xmpp.js/pull/580

will finish this weekend i think

sonnyp avatar Nov 16 '18 21:11 sonnyp

Glad to know 👍

shubham1164 avatar Dec 04 '18 08:12 shubham1164

any update on this?

shubham1164 avatar Jun 30 '19 17:06 shubham1164

https://github.com/xmppjs/xmpp.js/pull/776 testing/feedback appreciated

sonnyp avatar Nov 19 '19 23:11 sonnyp