Add bosh_service_url to list of default config pars

This commit is contained in:
JC Brand 2013-05-26 09:34:41 +02:00
parent 7db90a5eb8
commit 4e2745a47d

View File

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