diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-02-23 06:01:21 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-02-23 06:01:21 +0300 |
commit | 81f96a9093d92678a9c78ed248ec966fd941a69c (patch) | |
tree | fb8f01771c92006669456842ae6c314e320ee16a /protocols/JabberG/src/jabber_proto.h | |
parent | affa00fc0e6eb69d36b6bdb66bbef468f9ed236a (diff) |
libs:
libsignal-c:
added few more missed exports
protocol:
jabber:
omemo:
implemented 4.1 (https://conversations.im/xeps/multi-end.html)
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 b2042bcdd1..48c7778461 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -339,6 +339,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface //---- jabber_omemo.cpp --------------------------------------------------------------
void OmemoHandleMessage(HXML node);
void OmemoHandleDeviceList(HXML node);
+ void OmemoInitDevice();
//---- jabber_console.cpp ------------------------------------------------------------
|