xmpp: add ability to customize the jicofo auth user

This commit is contained in:
Saúl Ibarra Corretgé
2018-04-26 08:38:59 +02:00
parent 0bbe673cc3
commit 84332c9527
4 changed files with 5 additions and 1 deletions

View File

@@ -25,5 +25,6 @@ if [[ ! -f /config/config.js ]]; then
sed -i \
-e "s#jitsi-meet.example.com#$XMPP_DOMAIN#g" \
-e "s#bosh:.*#bosh: '/http-bind',#" \
-e "s#// focusUserJid:.*#focusUserJid: '${JICOFO_AUTH_USER}@${XMPP_AUTH_DOMAIN}',#" \
/config/config.js
fi