From 35f203ff627463590ac636621e204e105d013e9d Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sun, 16 Nov 2014 10:58:32 +0100 Subject: [PATCH] Don't know why, but trailing slash appears to be required --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0fbc0c022..62cc8af6e 100644 --- a/index.html +++ b/index.html @@ -254,7 +254,7 @@ })(); converse.initialize({ - bosh_service_url: 'https://conversejs.org/http-bind', // Please use this connection manager only for testing purposes + bosh_service_url: 'https://conversejs.org/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,