mod_conversejs/mod_conversejs.lua
changeset 4051 36b6e3e3f9e2
parent 3741 49e65a7e9415
child 4151 3a06dea21ea1
--- a/mod_conversejs/mod_conversejs.lua	Tue Jun 16 11:21:58 2020 +0200
+++ b/mod_conversejs/mod_conversejs.lua	Thu Jun 18 15:24:34 2020 +0200
@@ -67,6 +67,7 @@
 		bosh_service_url = has_bosh and module:http_url("bosh","/http-bind") or nil;
 		websocket_url = has_ws and module:http_url("websocket","xmpp-websocket"):gsub("^http", "ws") or nil;
 		authentication = module:get_option_string("authentication") == "anonymous" and "anonymous" or "login";
+		discover_connection_methods = false;
 		jid = module.host;
 		default_domain = module.host;
 		domain_placeholder = module.host;