From 555407743e03465f43a2840bae8e0146e7152b32 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 25 Apr 2018 00:25:31 +0300 Subject: protocols: jabber: omemo - fixed hmac_sha256 (used openssl based instead of broken internal implementation) - utf8 related fixes --- protocols/JabberG/src/jabber_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_thread.cpp') diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index 82bd29a43e..0c6757ce88 100755 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -1282,7 +1282,7 @@ void CJabberProto::OnProcessMessage(HXML node, ThreadData *info) { if (!OmemoHandleMessage(xNode, (wchar_t*)jid, msgTime)) OmemoPutMessageToIncommingQueue(xNode, (wchar_t*)jid, msgTime); - continue; + return; //we do not want any additional processing } } } -- cgit v1.2.3