feat: Implement XEP-0444

This commit is contained in:
2022-12-06 14:09:07 +01:00
parent 0ae13acca0
commit d9e4a3c1d4
8 changed files with 120 additions and 9 deletions

View File

@@ -26,3 +26,4 @@ const cryptographicHashManager = 'org.moxxmpp.cryptographichashmanager';
const delayedDeliveryManager = 'org.moxxmpp.delayeddeliverymanager';
const messageRetractionManager = 'org.moxxmpp.messageretractionmanager';
const lastMessageCorrectionManager = 'org.moxxmpp.lastmessagecorrectionmanager';
const messageReactionsManager = 'org.moxxmpp.messagereactionsmanager';