summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-25 21:11:42 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-26 06:41:10 +0300
commitb704521b152acf8f449182e28113394edca404fe (patch)
tree108eb0b3ef3c3a1a17c4c7b3c0dc3a74a53a9d79 /protocols/JabberG/src/jabber_proto.cpp
parentb2c47fe47b18d21b90d9c536e70bf45ef9d33e3c (diff)
protocols: jabber: work on xep-0198
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index ceb5fbf44f..f4de9de9d0 100755
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -71,6 +71,8 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) :
m_hPrivacyMenuItems(10),
m_lstJabberFeatCapPairsDynamic(2),
m_uEnabledFeatCapsDynamic(0),
+ m_bStrmMgmtPendingEnable(false),
+ m_bStrmMgmtEnabled(false),
m_bBsDirect(this, "BsDirect", TRUE),
m_bAllowVersionRequests(this, "m_bAllowVersionRequests", TRUE),
@@ -1341,3 +1343,9 @@ int __cdecl CJabberProto::OnEvent(PROTOEVENTTYPE eventType, WPARAM wParam, LPARA
}
return 1;
}
+
+
+void CJabberProto::m_nStrmMgmtLocalSCount_incr()
+{
+ m_nStrmMgmtLocalSCount++;
+} \ No newline at end of file