Browse Source

Create new builds

JC Brand 7 years ago
parent
commit
2d5e8262e9
7 changed files with 2822 additions and 5301 deletions
  1. 146 902
      dist/converse-no-dependencies.js
  2. 2675 4382
      dist/converse.js
  3. 0 9
      package-lock.json
  4. 0 1
      src/build-no-dependencies.js
  5. 1 0
      src/build.js
  6. 0 6
      src/converse-disco.js
  7. 0 1
      src/end-no-dependencies.frag

File diff suppressed because it is too large
+ 146 - 902
dist/converse-no-dependencies.js


File diff suppressed because it is too large
+ 2675 - 4382
dist/converse.js


+ 0 - 9
package-lock.json

@@ -9325,15 +9325,6 @@
       "integrity": "sha1-fO7sUbMnLMXGxq53R0eApYQPGqc=",
       "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": {
       "version": "0.0.1",
       "resolved": "https://registry.npmjs.org/strophejs-plugin-ping/-/strophejs-plugin-ping-0.0.1.tgz",

+ 0 - 1
src/build-no-dependencies.js

@@ -9,7 +9,6 @@
         "backbone.overview",
         "moment",
         "strophe",
-        "strophe.disco",
         "strophe.rsm",
         "strophe.vcard",
         "strophe.ping",

+ 1 - 0
src/build.js

@@ -26,6 +26,7 @@
         "converse-profile":         "builds/converse-profile",
         "converse-register":        "builds/converse-register",
         "converse-roomslist":       "builds/converse-roomslist",
+        "converse-roster":          "builds/converse-roster",
         "converse-rosterview":      "builds/converse-rosterview",
         "converse-singleton":       "builds/converse-singleton",
         "converse-vcard":           "builds/converse-vcard",

+ 0 - 6
src/converse-disco.js

@@ -204,12 +204,6 @@
             });
 
             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
                 _converse.api.disco.addIdentity('client', 'web', 'Converse.js');
 

+ 0 - 1
src/end-no-dependencies.frag

@@ -42,7 +42,6 @@
     });
     var strophePlugin = function () { return Strophe; };
     var emptyFunction = function () { };
-    define('strophe.disco', ['strophe'], strophePlugin);
     define('strophe.ping', ['strophe'], strophePlugin);
     define('strophe.rsm', ['strophe'], strophePlugin);
     define('strophe.vcard', ['strophe'], strophePlugin);

Some files were not shown because too many files changed in this diff