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'
|
||||
|
||||
-- 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
|
||||
--"websocket"; -- XMPP over WebSockets
|
||||
"websocket"; -- XMPP over WebSockets
|
||||
|
||||
-- Other specific functionality
|
||||
--"announce"; -- Send announcement to all online users
|
||||
|
@ -210,6 +210,9 @@ certificates = "certs"
|
|||
component_ports = { 5347 }
|
||||
component_interface = { "::", "*" }
|
||||
|
||||
http_interface = { "::", "*" }
|
||||
https_interface = { "::", "*" }
|
||||
|
||||
Include "conf.d/*.cfg.lua"
|
||||
|
||||
---------- End of the Prosody Configuration file ----------
|
||||
|
|
Loading…
Reference in a new issue