prosody: tune internal muc settings
* prosody: tune internal muc settings
This commit is contained in:
committed by
GitHub
parent
f512116e2d
commit
cc34823c63
@@ -312,8 +312,10 @@ Component "{{ $XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
|
|||||||
{{ end -}}
|
{{ end -}}
|
||||||
}
|
}
|
||||||
restrict_room_creation = true
|
restrict_room_creation = true
|
||||||
|
muc_filter_whitelist="{{ $XMPP_AUTH_DOMAIN }}"
|
||||||
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
|
||||||
|
|
||||||
Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
|
Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
|
||||||
restrict_room_creation = true
|
restrict_room_creation = true
|
||||||
|
|||||||
Reference in New Issue
Block a user