summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_strm_mgmt.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-04-17 03:26:20 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-04-17 03:27:58 +0300
commitc13df8fa3e1f60b059cecf3f3d6c825b7e86ac16 (patch)
tree9b28d02fdc656a2a9cd26c2e03b3445857d8ebcb /protocols/JabberG/src/jabber_strm_mgmt.h
parent2690a321eaee7586154083cb2cd0d711ab35c041 (diff)
protocols: jabber: xep-0198:
- improoved logic - fixed resumption - added few temporary workarounds for broken counters
Diffstat (limited to 'protocols/JabberG/src/jabber_strm_mgmt.h')
-rwxr-xr-xprotocols/JabberG/src/jabber_strm_mgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_strm_mgmt.h b/protocols/JabberG/src/jabber_strm_mgmt.h
index 03d3cd42e0..78d6ce3269 100755
--- a/protocols/JabberG/src/jabber_strm_mgmt.h
+++ b/protocols/JabberG/src/jabber_strm_mgmt.h
@@ -32,6 +32,7 @@ class strm_mgmt
void OnProcessSMa(HXML node);
void OnProcessSMr(HXML node);
void ResendNodes(uint32_t count);
+ void FinishLoginProcess(ThreadData *info);
CJabberProto *proto;