Browse Source

feat(prosody): enable brewery muc modules in internal muc component (#1892)

Aaron van Meerten 8 months ago
parent
commit
e1b14f2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

+ 2 - 0
prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@@ -305,6 +305,8 @@ VirtualHost "{{ $XMPP_RECORDER_DOMAIN }}"
 Component "{{ $XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
 Component "{{ $XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
     storage = "memory"
     storage = "memory"
     modules_enabled = {
     modules_enabled = {
+        "muc_hide_all";
+        "muc_filter_access";
         {{ if .Env.XMPP_INTERNAL_MUC_MODULES -}}
         {{ if .Env.XMPP_INTERNAL_MUC_MODULES -}}
         "{{ join "\";\n\"" (splitList "," .Env.XMPP_INTERNAL_MUC_MODULES) }}";
         "{{ join "\";\n\"" (splitList "," .Env.XMPP_INTERNAL_MUC_MODULES) }}";
         {{ end -}}
         {{ end -}}