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:
parent
17318815db
commit
a79383ee1e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue