<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/xmpp-vala/src/module/xep/0198_stream_management.vala, branch master</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2023-10-05T12:32:06+00:00</updated>
<entry>
<title>Add priority for and allow cancellation of outgoing stanzas</title>
<updated>2023-10-05T12:32:06+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2023-01-31T14:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=7a38a3867446221032ac8111be8c6d752ef3ccd4'/>
<id>urn:sha1:7a38a3867446221032ac8111be8c6d752ef3ccd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Collapse most stream releated errors into IOError</title>
<updated>2023-10-05T12:32:06+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2023-01-31T14:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=90caab10ab4453ecc0cab6c4d73048e51f96934f'/>
<id>urn:sha1:90caab10ab4453ecc0cab6c4d73048e51f96934f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Collect previous counter from failed stream resumption</title>
<updated>2021-12-30T15:26:53+00:00</updated>
<author>
<name>Kim Alvefur</name>
<email>zash@zash.se</email>
</author>
<published>2021-12-22T23:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=839be0e316bf756ddccb9eba17b75c974440093c'/>
<id>urn:sha1:839be0e316bf756ddccb9eba17b75c974440093c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Forget previous session on failed stream resumption (#1164)</title>
<updated>2021-12-30T15:26:53+00:00</updated>
<author>
<name>Kim Alvefur</name>
<email>zash@zash.se</email>
</author>
<published>2021-12-22T23:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=9072f155566a542635aede1fcb07208e0c56fb18'/>
<id>urn:sha1:9072f155566a542635aede1fcb07208e0c56fb18</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>StreamManagement: Fix HashMap potentially being altered while being itterated</title>
<updated>2021-04-08T10:19:11+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2021-04-08T10:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=aeeda76c9252ab03c1b91c879e6d890801b0ba2e'/>
<id>urn:sha1:aeeda76c9252ab03c1b91c879e6d890801b0ba2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor XmppStream, TLS and connection method logic</title>
<updated>2020-11-20T14:21:18+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-11-16T14:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=07917f1d841f449157aa3aaa2507b0547dd274e7'/>
<id>urn:sha1:07917f1d841f449157aa3aaa2507b0547dd274e7</id>
<content type='text'>
fixes #534
</content>
</entry>
<entry>
<title>Improve stream management queue</title>
<updated>2020-07-21T13:48:42+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-07-21T13:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=c887240fdcdbc8f76c6bdd37b1174b8154907c4c'/>
<id>urn:sha1:c887240fdcdbc8f76c6bdd37b1174b8154907c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Visually highlight pending messages, improve resending</title>
<updated>2020-07-16T21:31:19+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-07-15T13:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=7309c6f3ac4e580f197b4835d05bb011fa90780b'/>
<id>urn:sha1:7309c6f3ac4e580f197b4835d05bb011fa90780b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add queue and resending to stream management</title>
<updated>2020-07-15T16:12:19+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-06-28T13:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=74f7fa897f9aec298eeadcfc7a7b971f06498858'/>
<id>urn:sha1:74f7fa897f9aec298eeadcfc7a7b971f06498858</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move Jid class to xmpp-vala, partially refactor namespace</title>
<updated>2018-01-27T23:38:47+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2018-01-12T20:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=782ae4c049e2b6fab13d7453cbb0e74610e7d200'/>
<id>urn:sha1:782ae4c049e2b6fab13d7453cbb0e74610e7d200</id>
<content type='text'>
</content>
</entry>
</feed>
