add support for bosh and websockets
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Morgan McMillian 2023-06-05 12:35:39 -07:00
parent 09c81c0c57
commit ddd4f36480

View file

@ -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 ----------