<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/qxmpp/tests/qxmppmessage/tst_qxmppmessage.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-05-14T21:58:00+00:00</updated>
<entry>
<title>Add XEP-0353: Jingle Message Initiation data classes</title>
<updated>2023-05-14T21:58:00+00:00</updated>
<author>
<name>Tibor Csötönyi</name>
<email>work@taibsu.de</email>
</author>
<published>2023-05-03T13:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=2fde987d39dc66f028ea3ff44929ebd6e2b37f90'/>
<id>urn:sha1:2fde987d39dc66f028ea3ff44929ebd6e2b37f90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EME: Always send encryption name as fallback</title>
<updated>2023-03-13T19:28:49+00:00</updated>
<author>
<name>Melvin Keskin</name>
<email>melvo@olomono.de</email>
</author>
<published>2023-03-07T22:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=bb9f20419c794e4555860e6aeb097229653d5dc9'/>
<id>urn:sha1:bb9f20419c794e4555860e6aeb097229653d5dc9</id>
<content type='text'>
Since QXmpp does not differentiate between different EME versions
receiving clients support, it is better to always send the encryption name.
It ensures that a name is displayed by the receiving client even if it
does not support the latest EME version introducing a new encryption.
</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>Implement XEP-0444: Message Reactions (#492)</title>
<updated>2022-10-16T17:59:49+00:00</updated>
<author>
<name>Melvin Keskin</name>
<email>melvo@olomono.de</email>
</author>
<published>2022-10-16T17:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=66e5f060abe831fa08a758b9de44b29bfec8b3ba'/>
<id>urn:sha1:66e5f060abe831fa08a758b9de44b29bfec8b3ba</id>
<content type='text'>
https://xmpp.org/extensions/xep-0444.html</content>
</entry>
<entry>
<title>Allow adding multiple oob urls and a description</title>
<updated>2022-09-28T13:56:05+00:00</updated>
<author>
<name>Jonah Brüchert</name>
<email>jbb@kaidan.im</email>
</author>
<published>2022-09-28T11:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=1916eca1a982b22c10c1c737fcbcb86bee0ec5cc'/>
<id>urn:sha1:1916eca1a982b22c10c1c737fcbcb86bee0ec5cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EncryptedFileSource: Move Cipher enum into QXmppGlobal</title>
<updated>2022-09-24T16:11:58+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-09-16T17:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=b71a66f3a7e07427378a23eb42291ed3758e08b2'/>
<id>urn:sha1:b71a66f3a7e07427378a23eb42291ed3758e08b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EncryptedFileSource: Make public (#469)</title>
<updated>2022-09-24T15:58:44+00:00</updated>
<author>
<name>Jonah Brüchert</name>
<email>jbb@kaidan.im</email>
</author>
<published>2022-09-24T15:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=eb63b18dcbb2ccdf811461a42f120e5d0ab82e88'/>
<id>urn:sha1:eb63b18dcbb2ccdf811461a42f120e5d0ab82e88</id>
<content type='text'>
The sources possibly need to be saved by clients.</content>
</entry>
<entry>
<title>Implement XEP-0448: Encryption for stateless file sharing parsing (#463)</title>
<updated>2022-09-16T17:08:02+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-09-16T17:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=d858e4ae6e0adeaad8d03b055883f411e6d19ab0'/>
<id>urn:sha1:d858e4ae6e0adeaad8d03b055883f411e6d19ab0</id>
<content type='text'>
https://xmpp.org/extensions/xep-0448.html

Co-authored-by: Jonah Brüchert &lt;jbb@kaidan.im&gt;</content>
</entry>
<entry>
<title>Implement XEP-0447: Stateless file sharing: File sharing element (#448)</title>
<updated>2022-09-13T21:11:19+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-09-13T21:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=a780d365fe9740d6533f4667fc8220eac148cd7d'/>
<id>urn:sha1:a780d365fe9740d6533f4667fc8220eac148cd7d</id>
<content type='text'>
Implements parsing for the file sharing element from XEP-0447:
Stateless files sharing version 0.2.

https://xmpp.org/extensions/xep-0447.html

Co-authored-by: Jonah Brüchert &lt;jbb@kaidan.im&gt;</content>
</entry>
<entry>
<title>tests: Message: Clean up copyright lines and includes (#426)</title>
<updated>2022-06-14T09:46:29+00:00</updated>
<author>
<name>Melvin Keskin</name>
<email>melvo@olomono.de</email>
</author>
<published>2022-06-14T09:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=1a3e39ffa34abea9b7b15c46f611db403e00d33c'/>
<id>urn:sha1:1a3e39ffa34abea9b7b15c46f611db403e00d33c</id>
<content type='text'>
</content>
</entry>
</feed>
