We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeb58e4 + cb00b77 commit 5e65ddaCopy full SHA for 5e65dda
1 file changed
archive/strophe.archive.js
@@ -5,7 +5,7 @@ Strophe.addConnectionPlugin('archive', {
5
init: function(connection) {
6
this._connection = connection;
7
Strophe.addNamespace('DELAY', 'jabber:x:delay');
8
- Strophe.addNamespace('ARCHIVE', 'http://www.xmpp.org/extensions/xep-0136.html#ns');
+ Strophe.addNamespace('ARCHIVE', 'urn:xmpp:archive');
9
},
10
11
listCollections: function(jid, rsm, callback) {
0 commit comments