forked from switnet/quick-jibri-installer
Remove unused lines from prosody config
This commit is contained in:
parent
40414d9254
commit
632df9b905
|
@ -1039,15 +1039,10 @@ VirtualHost "guest.$DOMAIN"
|
||||||
authentication = "anonymous"
|
authentication = "anonymous"
|
||||||
c2s_require_encryption = false
|
c2s_require_encryption = false
|
||||||
speakerstats_component = "speakerstats.$DOMAIN"
|
speakerstats_component = "speakerstats.$DOMAIN"
|
||||||
-- conference_duration_component = "conferenceduration.$DOMAIN"
|
|
||||||
-- lobby_muc = "lobby.$DOMAIN"
|
|
||||||
main_muc = "conference.$DOMAIN"
|
main_muc = "conference.$DOMAIN"
|
||||||
-- muc_lobby_whitelist = { "recorder.$DOMAIN", "auth.$DOMAIN" }
|
|
||||||
|
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
"speakerstats";
|
"speakerstats";
|
||||||
-- "conference_duration";
|
|
||||||
-- "muc_lobby_rooms";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
P_SR
|
P_SR
|
||||||
|
|
Loading…
Reference in New Issue