feat(prosody): enable brewery muc modules in internal muc component (#1892)
This commit is contained in:
committed by
GitHub
parent
1889c5d561
commit
e1b14f267c
@@ -305,6 +305,8 @@ VirtualHost "{{ $XMPP_RECORDER_DOMAIN }}"
|
|||||||
Component "{{ $XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
|
Component "{{ $XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
|
||||||
storage = "memory"
|
storage = "memory"
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
|
"muc_hide_all";
|
||||||
|
"muc_filter_access";
|
||||||
{{ if .Env.XMPP_INTERNAL_MUC_MODULES -}}
|
{{ if .Env.XMPP_INTERNAL_MUC_MODULES -}}
|
||||||
"{{ join "\";\n\"" (splitList "," .Env.XMPP_INTERNAL_MUC_MODULES) }}";
|
"{{ join "\";\n\"" (splitList "," .Env.XMPP_INTERNAL_MUC_MODULES) }}";
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user