|
@@ -25,15 +25,15 @@ require.config({
|
|
|
"jquery.easing": "components/jquery-easing-original/index", // XXX: Only required for https://conversejs.org website
|
|
|
"moment": "node_modules/moment/moment",
|
|
|
"pluggable": "node_modules/pluggable.js/pluggable",
|
|
|
- "strophe": "components/strophejs/src/wrapper",
|
|
|
- "strophe-base64": "components/strophejs/src/base64",
|
|
|
- "strophe-bosh": "components/strophejs/src/bosh",
|
|
|
- "strophe-core": "components/strophejs/src/core",
|
|
|
- "strophe-md5": "components/strophejs/src/md5",
|
|
|
- "strophe-polyfill": "components/strophejs/src/polyfills",
|
|
|
- "strophe-sha1": "components/strophejs/src/sha1",
|
|
|
- "strophe-utils": "components/strophejs/src/utils",
|
|
|
- "strophe-websocket": "components/strophejs/src/websocket",
|
|
|
+ "strophe": "node_modules/strophe.js/src/wrapper",
|
|
|
+ "strophe-base64": "node_modules/strophe.js/src/base64",
|
|
|
+ "strophe-bosh": "node_modules/strophe.js/src/bosh",
|
|
|
+ "strophe-core": "node_modules/strophe.js/src/core",
|
|
|
+ "strophe-md5": "node_modules/strophe.js/src/md5",
|
|
|
+ "strophe-polyfill": "node_modules/strophe.js/src/polyfills",
|
|
|
+ "strophe-sha1": "node_modules/strophe.js/src/sha1",
|
|
|
+ "strophe-utils": "node_modules/strophe.js/src/utils",
|
|
|
+ "strophe-websocket": "node_modules/strophe.js/src/websocket",
|
|
|
"strophe.disco": "components/strophejs-plugins/disco/strophe.disco",
|
|
|
"strophe.ping": "src/strophe.ping",
|
|
|
"strophe.rsm": "components/strophejs-plugins/rsm/strophe.rsm",
|