summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_strm_mgmt.h
AgeCommit message (Collapse)Author
2018-04-17protocols: jabber: xep-0198:Gluzskiy Alexandr
- improoved logic - fixed resumption - added few temporary workarounds for broken counters
2018-04-07protocols: jabber: xep-0198Gluzskiy Alexandr
- improoved resume logic
2018-04-06protocols: jabber: xep-0198Gluzskiy Alexandr
- a bit improoved logic - implemented "keep-alive" like ack request (currently sema logick as ping, should also work with ping disabled, ping is not necessary if strm_mgmt enabled)
2018-04-04protocols: jabber: xep-0198Gluzskiy Alexandr
- do not request roster on resumed session
2018-04-01protocols: jabber: xep-0198Gluzskiy Alexandr
- few logic bugs fixed - started resumption implementation
2018-03-28prootcols: jabber: xep-0198Gluzskiy Alexandr
- send ack on disconnect as suggested by xep - bugfixes (outgoing messages tracking still does not work properly)
2018-03-28protocols: jabber: xep-0198Gluzskiy Alexandr
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test