Skip to content

Commit

Permalink
prosody: tune internal muc settings
Browse files Browse the repository at this point in the history
* prosody: tune internal muc settings
  • Loading branch information
aaronkvanmeerten authored Jan 22, 2024
1 parent f512116 commit cc34823
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 @@ -312,8 +312,10 @@ Component "{{ $XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
{{ end -}}
}
restrict_room_creation = true
muc_filter_whitelist="{{ $XMPP_AUTH_DOMAIN }}"
muc_room_locking = false
muc_room_default_public_jids = true
muc_room_cache_size = 1000

Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
restrict_room_creation = true
Expand Down

0 comments on commit cc34823

Please sign in to comment.