From 47bcdaaf0dc6d8caaaa8bd30055420ae90cc73eb Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 28 Jan 2021 21:05:10 +0100 Subject: Rework prosody's configuration --- app/jitsi/integration/jicofo/jicofo.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/jitsi/integration/jicofo/jicofo.conf') 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 -- cgit v1.2.3