diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-02-21 20:29:59 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-02-21 20:29:59 +0300 |
commit | 2cf889e14cb73a24f0ab1a5cb5e2a5d09a98c895 (patch) | |
tree | 515319bcec520c0c89bf0ac7f87d07314e491fb3 /protocols/JabberG/src/jabber_proto.h | |
parent | 8f7c934625129b4dde3e57163a6b1a2b01bc5963 (diff) |
protocols:
jabber:
omemo:
empty handlers for omemo message/key, omemo devicelist update
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-x[-rw-r--r--] | protocols/JabberG/src/jabber_proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index f62d73c528..b2042bcdd1 100644..100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -336,6 +336,10 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface void AddMucListItem(JABBER_MUC_JIDLIST_INFO* jidListInfo, const wchar_t* str, const wchar_t* rsn);
void DeleteMucListItem(JABBER_MUC_JIDLIST_INFO* jidListInfo, const wchar_t* jid);
+ //---- jabber_omemo.cpp --------------------------------------------------------------
+ void OmemoHandleMessage(HXML node);
+ void OmemoHandleDeviceList(HXML node);
+
//---- jabber_console.cpp ------------------------------------------------------------
INT_PTR __cdecl OnMenuHandleConsole(WPARAM wParam, LPARAM lParam);
|