sstrigler / JSJaC

JavaScript Jabber Client Library
Other
295 stars 86 forks source link

Support XEP-0184: Message Delivery Receipts #91

Open OmarMakled opened 3 years ago

OmarMakled commented 3 years ago

How to support https://xmpp.org/extensions/xep-0184.html#intro is there any way to add this xep like https://github.com/strophe/strophejs-plugin-receipts

sstrigler commented 3 years ago

JSJaC is a low level library. You can implement XEP-0184 on top of JSJaC without modification. At some point there was an effort to collect code snippets for implementations of the most common extensions but this went nowhere. Probably you’re best off using Strophe and its plugins if you want to safe yourself from implementing everything on your own. JSJaC is not actively maintained anymore at this time.

On 9 Apr 2021, at 03:14, OmarMakled @.***> wrote:

 How to support https://xmpp.org/extensions/xep-0184.html#intro is there any way to add this xep like https://github.com/strophe/strophejs-plugin-receipts

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.