diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-06 08:49:25 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-06 08:50:03 +0300 |
commit | d5ed801570c6a6ed01c31f8a6e42c379d5c91cc5 (patch) | |
tree | f7340eaa8ac190774a8164401809767f7d7362c3 /protocols/JabberG/src/jabber_proto.h | |
parent | b9b47617b1695d6eb1a739fd4c4259d58d5bbb8f (diff) |
omemo: working on 4.3
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index ed63eff36c..762db44ea9 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -341,6 +341,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface void OmemoHandleDeviceList(HXML node);
void OmemoInitDevice();
void OmemoAnnounceDevice();
+ void OmemoSendBundle();
//---- jabber_console.cpp ------------------------------------------------------------
|