Check if server suppors MAM

This commit is contained in:
Michael Vetter
2020-04-12 00:24:00 +02:00
parent aedecee962
commit 98200ebd43
2 changed files with 6 additions and 2 deletions

View File

@@ -69,6 +69,7 @@
#define XMPP_FEATURE_PUBSUB_PUBLISH_OPTIONS "http://jabber.org/protocol/pubsub#publish-options"
#define XMPP_FEATURE_USER_AVATAR_METADATA_NOTIFY "urn:xmpp:avatar:metadata+notify"
#define XMPP_FEATURE_LAST_MESSAGE_CORRECTION "urn:xmpp:message-correct:0"
#define XMPP_FEATURE_MAM2 "urn:xmpp:mam:2"
typedef enum {
JABBER_CONNECTING,