From 4e2745a47d5a1c1d468f7ee50f9b5c41599c533f Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sun, 26 May 2013 09:34:41 +0200 Subject: [PATCH] Add bosh_service_url to list of default config pars --- converse.js | 1 + 1 file changed, 1 insertion(+) diff --git a/converse.js b/converse.js index abfec01b6..9e52cd54a 100644 --- a/converse.js +++ b/converse.js @@ -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;