ConverseJS fixes and documentation:

* using version 7.0.4
* update documentation and example files
* disable discover_connection_methods option
This commit is contained in:
John Livingston
2021-02-21 16:10:52 +01:00
parent 765542ef31
commit 8246e12297
7 changed files with 28 additions and 18 deletions

View File

@ -21,7 +21,7 @@ window.initConverse = function initConverse ({
auto_join_rooms: [
room
],
discover_connection_methods: true,
discover_connection_methods: false, // this parameter seems buggy with converseJS 7.0.4
bosh_service_url: boshServiceUrl === '' ? undefined : boshServiceUrl,
websocket_url: websocketServiceUrl === '' ? undefined : websocketServiceUrl,
jid: jid,