<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/qxmpp/src/base/QXmppMamIq.h, 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>2023-03-18T17:52:54+00:00</updated>
<entry>
<title>Fix missing exports with MSVC 2019</title>
<updated>2023-03-18T17:52:54+00:00</updated>
<author>
<name>Jonah Brüchert</name>
<email>jbb@kaidan.im</email>
</author>
<published>2023-03-09T16:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=d1a95888d6c868cdb4a064dfe4581ccf33bd92fa'/>
<id>urn:sha1:d1a95888d6c868cdb4a064dfe4581ccf33bd92fa</id>
<content type='text'>
Fixes the Kaidan build with MSVC.

Weirdly enough, MSVC got confused on finding the matching overload for
&lt;&lt;, so I replaced it with push_back().
</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>doc: Fix warnings from QXmppMam{Query,Result}Iq</title>
<updated>2021-04-06T13:47:48+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2021-04-02T15:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=93033e9e431e999e9b52dc24cae2170518b685d2'/>
<id>urn:sha1:93033e9e431e999e9b52dc24cae2170518b685d2</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>Add \since tags for QXmpp 1.0 everywhere</title>
<updated>2020-04-06T14:46:06+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-04-06T14:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=3bc421595e621aa2f0561356e36876bae176c5bf'/>
<id>urn:sha1:3bc421595e621aa2f0561356e36876bae176c5bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing class documentation to trigger doxygen page generation</title>
<updated>2020-03-11T18:53:00+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-03-11T18:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=a7f801700291b7a42dd8191e3fc6f5ffe1072550'/>
<id>urn:sha1:a7f801700291b7a42dd8191e3fc6f5ffe1072550</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Use XEP links everywhere</title>
<updated>2020-02-11T16:12:45+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-02-11T16:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=bc4c3ee94442c9b80993ce109d5070862dc9f170'/>
<id>urn:sha1:bc4c3ee94442c9b80993ce109d5070862dc9f170</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make QXmppMam*Iq use QSharedDataPointers</title>
<updated>2020-02-06T12:08:14+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-02-06T11:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=95fe73eb9b734ace8d3a7247f9151d9475fb3ef9'/>
<id>urn:sha1:95fe73eb9b734ace8d3a7247f9151d9475fb3ef9</id>
<content type='text'>
</content>
</entry>
</feed>
