Disable xmpp websocket in jitsi meet config

We unforked our jitsi web container and discovered that etherpad doc
embedding was broken. In the process of debugging this the jitsi meet
services on meetpad were restart which pulled in newer configs which
expect ENABLE_XMPP_WEBSOCKET to be enabled by default. Unfortunately
this wasn't quite working for us. Explicitly disabling this seems to
make audio and video calling work again. But doc sharing isn't even
attempted now.

Let's get this fix in as audio and video are important then we'll keep
debugging the etherpad doc sharing problem.

https://github.com/jitsi/docker-jitsi-meet/issues/902 has details from
others that hit this problem.

Note that part of the issue here seems to be that nginx is using the
default configs in the container found at /default and not the configs
we bind mount at /config. This at least seems to be why the proxying for
etherpad documents is broken.

Change-Id: I03fa9d331e6825b3b953a3573c0dd43c7be478a4
This commit is contained in:
Clark Boylan 2021-03-17 11:38:56 -07:00
parent b2b1a9062d
commit 7b87c7c305
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ services:
- LETSENCRYPT_DOMAIN
- LETSENCRYPT_EMAIL
- PUBLIC_URL
- ENABLE_XMPP_WEBSOCKET
- XMPP_DOMAIN
- XMPP_AUTH_DOMAIN
- XMPP_BOSH_URL_BASE
@ -64,6 +65,7 @@ services:
- LDAP_TLS_CACERT_FILE
- LDAP_TLS_CACERT_DIR
- LDAP_START_TLS
- ENABLE_XMPP_WEBSOCKET
- XMPP_DOMAIN
- XMPP_AUTH_DOMAIN
- XMPP_GUEST_DOMAIN

View File

@ -135,6 +135,9 @@ ETHERPAD_URL_BASE=https://etherpad.opendev.org/p/
# Advanced configuration options (you generally don't need to change these)
#
# Needed to make newer jitsi meet happy. We may be able to switch this to 1
ENABLE_XMPP_WEBSOCKET=0
# Internal XMPP domain.
XMPP_DOMAIN=localhost