summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-05-12 01:50:57 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-05-12 01:54:04 +0300
commit6873a8a0889dcaf68c499f52f52fb0f9da4469e0 (patch)
treef31ce35171db6738544153c987ea099c2931dfe3 /protocols/JabberG/src/jabber_proto.h
parent42099821c49b5495032b30df5fb97e264d0352bd (diff)
jabber: omemo: refactoring
attached all account related data to protocol instances better logging
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 9606544a22..bbe3cb9165 100755
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -37,6 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "jabber_message_manager.h"
#include "jabber_presence_manager.h"
#include "jabber_send_manager.h"
+#include "jabber_omemo.h"
struct CJabberProto;
@@ -348,6 +349,8 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
bool OmemoIsEnabled(MCONTACT hContact);
void OmemoOnIqResultGetBundle(HXML iqNode, CJabberIqInfo *pInfo);
+ omemo::omemo_impl m_omemo;
+
//---- jabber_console.cpp ------------------------------------------------------------
INT_PTR __cdecl OnMenuHandleConsole(WPARAM wParam, LPARAM lParam);