xep_0384: Fix important details :)
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e0bdfc7102
commit
757b6b7b27
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue