diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 21:47:35 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 21:47:35 +0100 |
commit | 5b53cf1673d29a7b81d552c69295f3dc7c736635 (patch) | |
tree | 3015d09994e99203fb3c060f8ef9c14cd65040a5 /app/jitsi/integration/jicofo | |
parent | 47bcdaaf0dc6d8caaaa8bd30055420ae90cc73eb (diff) | |
download | infrastructure-5b53cf1673d29a7b81d552c69295f3dc7c736635.tar.gz infrastructure-5b53cf1673d29a7b81d552c69295f3dc7c736635.zip |
Trying to switch on a development version
Diffstat (limited to 'app/jitsi/integration/jicofo')
-rw-r--r-- | app/jitsi/integration/jicofo/jicofo.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/jitsi/integration/jicofo/jicofo.conf b/app/jitsi/integration/jicofo/jicofo.conf index c4fe5e4..477d37e 100644 --- a/app/jitsi/integration/jicofo/jicofo.conf +++ b/app/jitsi/integration/jicofo/jicofo.conf @@ -242,8 +242,8 @@ jicofo { hostname = "jitsi-xmpp" port = 5222 domain = "auth.jitsi" - username = "focus" - password = "xxx" + username = "focus@auth.jitsi" + password = "jicofopass" // How long to wait for a response to a stanza before giving up. reply-timeout = 15 seconds @@ -261,7 +261,7 @@ jicofo { port = 5222 domain = "auth.jitsi" username = "focus" - password = "xxx" + password = "jicofopass" // How long to wait for a response to a stanza before giving up. reply-timeout = 15 seconds |