File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
prosody/rootfs/defaults/conf.d Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
301
301
restrict_room_creation = true
302
302
storage = " memory"
303
303
modules_enabled = {
304
+ " muc_hide_all" ;
304
305
" muc_meeting_id" ;
305
306
{{ if .Env .XMPP_MUC_MODULES - }}
306
307
" {{ join " \" ;\n \" " (splitList " ," .Env .XMPP_MUC_MODULES | compact ) }}" ;
@@ -426,6 +427,7 @@ Component "lobby.{{ $XMPP_DOMAIN }}" "muc"
426
427
muc_max_occupants = " {{ .Env.MAX_PARTICIPANTS }}"
427
428
{{- end }}
428
429
modules_enabled = {
430
+ " muc_hide_all" ;
429
431
{{- if $ENABLE_RATE_LIMITS }}
430
432
" muc_rate_limit" ;
431
433
{{- end }}
@@ -449,6 +451,7 @@ Component "breakout.{{ $XMPP_DOMAIN }}" "muc"
449
451
muc_tombstones = false
450
452
muc_room_allow_persistent = false
451
453
modules_enabled = {
454
+ " muc_hide_all" ;
452
455
" muc_meeting_id" ;
453
456
{{ if not $DISABLE_POLLS - }}
454
457
" polls" ;
You can’t perform that action at this time.
0 commit comments