<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/xmpp-vala/src/module/xep/0261_jingle_in_band_bytestreams.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>2021-05-01T19:51:24+00:00</updated>
<entry>
<title>Improve call wording, cleanup</title>
<updated>2021-05-01T19:51:24+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2021-04-29T13:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=7d2e64769067c1b47e0500f6456dd7e6f4eb435a'/>
<id>urn:sha1:7d2e64769067c1b47e0500f6456dd7e6f4eb435a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for OMEMO call encryption</title>
<updated>2021-04-29T14:13:25+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2021-04-25T17:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=421f43dd8bd993eb88581e1b5011cc061ceb4fc8'/>
<id>urn:sha1:421f43dd8bd993eb88581e1b5011cc061ceb4fc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve &amp; refactor Jingle base implementation</title>
<updated>2021-03-21T11:40:04+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2021-03-19T21:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=2b90fcc39a1079346d6c5e2bfff8987104da737a'/>
<id>urn:sha1:2b90fcc39a1079346d6c5e2bfff8987104da737a</id>
<content type='text'>
Co-authored-by: Marvin W &lt;git@larma.de&gt;
</content>
</entry>
<entry>
<title>Only query entity caps when we need them</title>
<updated>2020-07-16T21:31:19+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-07-03T19:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=e159fd2492c28c1ef4ab64828ca0e8c2de877b41'/>
<id>urn:sha1:e159fd2492c28c1ef4ab64828ca0e8c2de877b41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove features from service discovery module when detaching module from stream</title>
<updated>2020-04-21T14:25:21+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2020-04-21T14:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=7c4260eed718961874fc0ea665263ea2ce59338b'/>
<id>urn:sha1:7c4260eed718961874fc0ea665263ea2ce59338b</id>
<content type='text'>
fixes #179
fixes #812
</content>
</entry>
<entry>
<title>Add support for Jingle SOCKS5 bytestreams (XEP-0260)</title>
<updated>2019-08-05T18:55:37+00:00</updated>
<author>
<name>hrxi</name>
<email>hrrrxi@gmail.com</email>
</author>
<published>2019-07-20T21:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=642dac9aa0b90dd2f17df5dddd0e7914a7d306d3'/>
<id>urn:sha1:642dac9aa0b90dd2f17df5dddd0e7914a7d306d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add file receiving via Jingle</title>
<updated>2019-07-09T09:21:40+00:00</updated>
<author>
<name>hrxi</name>
<email>hrrrxi@gmail.com</email>
</author>
<published>2019-06-23T12:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=82e7cf4447d72c24af04c64c05eed35338455f35'/>
<id>urn:sha1:82e7cf4447d72c24af04c64c05eed35338455f35</id>
<content type='text'>
This currently follows the same rules as HTTP file download for
accepting files.
</content>
</entry>
<entry>
<title>Implement file sending via Jingle</title>
<updated>2019-07-09T09:21:39+00:00</updated>
<author>
<name>hrxi</name>
<email>hrrrxi@gmail.com</email>
</author>
<published>2019-06-23T12:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=877c46628fa2836f9226e24a3d0a84b9a3f821e6'/>
<id>urn:sha1:877c46628fa2836f9226e24a3d0a84b9a3f821e6</id>
<content type='text'>
This is still disabled by default until prioritization is implemented;
otherwise this could be preferred to HTTP uploads.

File sending only works via Jingle In-Band-Bytestreams right now, more
transports are going to be implemented.

To test this, uncomment the line with `JingleFileTransfer` in
libdino/src/application.vala.
</content>
</entry>
</feed>
