Commit 2d5e8262 authored by JC Brand's avatar JC Brand

Create new builds

parent 30c9a878
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -9325,15 +9325,6 @@ ...@@ -9325,15 +9325,6 @@
"integrity": "sha1-fO7sUbMnLMXGxq53R0eApYQPGqc=", "integrity": "sha1-fO7sUbMnLMXGxq53R0eApYQPGqc=",
"dev": true "dev": true
}, },
"strophejs-plugin-disco": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/strophejs-plugin-disco/-/strophejs-plugin-disco-0.0.1.tgz",
"integrity": "sha1-JVoXdsZDFOnZ5OxS1XM+6vUWx/k=",
"dev": true,
"requires": {
"strophe.js": "1.2.14"
}
},
"strophejs-plugin-ping": { "strophejs-plugin-ping": {
"version": "0.0.1", "version": "0.0.1",
"resolved": "https://registry.npmjs.org/strophejs-plugin-ping/-/strophejs-plugin-ping-0.0.1.tgz", "resolved": "https://registry.npmjs.org/strophejs-plugin-ping/-/strophejs-plugin-ping-0.0.1.tgz",
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
"backbone.overview", "backbone.overview",
"moment", "moment",
"strophe", "strophe",
"strophe.disco",
"strophe.rsm", "strophe.rsm",
"strophe.vcard", "strophe.vcard",
"strophe.ping", "strophe.ping",
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
"converse-profile": "builds/converse-profile", "converse-profile": "builds/converse-profile",
"converse-register": "builds/converse-register", "converse-register": "builds/converse-register",
"converse-roomslist": "builds/converse-roomslist", "converse-roomslist": "builds/converse-roomslist",
"converse-roster": "builds/converse-roster",
"converse-rosterview": "builds/converse-rosterview", "converse-rosterview": "builds/converse-rosterview",
"converse-singleton": "builds/converse-singleton", "converse-singleton": "builds/converse-singleton",
"converse-vcard": "builds/converse-vcard", "converse-vcard": "builds/converse-vcard",
......
...@@ -204,12 +204,6 @@ ...@@ -204,12 +204,6 @@
}); });
function addClientFeatures () { function addClientFeatures () {
/* The strophe.disco.js plugin keeps a list of features which
* it will advertise to any #info queries made to it.
*
* See: http://xmpp.org/extensions/xep-0030.html#info
*/
// See http://xmpp.org/registrar/disco-categories.html // See http://xmpp.org/registrar/disco-categories.html
_converse.api.disco.addIdentity('client', 'web', 'Converse.js'); _converse.api.disco.addIdentity('client', 'web', 'Converse.js');
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
}); });
var strophePlugin = function () { return Strophe; }; var strophePlugin = function () { return Strophe; };
var emptyFunction = function () { }; var emptyFunction = function () { };
define('strophe.disco', ['strophe'], strophePlugin);
define('strophe.ping', ['strophe'], strophePlugin); define('strophe.ping', ['strophe'], strophePlugin);
define('strophe.rsm', ['strophe'], strophePlugin); define('strophe.rsm', ['strophe'], strophePlugin);
define('strophe.vcard', ['strophe'], strophePlugin); define('strophe.vcard', ['strophe'], strophePlugin);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment