Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Update copyrights | dartraiden | |
2023-07-09 | fixes #3351 (Jingle: Separate all VOIP-related code from Jabber to Jingle ↵ | George Hazan | |
plugin) | |||
2023-03-16 | Jabber: stream management fix | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-09-14 | Jabber: warning fix + code cleaning | George Hazan | |
2022-09-12 | Jabber: fix for stream management | George Hazan | |
2022-09-12 | Jabber: code cleaning | George Hazan | |
2022-09-01 | Jabber: fix for XEP-0198 processing | George Hazan | |
2022-06-23 | Jabber: more effective stream management processing | George Hazan | |
2022-04-06 | remove executable attribute from affected files | georgehazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-01-17 | Update copyrights | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-02-23 | Jabber: | 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-19 | Jabber -> TinyXml2 | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-01 | protocols: jabber: xep-0128 | Gluzskiy Alexandr | |
- force disable session resume on manual switch to offline ( closes #1444 ) //untested | |||
2018-04-17 | protocols: jabber: xep-0198: | Gluzskiy Alexandr | |
- improoved logic - fixed resumption - added few temporary workarounds for broken counters | |||
2018-04-07 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- improoved resume logic | |||
2018-04-06 | protocols: jabber: xep-0198 | Gluzskiy 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-04 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- do not request roster on resumed session | |||
2018-04-01 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- few logic bugs fixed - started resumption implementation | |||
2018-03-28 | prootcols: jabber: xep-0198 | Gluzskiy Alexandr | |
- send ack on disconnect as suggested by xep - bugfixes (outgoing messages tracking still does not work properly) | |||
2018-03-28 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- moved implementation to separated units (refactoring) - first part (without resumption) should work now (still have some bugs), feel free to test |