From f88b99b64a02a2d8bb60425786666d2e7d87aa0b Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Tue, 3 May 2022 17:32:51 +0100 Subject: [PATCH] spectrum: Improve compatibility with WhatsApp This sets the default `bridge-compatibility` value to `true`, which helps solve several compatibility issues with Spectrum. --- service/spectrum/container/config/spectrum.cfg.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/service/spectrum/container/config/spectrum.cfg.template b/service/spectrum/container/config/spectrum.cfg.template index 0d7b314..ac9dfb1 100644 --- a/service/spectrum/container/config/spectrum.cfg.template +++ b/service/spectrum/container/config/spectrum.cfg.template @@ -80,3 +80,7 @@ enable_public_registration=${SPECTRUM_REGISTRATION_ENABLED} # local_username_label=Local username (without @server.tld): # local_account_server=localhost # local_account_server_timeout=10000 + +[purple] +# Improve compatibility with WhatsApp protocol plugin. +bridge-compatibility=true