Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add priority for and allow cancellation of outgoing stanzas | Marvin W | 2023-02-07 | 1 | -17/+42 |
| | |||||
* | Collapse most stream releated errors into IOError | Marvin W | 2023-02-07 | 1 | -4/+4 |
| | |||||
* | Collect previous counter from failed stream resumption | Kim Alvefur | 2021-12-30 | 1 | -0/+5 |
| | | | | | | The server is allowed to keep the counter after the session has expired, which allows a final ack to know wheter in-transit stanzas were delivered or not. | ||||
* | Forget previous session on failed stream resumption (#1164) | Kim Alvefur | 2021-12-30 | 1 | -1/+1 |
| | | | | | | Assuming received_features_node() is what triggers another attempt to authenticate, this should prevent an attempt to XEP-0198 resume again using the same session id. | ||||
* | StreamManagement: Fix HashMap potentially being altered while being itterated | fiaxh | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Refactor XmppStream, TLS and connection method logic | fiaxh | 2020-11-20 | 1 | -11/+8 |
| | | | | fixes #534 | ||||
* | Improve stream management queue | fiaxh | 2020-07-21 | 1 | -20/+14 |
| | |||||
* | Visually highlight pending messages, improve resending | fiaxh | 2020-07-16 | 1 | -4/+10 |
| | |||||
* | Add queue and resending to stream management | fiaxh | 2020-07-15 | 1 | -8/+106 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -2/+0 |
| | |||||
* | Plugins providing conversation items for ConversationView | fiaxh | 2017-08-28 | 1 | -1/+1 |
| | |||||
* | Stream Management | fiaxh | 2017-08-14 | 1 | -0/+112 |