diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-19 18:19:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-19 19:24:17 +0300 |
commit | 4539d364466d9d934c8b2fbd1642ffbeba0bc75d (patch) | |
tree | f0515cb13eb48262525449b4d05205176aefc368 /protocols/JabberG/src/jabber_proto.h | |
parent | c3d462ec9610726c12f6b8174a72ee46800f7c4d (diff) |
all !!! fixed
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 cce4482df5..d21b7a0078 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -216,6 +216,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface bool m_bShutdown;
bool m_bSendKeepAlive;
bool m_bPepSupported;
+ bool m_bStreamSent;
HWND m_hwndAgentRegInput;
HWND m_hwndRegProgress;
|