From 279b92daac8eae020353b64b176cc0af800d3e6a Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 11 Feb 2020 18:19:28 +0100 Subject: Update MAM implementation to v0.6 This updates the MAM implementation to version 0.6.0. The new namespace is now used (mam:2). There is no compatibility layer with the old namespace (mam:1) since both ejabberd and prosody have updated their MAM implementation to support the mam:2 namespace a while ago. Closes #254. --- src/base/QXmppConstants.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/QXmppConstants.cpp') diff --git a/src/base/QXmppConstants.cpp b/src/base/QXmppConstants.cpp index b88bccf6..bd813ea6 100644 --- a/src/base/QXmppConstants.cpp +++ b/src/base/QXmppConstants.cpp @@ -130,7 +130,7 @@ const char* ns_forwarding = "urn:xmpp:forward:0"; // XEP-0308: Last Message Correction const char* ns_message_correct = "urn:xmpp:message-correct:0"; // XEP-0313: Message Archive Management -const char* ns_mam = "urn:xmpp:mam:1"; +const char* ns_mam = "urn:xmpp:mam:2"; // XEP-0319: Last User Interaction in Presence const char* ns_idle = "urn:xmpp:idle:1"; // XEP-0333: Chat Markers -- cgit v1.2.3