Browse Source

Fix typo, fixes MAM again :)

JC Brand 7 years ago
parent
commit
0e61eda620
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/converse-core.js

+ 1 - 1
src/converse-core.js

@@ -39,7 +39,7 @@
     Strophe.addNamespace('FORWARD', 'urn:xmpp:forward:0');
     Strophe.addNamespace('HINTS', 'urn:xmpp:hints');
     Strophe.addNamespace('HTTPUPLOAD', 'urn:xmpp:http:upload:0');
-    Strophe.addNamespace('MAM', 'urn:xmpp:mam:2');
+    Strophe.addNamespace('MAM', 'urn:xmpp:mam:1');
     Strophe.addNamespace('NICK', 'http://jabber.org/protocol/nick');
     Strophe.addNamespace('OUTOFBAND', 'jabber:x:oob');
     Strophe.addNamespace('PUBSUB', 'http://jabber.org/protocol/pubsub');