Reenable auto heartbeats
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
26fec1630d
commit
fe461a09ea
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ 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