diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-02-28 16:10:20 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-02-28 16:13:54 +0300 |
commit | c91f19085e70f9e7fb2e8a445c87043f860f1f02 (patch) | |
tree | 814034e1df805ecb256be34d12ccfcc5c3235b8a /protocols/JabberG/src/jabber_proto.h | |
parent | 8736afe83f8c5aadf130542b2bbf14b2bcf57105 (diff) |
jabber: fix caps ui bug introduced in early omemo implementation stage
omemo: basic device list event handler, added +notify cap to permanent caps, currenlty jabber have problems with dynamic caps...
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 48c7778461..ed63eff36c 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -340,6 +340,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface void OmemoHandleMessage(HXML node);
void OmemoHandleDeviceList(HXML node);
void OmemoInitDevice();
+ void OmemoAnnounceDevice();
//---- jabber_console.cpp ------------------------------------------------------------
|