summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_strm_mgmt.h
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-07-09fixes #3351 (Jingle: Separate all VOIP-related code from Jabber to Jingle ↵George Hazan
plugin)
2023-03-16Jabber: stream management fixGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-09-14Jabber: warning fix + code cleaningGeorge Hazan
2022-09-12Jabber: fix for stream managementGeorge Hazan
2022-09-12Jabber: code cleaningGeorge Hazan
2022-09-01Jabber: fix for XEP-0198 processingGeorge Hazan
2022-06-23Jabber: more effective stream management processingGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2022-01-01Happy new year, Mirandadartraiden
2021-01-17Update copyrightsdartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-02-23Jabber:George Hazan
- fixes #1844 (Tab button doesn't work in Jabber registration form); - added Escape handler for any dynamic form to inform parent dialog; - massive dynamic forms-related XML code cleaning & reordering; - now form fiields without types are also processed; - vertical scrollbar is hidden if it's not needed; - hidden fields do not eat form space anymore
2019-02-19Jabber -> TinyXml2George Hazan
2019-01-04Update copyrightsdartraiden
2018-07-01protocols: jabber: xep-0128Gluzskiy Alexandr
- force disable session resume on manual switch to offline ( closes #1444 ) //untested
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