File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
prosody/rootfs/defaults/conf.d Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ VirtualHost "{{ .Env.XMPP_DOMAIN }}"
46
46
" bosh" ;
47
47
" pubsub" ;
48
48
" ping" ;
49
+ " speakerstats" ;
50
+ " conference_duration" ;
49
51
{{ if .Env .XMPP_MODULES }}
50
52
" {{ join " \" ;\n\" " (splitList " ," .Env .XMPP_MODULES ) }}" ;
51
53
{{ end }}
@@ -54,6 +56,9 @@ VirtualHost "{{ .Env.XMPP_DOMAIN }}"
54
56
{{end }}
55
57
}
56
58
59
+ speakerstats_component = " speakerstats.{{ .Env.XMPP_DOMAIN }}"
60
+ conference_duration_component = " conferenceduration.{{ .Env.XMPP_DOMAIN }}"
61
+
57
62
c2s_require_encryption = false
58
63
59
64
{{ if and $ENABLE_AUTH (.Env .ENABLE_GUESTS | default " 0" | toBool ) }}
@@ -103,3 +108,8 @@ Component "{{ .Env.XMPP_MUC_DOMAIN }}" "muc"
103
108
Component " focus.{{ .Env.XMPP_DOMAIN }}"
104
109
component_secret = " {{ .Env.JICOFO_COMPONENT_SECRET }}"
105
110
111
+ Component " speakerstats.{{ .Env.XMPP_DOMAIN }}" " speakerstats_component"
112
+ muc_component = " {{ .Env.XMPP_MUC_DOMAIN }}"
113
+
114
+ Component " conferenceduration.{{ .Env.XMPP_DOMAIN }}" " conference_duration_component"
115
+ muc_component = " {{ .Env.XMPP_MUC_DOMAIN }}"
You can’t perform that action at this time.
0 commit comments