feat(prosody): Make sure muc tumbstones is disabled.
This commit is contained in:
@@ -311,6 +311,8 @@ Component "{{ $XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
|
|||||||
muc_room_locking = false
|
muc_room_locking = false
|
||||||
muc_room_default_public_jids = true
|
muc_room_default_public_jids = true
|
||||||
muc_room_cache_size = 1000
|
muc_room_cache_size = 1000
|
||||||
|
muc_tombstones = false
|
||||||
|
muc_room_allow_persistent = false
|
||||||
|
|
||||||
Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
|
Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
|
||||||
restrict_room_creation = true
|
restrict_room_creation = true
|
||||||
@@ -390,6 +392,8 @@ Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
|
|||||||
"{{ $JIGASI_TRANSCRIBER_USER }}@{{ $XMPP_RECORDER_DOMAIN }}";
|
"{{ $JIGASI_TRANSCRIBER_USER }}@{{ $XMPP_RECORDER_DOMAIN }}";
|
||||||
{{- end }}
|
{{- end }}
|
||||||
}
|
}
|
||||||
|
muc_tombstones = false
|
||||||
|
muc_room_allow_persistent = false
|
||||||
|
|
||||||
Component "focus.{{ $XMPP_DOMAIN }}" "client_proxy"
|
Component "focus.{{ $XMPP_DOMAIN }}" "client_proxy"
|
||||||
target_address = "focus@{{ $XMPP_AUTH_DOMAIN }}"
|
target_address = "focus@{{ $XMPP_AUTH_DOMAIN }}"
|
||||||
@@ -419,6 +423,7 @@ Component "avmoderation.{{ $XMPP_DOMAIN }}" "av_moderation_component"
|
|||||||
Component "lobby.{{ $XMPP_DOMAIN }}" "muc"
|
Component "lobby.{{ $XMPP_DOMAIN }}" "muc"
|
||||||
storage = "memory"
|
storage = "memory"
|
||||||
restrict_room_creation = true
|
restrict_room_creation = true
|
||||||
|
muc_tombstones = false
|
||||||
muc_room_allow_persistent = false
|
muc_room_allow_persistent = false
|
||||||
muc_room_cache_size = 10000
|
muc_room_cache_size = 10000
|
||||||
muc_room_locking = false
|
muc_room_locking = false
|
||||||
@@ -441,6 +446,7 @@ Component "breakout.{{ $XMPP_DOMAIN }}" "muc"
|
|||||||
muc_room_cache_size = 10000
|
muc_room_cache_size = 10000
|
||||||
muc_room_locking = false
|
muc_room_locking = false
|
||||||
muc_room_default_public_jids = true
|
muc_room_default_public_jids = true
|
||||||
|
muc_tombstones = false
|
||||||
muc_room_allow_persistent = false
|
muc_room_allow_persistent = false
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
"muc_meeting_id";
|
"muc_meeting_id";
|
||||||
|
|||||||
@@ -170,6 +170,8 @@ Component '{{ $VISITORS_MUC_PREFIX }}.v{{ $VISITOR_INDEX }}.{{ $VISITORS_XMPP_DO
|
|||||||
muc_access_whitelist = {
|
muc_access_whitelist = {
|
||||||
"{{ $XMPP_DOMAIN }}";
|
"{{ $XMPP_DOMAIN }}";
|
||||||
}
|
}
|
||||||
|
muc_tombstones = false
|
||||||
|
muc_room_allow_persistent = false
|
||||||
|
|
||||||
{{ if $ENABLE_RATE_LIMITS -}}
|
{{ if $ENABLE_RATE_LIMITS -}}
|
||||||
-- Max allowed join/login rate in events per second.
|
-- Max allowed join/login rate in events per second.
|
||||||
|
|||||||
Reference in New Issue
Block a user