aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0198_stream_management.vala
Commit message (Expand)AuthorAgeFilesLines
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-02-071-17/+42
* Collapse most stream releated errors into IOErrorMarvin W2023-02-071-4/+4
* Collect previous counter from failed stream resumptionKim Alvefur2021-12-301-0/+5
* Forget previous session on failed stream resumption (#1164)Kim Alvefur2021-12-301-1/+1
* StreamManagement: Fix HashMap potentially being altered while being itteratedfiaxh2021-04-081-1/+1
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-201-11/+8
* 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