Don't add automatic fallback to the Converse connection manager

This commit is contained in:
JC Brand 2022-03-29 20:06:14 +02:00
parent 2740bac95b
commit cc565b5d1f
1 changed files with 0 additions and 2 deletions

View File

@ -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', {