summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-17 17:50:47 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-17 17:50:47 +0300
commite69e0ee825baad1b09849eeb126df9a08501208b (patch)
tree0370c2b0a2e750e62519d08a3ef92142fa29d492 /protocols/JabberG/src/jabber_proto.h
parentbaa38b939c22325a255641e2bf483a202ec9bb08 (diff)
fixes #1898 (XMPP/Jabber: Implement XEP-0352 (Client State Indication))
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 fb20d8838f..58685fa31f 100755
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -208,6 +208,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
mir_cs m_csModeMsgMutex;
JABBER_MODEMSGS m_modeMsgs;
+ bool m_bCisAvailable;
bool m_bJabberOnline; // XMPP connection initialized and we can send XMPP packets
bool m_bShutdown;
bool m_bSendKeepAlive;