<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/qxmpp/src/client/QXmppHttpUploadManager.cpp, branch fork</title>
<subtitle>Fork of the QXmpp library.
</subtitle>
<id>https://gitea.privatedns.org/xavi/qxmpp/atom?h=fork</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/qxmpp/atom?h=fork'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/'/>
<updated>2023-01-31T18:55:42+00:00</updated>
<entry>
<title>Remove Qt &lt; 5.15 compat code</title>
<updated>2023-01-31T18:55:42+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2023-01-31T18:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=1a79303169e245891a911174b6f1fa87fd177597'/>
<id>urn:sha1:1a79303169e245891a911174b6f1fa87fd177597</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use QXmppError in all IQ results instead of StanzaError</title>
<updated>2023-01-22T17:10:44+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2023-01-22T17:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=46f3831fd238b4c1fb10d44e4531d9e59d574c97'/>
<id>urn:sha1:46f3831fd238b4c1fb10d44e4531d9e59d574c97</id>
<content type='text'>
This allows us to report different error types with more information and
makes it possible to distinguish stanza errors and errors generated
locally.

Part of #501.
</content>
</entry>
<entry>
<title>Introduce QXmppTask &amp; QXmppPromise</title>
<updated>2023-01-03T21:05:54+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-08-16T19:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=b17284ee7d674416e0d11f1699f73fcc606262d4'/>
<id>urn:sha1:b17284ee7d674416e0d11f1699f73fcc606262d4</id>
<content type='text'>
Closes #502.

Co-authored-by: Jonah Brüchert &lt;jbb@kaidan.im&gt;
</content>
</entry>
<entry>
<title>Disable Qt keywords completely</title>
<updated>2022-12-26T21:00:07+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-12-26T20:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=46995fd3fd7da4d1b035f71a1279c041b2871ffd'/>
<id>urn:sha1:46995fd3fd7da4d1b035f71a1279c041b2871ffd</id>
<content type='text'>
Previously we had the policy that no qt keywords were allowed in headers
that may be included by users. However since there was no automatic test
verifying that in some places keywords were still used.

This now disables qt keywords completely, also in tests and examples. Qt
keywords are in general no good or really good idea as they even
conflict with the standard library (`emit` at least).

In some cases in the examples I just removed the slot tag if the
functions didn't need to be slots (anymore).

Closes #503.
</content>
</entry>
<entry>
<title>Fix build with Qt 5.9</title>
<updated>2022-09-30T19:42:10+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-09-30T19:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=b66cf3d8e1482dbddcc5f2e828bf2259cc9bfcab'/>
<id>urn:sha1:b66cf3d8e1482dbddcc5f2e828bf2259cc9bfcab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement XEP-0448: Stateless File Sharing</title>
<updated>2022-09-29T21:46:36+00:00</updated>
<author>
<name>Jonah Brüchert</name>
<email>jbb@kaidan.im</email>
</author>
<published>2022-09-09T21:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=68f167995e7ba71a6f2e556a7a0eab3d234e2d1a'/>
<id>urn:sha1:68f167995e7ba71a6f2e556a7a0eab3d234e2d1a</id>
<content type='text'>
This adds a file sharing manager that is capable of using multiple back
ends. Currently implemented are a normal HTTP File Upload backend and an
encrypted HTTP File Upload. Jingle File Transfer could be implemented
later.

Co-authored-by: Linus Jahn &lt;lnj@kaidan.im&gt;
</content>
</entry>
<entry>
<title>HttpUploadManager: Use unique_ptr for data device (#479)</title>
<updated>2022-09-29T17:24:57+00:00</updated>
<author>
<name>Jonah Brüchert</name>
<email>jbb@kaidan.im</email>
</author>
<published>2022-09-29T17:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=8fb5a45163c29e6ff4747f2ced28a54778904e4e'/>
<id>urn:sha1:8fb5a45163c29e6ff4747f2ced28a54778904e4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HttpUploadManager: Only allow https urls (#478)</title>
<updated>2022-09-29T17:14:46+00:00</updated>
<author>
<name>Jonah Brüchert</name>
<email>jbb@kaidan.im</email>
</author>
<published>2022-09-29T17:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=bd196fa5d04bd133fc7fcf8f6dc7a7281d0f41a0'/>
<id>urn:sha1:bd196fa5d04bd133fc7fcf8f6dc7a7281d0f41a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add global Cancelled unit struct</title>
<updated>2022-09-13T20:36:02+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-09-13T20:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=ad7dc952ce404db3eac20d69c3c8346f0dbf8181'/>
<id>urn:sha1:ad7dc952ce404db3eac20d69c3c8346f0dbf8181</id>
<content type='text'>
The Cancelled struct from HttpUpload is going to be used in other
places.
</content>
</entry>
<entry>
<title>HttpUploadManager: Avoid UB if UploadRequestManager does not exist</title>
<updated>2022-09-10T11:41:49+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-09-10T11:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=321a5d9e8496ffaf2031ed37a508bd125b430125'/>
<id>urn:sha1:321a5d9e8496ffaf2031ed37a508bd125b430125</id>
<content type='text'>
</content>
</entry>
</feed>
