From cc565b5d1f454640b0d801576e9823f23a179576 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 29 Mar 2022 20:06:14 +0200 Subject: [PATCH] Don't add automatic fallback to the Converse connection manager --- setup.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.js b/setup.js index 1a97860..6565281 100644 --- a/setup.js +++ b/setup.js @@ -11,8 +11,6 @@ async function initialize () { websocket_url = connectionManager } else if (connectionManager?.startsWith('http')) { bosh_service_url = connectionManager - } else { - bosh_service_url = 'https://conversejs.org/http-bind/'; } converse.plugins.add('converse-debug', {