<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/qxmpp/tests/qxmppatmmanager/tst_qxmppatmmanager.cpp, branch master</title>
<subtitle>Fork of the QXmpp library.
</subtitle>
<id>https://gitea.privatedns.org/xavi/qxmpp/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/qxmpp/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/'/>
<updated>2022-12-26T21:00:07+00:00</updated>
<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>Stanza: Move E2eeMetadata into own header file</title>
<updated>2022-07-10T23:54:36+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-07-10T22:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=35ea54219281bf256b9c990e52025e43c92f3d02'/>
<id>urn:sha1:35ea54219281bf256b9c990e52025e43c92f3d02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move SecurityPolicy, TrustLevel intro extra headers</title>
<updated>2022-06-18T11:08:07+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-06-18T10:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=32ccc6358ba6433e6b870b238fba20ccf1862fe2'/>
<id>urn:sha1:32ccc6358ba6433e6b870b238fba20ccf1862fe2</id>
<content type='text'>
This avoids the need to include the whole TrustStorage in files like
SendStanzaParams.h.
</content>
</entry>
<entry>
<title>Add QXmppTrustManager as base of trust managers such as QXmppAtmManager</title>
<updated>2022-05-06T11:36:43+00:00</updated>
<author>
<name>Melvin Keskin</name>
<email>melvo@olomono.de</email>
</author>
<published>2022-04-19T18:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=4c565dd7dd78340a393ccbf4bc3bed9f6ce360f2'/>
<id>urn:sha1:4c565dd7dd78340a393ccbf4bc3bed9f6ce360f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: AtmManager: Apply clang-format after replacing '-&gt;' with '.'</title>
<updated>2022-04-01T19:44:03+00:00</updated>
<author>
<name>Melvin Keskin</name>
<email>melvo@olomono.de</email>
</author>
<published>2022-04-01T17:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=93f9c8cf35d112b8e00da42ab73aa68c448e1011'/>
<id>urn:sha1:93f9c8cf35d112b8e00da42ab73aa68c448e1011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: AtmManager: Do not use pointer for 'm_manager'</title>
<updated>2022-03-29T14:17:28+00:00</updated>
<author>
<name>Melvin Keskin</name>
<email>melvo@olomono.de</email>
</author>
<published>2022-03-19T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=287cab1e3a7b48edb37fe6b20238f970860b14f4'/>
<id>urn:sha1:287cab1e3a7b48edb37fe6b20238f970860b14f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AtmManager: Fix memory leaks in tests and apply clang-format</title>
<updated>2022-03-29T14:17:28+00:00</updated>
<author>
<name>Melvin Keskin</name>
<email>melvo@olomono.de</email>
</author>
<published>2022-03-17T19:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=ff93012e90eaec38fe42de089676471ee6617327'/>
<id>urn:sha1:ff93012e90eaec38fe42de089676471ee6617327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: atm manager/trust storage: Fix use of unexported symbols</title>
<updated>2022-03-17T11:43:50+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-03-17T11:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=a20a3fecfa12a1191851d1475fdd8d50be23c77f'/>
<id>urn:sha1:a20a3fecfa12a1191851d1475fdd8d50be23c77f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Fix odr-violation in atmmanager/truststorage tests</title>
<updated>2022-03-16T20:21:32+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-03-16T20:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=be310d61904c44ba021587570b53393cfb0e16a4'/>
<id>urn:sha1:be310d61904c44ba021587570b53393cfb0e16a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add parameter 'keyOwnerJid' to trust storages' 'trustLevel()'</title>
<updated>2022-03-07T19:19:29+00:00</updated>
<author>
<name>Melvin Keskin</name>
<email>melvo@olomono.de</email>
</author>
<published>2022-03-07T13:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=ebbf58a05ca112b7e56df8aa072f410398a86dae'/>
<id>urn:sha1:ebbf58a05ca112b7e56df8aa072f410398a86dae</id>
<content type='text'>
</content>
</entry>
</feed>
