diff --git a/prosody.cfg.lua b/prosody.cfg.lua index c349db7..1f73765 100644 --- a/prosody.cfg.lua +++ b/prosody.cfg.lua @@ -207,6 +207,9 @@ log = { -- Location of directory to find certificates in (relative to main config file): certificates = "certs" +component_ports = { 5347 } +component_interface = { "::", "*" } + Include "conf.d/*.cfg.lua" ---------- End of the Prosody Configuration file ----------