summaryrefslogtreecommitdiff
path: root/poezio/core
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core')
-rw-r--r--poezio/core/handlers.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index e79e4232..a0d40dd4 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -259,7 +259,10 @@ class HandlerCore:
tmp_dir=tmp_dir,
extract_images=extract_images)
if not body:
- return
+ if not self.core.xmpp.plugin['xep_0380'].has_eme(message):
+ return
+ self.core.xmpp.plugin['xep_0380'].replace_body_with_eme(message)
+ body = msg['body']
remote_nick = ''
# normal message, we are the recipient