Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Another year has passed | dartraiden | |
2024-12-02 | code cleaning | George Hazan | |
2024-12-02 | fixes #3792 (XEP-0388: Extensible SASL Profile support) | George Hazan | |
2024-09-07 | chore: fix grammar errors in comments | Sergey Ponomarev | |
Mostly missing articles | |||
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 | useless field ThreadData::bIsSessionAvailable removed | George Hazan | |
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-07-30 | fixes #2502 (Jabber: crash when sending message) | George Hazan | |
2020-07-12 | Jabber: ugly scheme with flags replaced with TJabberAuth instantiation | George Hazan | |
2020-05-27 | Jabber: code cleaning | George Hazan | |
2020-02-17 | code cleaning | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-02-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan | |
2019-02-25 | Jabber: | George Hazan | |
- obsolete class Xpath removed, its functionality replaced with helpers & iterators; - JABBER_FEAT_BIND added to enchance code reading & understanding; - unused function CNoteItem::AddNote removed; - fix for improper jabber:x:last behavior | |||
2019-02-19 | Jabber: | George Hazan | |
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful | |||
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-01 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- additional counters reset before clean enabling to avoid inconsistent counters state | |||
2018-07-01 | protocols: jabber: xep-0128 | Gluzskiy Alexandr | |
- force disable session resume on manual switch to offline ( closes #1444 ) //untested | |||
2018-04-28 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- keep contacts status for session resume if resume is possible - reset status only if resume failed | |||
2018-04-17 | protocols: jabber: xep-0198: | Gluzskiy Alexandr | |
- improoved logic - fixed resumption - added few temporary workarounds for broken counters | |||
2018-04-16 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- added basic console logging | |||
2018-04-07 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- improoved resume logic | |||
2018-04-06 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
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-04 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- basic error handling | |||
2018-04-03 | protocols: jabber: typo fix | Gluzskiy Alexandr | |
2018-04-03 | protocols: jabber: crash fix | Gluzskiy Alexandr | |
https://gist.github.com/apollo2k4/955dc2bd2b8cac46ab51fa787b12329c | |||
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 |