summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2019-08-22 22:17:34 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2019-12-27 18:56:27 +0100
commitfa3c96a602ccac64d3b742c8b9b7376e67525cd1 (patch)
tree46f20c8a9840c80c14c3625f27a7d780f8c51c2d
parent1be00f5e20094a2ebfce08ab0352b0580a6d472b (diff)
downloadpoezio-fa3c96a602ccac64d3b742c8b9b7376e67525cd1.tar.gz
poezio-fa3c96a602ccac64d3b742c8b9b7376e67525cd1.tar.bz2
poezio-fa3c96a602ccac64d3b742c8b9b7376e67525cd1.tar.xz
poezio-fa3c96a602ccac64d3b742c8b9b7376e67525cd1.zip
omemo: Ensure session_start is published
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r--plugins/omemo_plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omemo_plugin.py b/plugins/omemo_plugin.py
index b5a513b1..652fb018 100644
--- a/plugins/omemo_plugin.py
+++ b/plugins/omemo_plugin.py
@@ -53,6 +53,7 @@ class Plugin(E2EEPlugin):
except (PluginCouldNotLoad,):
log.exception('And error occured when loading the omemo plugin.')
+ self.core.xmpp['xep_0384'].session_start(self.core.xmpp.boundjid)
def display_error(self, txt) -> None:
self.api.information(txt, 'Error')