From 59ca97e2a97c77719aa139748caff4a40e6d2704 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 29 Jan 2021 18:59:19 +0100 Subject: Migrate JVB to the new packaging --- app/jitsi/integration/jvb/videobridge.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/jitsi/integration/jvb/videobridge.conf') diff --git a/app/jitsi/integration/jvb/videobridge.conf b/app/jitsi/integration/jvb/videobridge.conf index e9bded0..edf73bb 100644 --- a/app/jitsi/integration/jvb/videobridge.conf +++ b/app/jitsi/integration/jvb/videobridge.conf @@ -61,6 +61,16 @@ videobridge { presence-interval = ${videobridge.stats.interval} configs { + unique-xmpp-server { + hostname="jitsi-xmpp" + domain = "auth.jitsi" + username = "jvb" + password = "jvbpass" + muc_jids = "jvbbrewery@internal.auth.jitsi" + # The muc_nickname must be unique across all jitsi-videobridge instances + muc_nickname = "unique-jvb-server" + disable_certificate_verification = false + } # example-connection-id { # For the properties which should be # filled out here, see MucClientConfiguration -- cgit v1.2.3