Przeglądaj źródła

Update to strophe 1.2.12. Updates #751 and #753

JC Brand 8 lat temu
rodzic
commit
0b6775e6d4
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      docs/CHANGES.md
  2. 1 1
      package.json

+ 2 - 0
docs/CHANGES.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## 2.0.5
+- #743, #751, #753 Update to Strophe 1.2.12. SASL-EXTERNAL now has reduced priority, so it won't
+  be prioritized above other auth mechanisms. [jcbrand]
 - #755: create composer.json to add this project in packagist.org [fabiomontefuscolo]
 - Bugfix. Cancel button shown while registration form is being fetched wasn't working
   properly. [jcbrand]

+ 1 - 1
package.json

@@ -57,7 +57,7 @@
     "po2json": "^0.4.4",
     "requirejs": "2.3.2",
     "requirejs-undertemplate": "~0.0.4",
-    "strophe.js": "1.2.11",
+    "strophe.js": "1.2.12",
     "snyk": "^1.21.2",
     "strophejs-plugins": "0.0.7",
     "text": "requirejs/text#2.0.15",