diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 21:05:10 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 21:05:10 +0100 |
commit | 47bcdaaf0dc6d8caaaa8bd30055420ae90cc73eb (patch) | |
tree | fb4aef2d82b4a95c3f18b62765f7fa0c90f87ac7 /app/jitsi/integration/jicofo/jicofo.conf | |
parent | 0e848bb2d0e705e5e0858fe8f2c02a3c9c8f45e5 (diff) | |
download | infrastructure-47bcdaaf0dc6d8caaaa8bd30055420ae90cc73eb.tar.gz infrastructure-47bcdaaf0dc6d8caaaa8bd30055420ae90cc73eb.zip |
Rework prosody's configuration
Diffstat (limited to 'app/jitsi/integration/jicofo/jicofo.conf')
-rw-r--r-- | app/jitsi/integration/jicofo/jicofo.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/jitsi/integration/jicofo/jicofo.conf b/app/jitsi/integration/jicofo/jicofo.conf index 203cd15..c4fe5e4 100644 --- a/app/jitsi/integration/jicofo/jicofo.conf +++ b/app/jitsi/integration/jicofo/jicofo.conf @@ -53,7 +53,7 @@ jicofo { } // The JID of the MUC to be used as a brewery for bridge instances. - brewery-jid = "jvbbrewery@example.com" + brewery-jid = "jvbbrewery@jitsi" } // Configure the codecs and RTP extensions to be used in the offer sent to clients. codec { @@ -256,12 +256,12 @@ jicofo { } // The separate XMPP connection used for internal services (currently only jitsi-videobridge). service { - enabled = false - hostname = "localhost" - port = 6222 - #domain = - #username = - #password = + enabled = true + hostname = "jitsi-xmpp" + port = 5222 + domain = "auth.jitsi" + username = "focus" + password = "xxx" // How long to wait for a response to a stanza before giving up. reply-timeout = 15 seconds |