Selaa lähdekoodia

Add bosh_service_url to list of default config pars

JC Brand 12 vuotta sitten
vanhempi
commit
4e2745a47d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      converse.js

+ 1 - 0
converse.js

@@ -2512,6 +2512,7 @@
 
 
     converse.initialize = function (settings) {
     converse.initialize = function (settings) {
         // Default values
         // Default values
+        this.bosh_service_url = ''; // The BOSH connection manager URL. Required if you are not prebinding.
         this.animate = true;
         this.animate = true;
         this.auto_list_rooms = false;
         this.auto_list_rooms = false;
         this.auto_subscribe = false;
         this.auto_subscribe = false;