aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0198_stream_management.vala
Commit message (Collapse)AuthorAgeFilesLines
* Collect previous counter from failed stream resumptionKim Alvefur2021-12-301-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 Alvefur2021-12-301-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 itteratedfiaxh2021-04-081-1/+1
|
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-201-11/+8
| | | | fixes #534
* Improve stream management queuefiaxh2020-07-211-20/+14
|
* Visually highlight pending messages, improve resendingfiaxh2020-07-161-4/+10
|
* Add queue and resending to stream managementfiaxh2020-07-151-8/+106
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-2/+0
|
* Plugins providing conversation items for ConversationViewfiaxh2017-08-281-1/+1
|
* Stream Managementfiaxh2017-08-141-0/+112