From ea6aa5a745c11b7e043e799e89fed710165026d0 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Tue, 16 May 2023 05:38:37 -0700 Subject: [PATCH] set component interface in global configuration --- prosody.cfg.lua | 3 +++ 1 file changed, 3 insertions(+) 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 ----------