From a79383ee1e93482a7cf102cf72357d8605440991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 28 Feb 2022 18:11:30 +0100 Subject: [PATCH] Disable heartbeats for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will wait until we merge other changes in poezio and figure out if it doesn't cause issues. Signed-off-by: Maxime “pep” Buquet --- poezio_omemo/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/poezio_omemo/__init__.py b/poezio_omemo/__init__.py index c0ef929..7d73bca 100644 --- a/poezio_omemo/__init__.py +++ b/poezio_omemo/__init__.py @@ -94,6 +94,7 @@ class Plugin(E2EEPlugin): self.core.xmpp.register_plugin( 'xep_0384', { 'data_dir': data_dir, + 'auto_heartbeat': False, }, module=slixmpp_omemo, ) # OMEMO