diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-04-07 22:00:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-04-07 22:01:44 +0300 |
commit | c429dcfc34b0efb8022ebabcdc3b10925a685868 (patch) | |
tree | 6b73eac98ea76075e1d65837a06efc6ee534f834 /protocols/JabberG/src/jabber_strm_mgmt.h | |
parent | 5811219420fdedef8941584ef70fec403d012e4e (diff) |
protocols: jabber: xep-0198
- improoved resume logic
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 1791afd8eb..03d3cd42e0 100755 --- a/protocols/JabberG/src/jabber_strm_mgmt.h +++ b/protocols/JabberG/src/jabber_strm_mgmt.h @@ -55,6 +55,7 @@ public: void SendAck();
void RequestAck();
bool IsSessionResumed();
+ bool IsResumeIdPresent();
};
#endif //JABBER_STRM_MGMT_H
\ No newline at end of file |