feat: Improve the API provided by the DiscoManager

Fixes #21.
This commit is contained in:
2023-01-27 16:26:01 +01:00
parent bff4a6f707
commit 1bd61076ea
14 changed files with 396 additions and 249 deletions

View File

@@ -28,3 +28,4 @@ const messageRetractionManager = 'org.moxxmpp.messageretractionmanager';
const lastMessageCorrectionManager = 'org.moxxmpp.lastmessagecorrectionmanager';
const messageReactionsManager = 'org.moxxmpp.messagereactionsmanager';
const stickersManager = 'org.moxxmpp.stickersmanager';
const entityCapabilitiesManager = 'org.moxxmpp.entitycapabilities';