diff --git a/bower.json b/bower.json index efac268a7..5eb1b414c 100644 --- a/bower.json +++ b/bower.json @@ -29,7 +29,7 @@ "bootstrapJS": "https://raw.githubusercontent.com/jcbrand/bootstrap/7d96a5f60d26c67b5348b270a775518b96a702c8/dist/js/bootstrap.js", "fontawesome": "~4.1.0", "typeahead.js": "https://raw.githubusercontent.com/jcbrand/typeahead.js/eedfb10505dd3a20123d1fafc07c1352d83f0ab3/dist/typeahead.jquery.js", - "strophejs-plugins": "git@github.com:strophe/strophejs-plugins.git#a56421ff4ecf0807113ab48c46728715597df599" + "strophejs-plugins": "https://github.com/strophe/strophejs-plugins.git#a56421ff4ecf0807113ab48c46728715597df599" }, "exportsOverride": {} } diff --git a/index.html b/index.html index 520483ac5..d677aac21 100644 --- a/index.html +++ b/index.html @@ -13,13 +13,7 @@ - - - - - + @@ -255,7 +249,8 @@ })(); converse.initialize({ - bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes + auto_subscribe: true, + bosh_service_url: 'http://conversejs.containers/http-bind', // Please use this connection manager only for testing purposes i18n: locales.en, // Refer to ./locale/locales.js to see which locales are supported keepalive: true, play_sounds: true,