Skip to content

Commit

Permalink
feat(prosody): enable brewery muc modules in internal muc component (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkvanmeerten committed Aug 30, 2024
1 parent 1889c5d commit e1b14f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ VirtualHost "{{ $XMPP_RECORDER_DOMAIN }}"
Component "{{ $XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
storage = "memory"
modules_enabled = {
"muc_hide_all";
"muc_filter_access";
{{ if .Env.XMPP_INTERNAL_MUC_MODULES -}}
"{{ join "\";\n\"" (splitList "," .Env.XMPP_INTERNAL_MUC_MODULES) }}";
{{ end -}}
Expand Down

0 comments on commit e1b14f2

Please sign in to comment.