summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')