summaryrefslogtreecommitdiff
path: root/protocols/JabberG
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG')
-rw-r--r--protocols/JabberG/src/jabber_thread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp
index ebd3e13d9d..c7a1354fa1 100644
--- a/protocols/JabberG/src/jabber_thread.cpp
+++ b/protocols/JabberG/src/jabber_thread.cpp
@@ -1348,6 +1348,7 @@ void CJabberProto::OnProcessMessage(HXML node, ThreadData *info)
return;
CMString tmp(szMessage);
+ tmp += ExtractImage(node);
tmp.Replace(_T("\n"), _T("\r\n"));
ptrA buf(mir_utf8encodeW(tmp));