diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-13 11:46:14 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-13 11:46:14 +0200 |
commit | da034dabfcedcded964b6022153cf5a8a7ae9380 (patch) | |
tree | 46a773e021e58c57a0a0436e4efd0deb133f0199 /app/build/jitsi-xmpp/xmpp_run | |
parent | 744fa8b8c9cfd17ee34967f70393e7597d75daa6 (diff) | |
download | infrastructure-da034dabfcedcded964b6022153cf5a8a7ae9380.tar.gz infrastructure-da034dabfcedcded964b6022153cf5a8a7ae9380.zip |
Finally it seems to work
Diffstat (limited to 'app/build/jitsi-xmpp/xmpp_run')
-rwxr-xr-x | app/build/jitsi-xmpp/xmpp_run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build/jitsi-xmpp/xmpp_run b/app/build/jitsi-xmpp/xmpp_run index 8dfdf86..6383b65 100755 --- a/app/build/jitsi-xmpp/xmpp_run +++ b/app/build/jitsi-xmpp/xmpp_run @@ -10,6 +10,7 @@ ln -sf \ /usr/local/share/ca-certificates/auth.jitsi.deuxfleurs.fr.crt prosodyctl register focus auth.jitsi.deuxfleurs.fr ${JITSI_SECRET_JICOFO_USER} +prosodyctl register jvb auth.jitsi.deuxfleurs.fr ${JITSI_SECRET_VIDEOBRIDGE} mkdir /run/prosody touch /run/prosody/prosody.pid |