summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_strm_mgmt.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-04-07 22:00:24 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-04-07 22:01:44 +0300
commitc429dcfc34b0efb8022ebabcdc3b10925a685868 (patch)
tree6b73eac98ea76075e1d65837a06efc6ee534f834 /protocols/JabberG/src/jabber_strm_mgmt.h
parent5811219420fdedef8941584ef70fec403d012e4e (diff)
protocols: jabber: xep-0198
- improoved resume logic
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 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