summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-03-06 08:49:25 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-03-06 08:50:03 +0300
commitd5ed801570c6a6ed01c31f8a6e42c379d5c91cc5 (patch)
treef7340eaa8ac190774a8164401809767f7d7362c3 /protocols/JabberG/src/jabber_proto.h
parentb9b47617b1695d6eb1a739fd4c4259d58d5bbb8f (diff)
omemo: working on 4.3
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.h1
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 ------------------------------------------------------------