From 6c1f384eac6f5fb065a98e9f191f872ed4f21862 Mon Sep 17 00:00:00 2001 From: bgrozev Date: Mon, 22 Jan 2024 14:27:07 -0600 Subject: [PATCH] Add flag for require-muc-config-flag. (#1717) --- jicofo/rootfs/defaults/jicofo.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jicofo/rootfs/defaults/jicofo.conf b/jicofo/rootfs/defaults/jicofo.conf index 3559cff..6e25c36 100644 --- a/jicofo/rootfs/defaults/jicofo.conf +++ b/jicofo/rootfs/defaults/jicofo.conf @@ -22,6 +22,7 @@ {{ $JVB_XMPP_SERVER := .Env.JVB_XMPP_SERVER | default "xmpp.jvb.meet.jitsi" -}} {{ $VISITORS_MAX_VISITORS_PER_NODE := .Env.VISITORS_MAX_VISITORS_PER_NODE | default "250" }} {{ $VISITORS_MUC_PREFIX := .Env.PROSODY_VISITORS_MUC_PREFIX | default "muc" -}} +{{ $VISITORS_REQUIRE_MUC_CONFIG := .Env.JICOFO_VISITORS_REQUIRE_MUC_CONFIG | default "0" | toBool }} {{ $VISITORS_XMPP_AUTH_DOMAIN := .Env.VISITORS_XMPP_AUTH_DOMAIN | default "auth.meet.jitsi" -}} {{ $VISITORS_XMPP_DOMAIN := .Env.VISITORS_XMPP_DOMAIN | default "meet.jitsi" -}} {{ $VISITORS_XMPP_SERVER := .Env.VISITORS_XMPP_SERVER | default "" -}} @@ -240,6 +241,7 @@ jicofo { {{ if $VISITORS_MAX_VISITORS_PER_NODE }} max-visitors-per-node = {{ $VISITORS_MAX_VISITORS_PER_NODE }} {{ end }} + require-muc-config-flag = {{ $VISITORS_REQUIRE_MUC_CONFIG }} } {{ end }} xmpp {