xep_0384: Fix important details :)

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2018-11-18 18:04:58 +01:00
parent e0bdfc7102
commit 757b6b7b27
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
"""
Slixmpp: The Slick XMPP Library
Shamelessly copied from Syndace's python-omemo examples.
Shamelessly inspired from Syndace's python-omemo examples.
"""
import omemo

View file

@ -105,7 +105,7 @@ class XEP_0384(BasePlugin):
try:
self._omemo = future.result()
except:
log.error("Couldn't load the OMEMO object; ¯\_(ツ)_/¯")
log.error("Couldn't load the OMEMO object; ¯\\_(ツ)_/¯")
raise PluginCouldNotLoad
self.xmpp.add_event_handler('pubsub_publish', self._receive_device_list)

View file

@ -1,7 +1,7 @@
"""
Slixmpp: The Slick XMPP Library
Shamelessly copied from Syndace's python-omemo examples.
Shamelessly inspired from Syndace's python-omemo examples.
"""
import omemo