From d0bc265c2ac118d6756e7b06025b2acdfcff6c80 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 18 Mar 2021 15:32:20 -0700 Subject: [PATCH] Revert "Enable jitsi-meet xmpp websockets" This reverts commit f64b935778074191337672c739978975ee4eda68. There must be more required to make this work. Change-Id: I21e1d45fabca10ee93e7c87449fc15f3fd691b8b --- playbooks/roles/jitsi-meet/templates/meet-env.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/roles/jitsi-meet/templates/meet-env.j2 b/playbooks/roles/jitsi-meet/templates/meet-env.j2 index 33a8524d58..dfd71bc52d 100644 --- a/playbooks/roles/jitsi-meet/templates/meet-env.j2 +++ b/playbooks/roles/jitsi-meet/templates/meet-env.j2 @@ -138,10 +138,10 @@ ETHERPAD_URL_BASE=https://etherpad.opendev.org # Advanced configuration options (you generally don't need to change these) # -# This is used for signaling between desktop clients and the prosody server -# instead of BOSH. The mobile clients continue to use BOSH. Supposedly this -# should improve performance. -ENABLE_XMPP_WEBSOCKET=1 +# Needed to make newer jitsi meet happy. Testing with this set to 1 results +# in "You have been disconnected" client errors. Need to do more investigating +# into how this is meant to work. +ENABLE_XMPP_WEBSOCKET=0 # Internal XMPP domain. XMPP_DOMAIN=localhost