<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/qxmpp/src/base/QXmppPubSubItem.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-03-09T19:16:42+00:00</updated>
<entry>
<title>Rename PubSubItem -&gt; PubSubBaseItem to be able to include old PubSubItem</title>
<updated>2023-03-09T19:16:42+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2023-03-09T17:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=fcd8224256e38d50d4ec67b71c504dcb6e480e95'/>
<id>urn:sha1:fcd8224256e38d50d4ec67b71c504dcb6e480e95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add move constructors and move assignment operators everywhere</title>
<updated>2022-06-18T10:45:19+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-06-17T16:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=31ef165cbbf918ba0ddd00f86c6dee257a0b936b'/>
<id>urn:sha1:31ef165cbbf918ba0ddd00f86c6dee257a0b936b</id>
<content type='text'>
This is so std::move() on implicitly-shared types actually moves the
content and doesn't call the copy ctor/assignment operator.
</content>
</entry>
<entry>
<title>Convert copyright headers to REUSE</title>
<updated>2022-01-14T21:41:49+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-01-14T21:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=37359c7928d7fad38f064b6b5f26af59440ed7f9'/>
<id>urn:sha1:37359c7928d7fad38f064b6b5f26af59440ed7f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright years (2022 edition)</title>
<updated>2022-01-09T16:38:42+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-01-09T16:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=33eea347565352fcc85d8229e33bf9039f2f0402'/>
<id>urn:sha1:33eea347565352fcc85d8229e33bf9039f2f0402</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new QXmppPubSubItem</title>
<updated>2021-08-22T14:09:02+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-07-04T23:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=5cd52a0a979feaf8953f8583076f8df639b3481d'/>
<id>urn:sha1:5cd52a0a979feaf8953f8583076f8df639b3481d</id>
<content type='text'>
Specialization of pubsub items now works via inheritance.
Parsing has been extended, now also supports the 'publisher' attribute.
</content>
</entry>
<entry>
<title>doc: Fix many small doxygen warnings</title>
<updated>2021-03-27T23:09:13+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2021-03-27T18:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=fdbe1aef602b03f35be1d5e9d8baf02fb6c8f00a'/>
<id>urn:sha1:fdbe1aef602b03f35be1d5e9d8baf02fb6c8f00a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers to 2021</title>
<updated>2021-02-19T15:04:54+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2021-02-19T15:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=0b0d73cc4b3edd548221594efdda42c2fb518770'/>
<id>urn:sha1:0b0d73cc4b3edd548221594efdda42c2fb518770</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand QSL and QBL</title>
<updated>2020-03-28T23:03:43+00:00</updated>
<author>
<name>Jonah Brüchert</name>
<email>jbb.prv@gmx.de</email>
</author>
<published>2020-03-28T22:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=ecd3d0a1ce24750f725bbfd98330fc1498e327a5'/>
<id>urn:sha1:ecd3d0a1ce24750f725bbfd98330fc1498e327a5</id>
<content type='text'>
So they don't leak into the public API
</content>
</entry>
<entry>
<title>base: Convert to QStringLiteral</title>
<updated>2020-03-28T17:07:47+00:00</updated>
<author>
<name>Jonah Brüchert</name>
<email>jbb.prv@gmx.de</email>
</author>
<published>2020-03-22T21:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=1ac7b9d2a25d50b7680bd75ff68f29055b196d80'/>
<id>urn:sha1:1ac7b9d2a25d50b7680bd75ff68f29055b196d80</id>
<content type='text'>
Two new macros were added:
* QBL (short alias for QByteArrayLiteral)
* QSL (short alias for QStringLiteral)
</content>
</entry>
<entry>
<title>clang-format: Enable regrouping and sorting of includes</title>
<updated>2020-02-02T23:11:55+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-02-02T17:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=99b850a3008bbb03d3449d683adb87839f7d5c4b'/>
<id>urn:sha1:99b850a3008bbb03d3449d683adb87839f7d5c4b</id>
<content type='text'>
</content>
</entry>
</feed>
