Remove unused lines from prosody config

This commit is contained in:
Luis Guzmán 2021-04-23 03:41:19 -05:00
parent 40414d9254
commit 632df9b905
1 changed files with 0 additions and 5 deletions

View File

@ -1039,15 +1039,10 @@ VirtualHost "guest.$DOMAIN"
authentication = "anonymous"
c2s_require_encryption = false
speakerstats_component = "speakerstats.$DOMAIN"
-- conference_duration_component = "conferenceduration.$DOMAIN"
-- lobby_muc = "lobby.$DOMAIN"
main_muc = "conference.$DOMAIN"
-- muc_lobby_whitelist = { "recorder.$DOMAIN", "auth.$DOMAIN" }
modules_enabled = {
"speakerstats";
-- "conference_duration";
-- "muc_lobby_rooms";
}
P_SR