|
@@ -18,13 +18,14 @@ VirtualHost "jitmeet.example.com"
|
18
|
18
|
key = "/etc/prosody/certs/jitmeet.example.com.key";
|
19
|
19
|
certificate = "/etc/prosody/certs/jitmeet.example.com.crt";
|
20
|
20
|
}
|
|
21
|
+ speakerstats_component = "speakerstats.jitmeet.example.com"
|
21
|
22
|
-- we need bosh
|
22
|
23
|
modules_enabled = {
|
23
|
24
|
"bosh";
|
24
|
25
|
"pubsub";
|
25
|
26
|
"ping"; -- Enable mod_ping
|
|
27
|
+ "speakerstats";
|
26
|
28
|
}
|
27
|
|
-
|
28
|
29
|
c2s_require_encryption = false
|
29
|
30
|
|
30
|
31
|
Component "conference.jitmeet.example.com" "muc"
|
|
@@ -44,3 +45,6 @@ VirtualHost "auth.jitmeet.example.com"
|
44
|
45
|
|
45
|
46
|
Component "focus.jitmeet.example.com"
|
46
|
47
|
component_secret = "focusSecret"
|
|
48
|
+
|
|
49
|
+Component "speakerstats.jitmeet.example.com" "speakerstats_component"
|
|
50
|
+ muc_component = "conference.jitmeet.example.com"
|