summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_strm_mgmt.cpp
AgeCommit message (Collapse)Author
2018-04-28protocols: jabber: xep-0198Gluzskiy Alexandr
- keep contacts status for session resume if resume is possible - reset status only if resume failed
2018-04-17protocols: jabber: xep-0198:Gluzskiy Alexandr
- improoved logic - fixed resumption - added few temporary workarounds for broken counters
2018-04-16protocols: jabber: xep-0198Gluzskiy Alexandr
- added basic console logging
2018-04-07protocols: jabber: xep-0198Gluzskiy Alexandr
- improoved resume logic
2018-04-06protocols: jabber: xep-0198Gluzskiy Alexandr
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-04protocols: jabber: xep-0198Gluzskiy Alexandr
- basic error handling
2018-04-03protocols: jabber: typo fixGluzskiy Alexandr
2018-04-03protocols: jabber: crash fixGluzskiy Alexandr
https://gist.github.com/apollo2k4/955dc2bd2b8cac46ab51fa787b12329c
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