fix(prosody): Adds main_muc config for guest domain.

This commit is contained in:
damencho
2025-06-02 21:52:57 -05:00
committed by Дамян Минков
parent 4ff28768e5
commit 7c410f5689

View File

@@ -252,7 +252,7 @@ VirtualHost "{{ $XMPP_GUEST_DOMAIN }}"
"{{ join "\";\n \"" (splitList "," .Env.XMPP_MODULES | compact) }}";
{{ end }}
}
main_muc = "{{ $XMPP_MUC_DOMAIN }}"
c2s_require_encryption = {{ $C2S_REQUIRE_ENCRYPTION }}
{{ if $ENABLE_VISITORS }}
allow_anonymous_s2s = true