diff options
author | watcherhd <watcherhd@gmail.com> | 2017-04-26 11:20:10 +0300 |
---|---|---|
committer | watcherhd <watcherhd@gmail.com> | 2017-04-26 11:20:10 +0300 |
commit | 64d578eaad10ff4fb7722985783bc16885957415 (patch) | |
tree | c2a1721896511ddc6f57131049b6f4d491f52e39 /protocols/JabberG/src/jabber_proto.h | |
parent | 3919b8b2d5270a41cbad66158165a4101b230e95 (diff) |
Revert "Revert "jabber: omemo: improoved 4.4, working on 4.5""
This reverts commit 3919b8b2d5270a41cbad66158165a4101b230e95.
returning 26092086b62afd9bdef93f4756ae7558ec681e9a to the original state
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 04414012fc..79d4f7d93b 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -344,7 +344,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface void OmemoSendBundle();
void OmemoPublishNodes();
bool OmemoCheckSession(MCONTACT hContact);
- void OmemoEncryptMessage(XmlNode &msg, const wchar_t *msg_text);
+ void OmemoEncryptMessage(XmlNode &msg, const wchar_t *msg_text, MCONTACT hContact);
bool OmemoIsEnabled(MCONTACT hContact);
void OmemoOnIqResultGetBundle(HXML iqNode, CJabberIqInfo *pInfo);
|