update comment

This commit is contained in:
Luis Guzmán 2020-09-05 15:22:37 -05:00
parent 78c788c78e
commit 60dcff3265
1 changed files with 2 additions and 2 deletions

View File

@ -820,7 +820,7 @@ fi
# Disable "Blur my background" until new notice # Disable "Blur my background" until new notice
sed -i "s|'videobackgroundblur', ||" $INT_CONF sed -i "s|'videobackgroundblur', ||" $INT_CONF
#Setup prosody conf file================================== #================== Setup prosody conf file =================
#Setup secure rooms #Setup secure rooms
SRP_STR=$(grep -n "VirtualHost \"$DOMAIN\"" $PROSODY_FILE | head -n1 | cut -d ":" -f1) SRP_STR=$(grep -n "VirtualHost \"$DOMAIN\"" $PROSODY_FILE | head -n1 | cut -d ":" -f1)
@ -838,7 +838,7 @@ VirtualHost "guest.$DOMAIN"
lobby_muc = "lobby.$DOMAIN" lobby_muc = "lobby.$DOMAIN"
main_muc = "conference.$DOMAIN" main_muc = "conference.$DOMAIN"
muc_lobby_whitelist = { "recorder.$DOMAIN", "auth.$DOMAIN" } muc_lobby_whitelist = { "recorder.$DOMAIN", "auth.$DOMAIN" }
modules_enabled = { modules_enabled = {
"speakerstats"; "speakerstats";
"conference_duration"; "conference_duration";