File tree 2 files changed +6
-0
lines changed
prosody/rootfs/defaults/conf.d 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ services:
301
301
- XMPP_RECORDER_DOMAIN
302
302
- XMPP_PORT
303
303
- XMPP_SERVER_S2S_PORT
304
+ - XMPP_SPEAKERSTATS_MODULES
304
305
networks :
305
306
meet.jitsi :
306
307
aliases :
Original file line number Diff line number Diff line change @@ -397,6 +397,11 @@ Component "focus.{{ $XMPP_DOMAIN }}" "client_proxy"
397
397
398
398
Component " speakerstats.{{ $XMPP_DOMAIN }}" " speakerstats_component"
399
399
muc_component = " {{ $XMPP_MUC_DOMAIN }}"
400
+ {{- if .Env .XMPP_SPEAKERSTATS_MODULES }}
401
+ modules_enabled = {
402
+ " {{ join " \" ;\n \" " (splitList " ," .Env .XMPP_SPEAKERSTATS_MODULES ) }}" ;
403
+ }
404
+ {{- end }}
400
405
401
406
Component " conferenceduration.{{ $XMPP_DOMAIN }}" " conference_duration_component"
402
407
muc_component = " {{ $XMPP_MUC_DOMAIN }}"
You can’t perform that action at this time.
0 commit comments