Disable heartbeats for now

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 <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-02-28 18:11:30 +01:00
parent 17318815db
commit a79383ee1e
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -94,6 +94,7 @@ class Plugin(E2EEPlugin):
self.core.xmpp.register_plugin( self.core.xmpp.register_plugin(
'xep_0384', { 'xep_0384', {
'data_dir': data_dir, 'data_dir': data_dir,
'auto_heartbeat': False,
}, },
module=slixmpp_omemo, module=slixmpp_omemo,
) # OMEMO ) # OMEMO