diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-04-17 03:26:20 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-04-17 03:27:58 +0300 |
commit | c13df8fa3e1f60b059cecf3f3d6c825b7e86ac16 (patch) | |
tree | 9b28d02fdc656a2a9cd26c2e03b3445857d8ebcb /protocols/JabberG/src/jabber_strm_mgmt.h | |
parent | 2690a321eaee7586154083cb2cd0d711ab35c041 (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-x | protocols/JabberG/src/jabber_strm_mgmt.h | 1 |
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;
|