add support for bosh and websockets
This commit is contained in:
parent
09c81c0c57
commit
ddd4f36480
1 changed files with 5 additions and 2 deletions
|
@ -67,9 +67,9 @@ modules_enabled = {
|
||||||
"admin_shell"; -- Allow secure administration via 'prosodyctl shell'
|
"admin_shell"; -- Allow secure administration via 'prosodyctl shell'
|
||||||
|
|
||||||
-- HTTP modules
|
-- HTTP modules
|
||||||
--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
|
"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
|
||||||
--"http_openmetrics"; -- for exposing metrics to stats collectors
|
--"http_openmetrics"; -- for exposing metrics to stats collectors
|
||||||
--"websocket"; -- XMPP over WebSockets
|
"websocket"; -- XMPP over WebSockets
|
||||||
|
|
||||||
-- Other specific functionality
|
-- Other specific functionality
|
||||||
--"announce"; -- Send announcement to all online users
|
--"announce"; -- Send announcement to all online users
|
||||||
|
@ -210,6 +210,9 @@ certificates = "certs"
|
||||||
component_ports = { 5347 }
|
component_ports = { 5347 }
|
||||||
component_interface = { "::", "*" }
|
component_interface = { "::", "*" }
|
||||||
|
|
||||||
|
http_interface = { "::", "*" }
|
||||||
|
https_interface = { "::", "*" }
|
||||||
|
|
||||||
Include "conf.d/*.cfg.lua"
|
Include "conf.d/*.cfg.lua"
|
||||||
|
|
||||||
---------- End of the Prosody Configuration file ----------
|
---------- End of the Prosody Configuration file ----------
|
||||||
|
|
Loading…
Reference in a new issue