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

@ -1,5 +1,7 @@
cross_domain_bosh = false;
consider_bosh_secure = true;
consider_websocket_secure = true;
cross_domain_websocket = true;
VirtualHost "peertube.im.your_domain"
authentication = "anonymous"
@ -12,7 +14,10 @@ VirtualHost "peertube.im.your_domain"
"http";
"bosh";
"ping";
"websocket";
}
http_host = "peertube.im.your_domain"
http_external_url = "http://peertube.im.your_domain"
admins = { "admin@im.your_domain" }
Component "room.peertube.im.your_domain" "muc"