feat(prosody): Make sure muc tumbstones is disabled.

This commit is contained in:
damencho
2024-03-20 16:32:51 -05:00
committed by Дамян Минков
parent d5df19d30f
commit 28d2b32cea
2 changed files with 8 additions and 0 deletions

View File

@@ -170,6 +170,8 @@ Component '{{ $VISITORS_MUC_PREFIX }}.v{{ $VISITOR_INDEX }}.{{ $VISITORS_XMPP_DO
muc_access_whitelist = {
"{{ $XMPP_DOMAIN }}";
}
muc_tombstones = false
muc_room_allow_persistent = false
{{ if $ENABLE_RATE_LIMITS -}}
-- Max allowed join/login rate in events per second.