prosody: fix XMPP_MUC_CONFIGURATION
This commit is contained in:
@@ -244,7 +244,7 @@ Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
|
|||||||
muc_room_locking = false
|
muc_room_locking = false
|
||||||
muc_room_default_public_jids = true
|
muc_room_default_public_jids = true
|
||||||
{{ if .Env.XMPP_MUC_CONFIGURATION -}}
|
{{ if .Env.XMPP_MUC_CONFIGURATION -}}
|
||||||
"{{ join "\"\n\"" (splitList "," .Env.XMPP_MUC_CONFIGURATION) }}";
|
{{ join "\n" (splitList "," .Env.XMPP_MUC_CONFIGURATION) }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
Component "focus.{{ $XMPP_DOMAIN }}" "client_proxy"
|
Component "focus.{{ $XMPP_DOMAIN }}" "client_proxy"
|
||||||
|
|||||||
Reference in New Issue
Block a user