Browse Source

chore(deps): update Strophe to 1.3.4

dev1
paweldomas 5 years ago
parent
commit
b195e4ce9c
3 changed files with 6 additions and 4 deletions
  1. 2
    0
      modules/xmpp/strophe.util.js
  2. 3
    3
      package-lock.json
  3. 1
    1
      package.json

+ 2
- 0
modules/xmpp/strophe.util.js View File

@@ -106,6 +106,8 @@ export default function() {
106 106
 
107 107
     Strophe.getStatusString = function(status) {
108 108
         switch (status) {
109
+        case Strophe.Status.BINDREQUIRED:
110
+            return 'BINDREQUIRED';
109 111
         case Strophe.Status.ERROR:
110 112
             return 'ERROR';
111 113
         case Strophe.Status.CONNECTING:

+ 3
- 3
package-lock.json View File

@@ -8769,9 +8769,9 @@
8769 8769
       "dev": true
8770 8770
     },
8771 8771
     "strophe.js": {
8772
-      "version": "1.2.16",
8773
-      "resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.2.16.tgz",
8774
-      "integrity": "sha512-r/Uq7aqrusg25Y0qHwV48cFnMY6K/CuZdGt3EggRx3kY4sMv8lG+AFoMlrmTcYVMG1BaJvQfv9Cthw4Ll8z7fQ=="
8772
+      "version": "1.3.4",
8773
+      "resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.3.4.tgz",
8774
+      "integrity": "sha512-jSLDG8jolhAwGOSgiJ7DTMSYK3wVoEJHKtpVRyEacQZ6CWA6z2WRPJpcFMjsIweq5aP9/XIvKUQqHBu/ZhvESA=="
8775 8775
     },
8776 8776
     "strophejs-plugin-disco": {
8777 8777
       "version": "0.0.2",

+ 1
- 1
package.json View File

@@ -24,7 +24,7 @@
24 24
     "js-utils": "github:jitsi/js-utils#8567f86ec2774ae1d1c47b22e3435928cf5d9771",
25 25
     "lodash.isequal": "4.5.0",
26 26
     "sdp-transform": "2.3.0",
27
-    "strophe.js": "1.2.16",
27
+    "strophe.js": "1.3.4",
28 28
     "strophejs-plugin-disco": "0.0.2",
29 29
     "webrtc-adapter": "github:webrtc/adapter#1eec19782b4058d186341263e7d049cea3e3290a"
30 30
   },

Loading…
Cancel
Save