Skip to content

Commit cb00b77

Browse files
Archive namespace is "urn:xmpp:archive"
According to XEP-0136, the right namespace is “urn:xmpp:archive”. Does not work otherwise at least on Tigase
1 parent 9c50c2c commit cb00b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archive/strophe.archive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Strophe.addConnectionPlugin('archive', {
55
init: function(connection) {
66
this._connection = connection;
77
Strophe.addNamespace('DELAY', 'jabber:x:delay');
8-
Strophe.addNamespace('ARCHIVE', 'http://www.xmpp.org/extensions/xep-0136.html#ns');
8+
Strophe.addNamespace('ARCHIVE', 'urn:xmpp:archive');
99
},
1010

1111
listCollections: function(jid, rsm, callback) {

0 commit comments

Comments
 (0)