Commit a49c1f55 authored by JC Brand's avatar JC Brand

Update Strophe.js, strophe plugins and backbone.browserStorage

parent a7577930
......@@ -6,7 +6,7 @@ cache:
addons:
chrome: stable
node_js:
- 6
- "9"
install: make stamp-npm
before_script: make serve_bg
script: make check
......
This diff is collapsed.
This diff is collapsed.
......@@ -13,7 +13,7 @@
"i18n",
"utils/core",
"moment",
"strophe",
"strophe.js",
"pluggable",
"backbone.noconflict",
"backbone.nativeview",
......
......@@ -12,7 +12,7 @@
define(["sizzle",
"converse-core",
"converse-disco",
"strophe.rsm"
"strophejs-plugin-rsm"
], factory);
}(this, function (sizzle, converse) {
"use strict";
......
......@@ -8,7 +8,7 @@
* as specified in XEP-0199 XMPP Ping.
*/
(function (root, factory) {
define(["converse-core", "strophe.ping"], factory);
define(["converse-core", "strophejs-plugin-ping"], factory);
}(this, function (converse) {
"use strict";
// Strophe methods for building stanzas
......
......@@ -15,7 +15,7 @@
"fast-text-encoding",
"lodash.noconflict",
"backbone",
"strophe",
"strophe.js",
"uri",
"templates/audio.html",
"templates/file.html",
......
......@@ -106,9 +106,6 @@ const config = {
"snabbdom-eventlisteners": path.resolve(__dirname, "node_modules/snabbdom/dist/snabbdom-eventlisteners"),
"snabbdom-props": path.resolve(__dirname, "node_modules/snabbdom/dist/snabbdom-props"),
"snabbdom-style": path.resolve(__dirname, "node_modules/snabbdom/dist/snabbdom-style"),
"strophe": path.resolve(__dirname, "node_modules/strophe.js/dist/strophe"),
"strophe.ping": path.resolve(__dirname, "node_modules/strophejs-plugin-ping/strophe.ping"),
"strophe.rsm": path.resolve(__dirname, "node_modules/strophejs-plugin-rsm/strophe.rsm"),
"tovnode": path.resolve(__dirname, "node_modules/snabbdom/dist/tovnode"),
"underscore": path.resolve(__dirname, "src/underscore-shim"),
"uri": path.resolve(__dirname, "node_modules/urijs/src/URI"),
......
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