<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/qxmpp/src/base/QXmppRegisterIq.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>2022-06-18T10:45:19+00:00</updated>
<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>RegisterIq: Add out-of-band URL</title>
<updated>2021-04-17T21:28:17+00:00</updated>
<author>
<name>Melvin Keskin</name>
<email>melvo@olomono.de</email>
</author>
<published>2021-04-07T19:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=db1b9a4c0b49efa170a50c3be3053e83db9566f0'/>
<id>urn:sha1:db1b9a4c0b49efa170a50c3be3053e83db9566f0</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>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>Refactor QXmppRegisterIq: Replace registerType by two separate attr.</title>
<updated>2020-02-04T14:44:30+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-02-04T13:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=0fef0133420602883b4ace1ae54172870d01a21f'/>
<id>urn:sha1:0fef0133420602883b4ace1ae54172870d01a21f</id>
<content type='text'>
This can be done without any concerns, because the registerType was not
part of any release yet.
</content>
</entry>
<entry>
<title>QXmppRegisterIq: Add utility methods to create common requests</title>
<updated>2020-02-02T23:11:35+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-02-01T15:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=2dd54da9620028e1c051c3d4a9a6121ccab3f866'/>
<id>urn:sha1:2dd54da9620028e1c051c3d4a9a6121ccab3f866</id>
<content type='text'>
This adds utility methods to create an unregistration or a change
password request in one line.
</content>
</entry>
<entry>
<title>QXmppRegisterIq: Do not pass registerType by const-ref</title>
<updated>2020-01-19T18:52:02+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-01-19T17:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=fa6e1fd7ffe56f2ec547c43048159a56aa9c9300'/>
<id>urn:sha1:fa6e1fd7ffe56f2ec547c43048159a56aa9c9300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>QXmppRegisterIq: Add missing '\since' tags to new methods</title>
<updated>2020-01-19T18:52:02+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-01-19T17:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=940cd79429c4e26fdb31bd98cbf1b78b2964d852'/>
<id>urn:sha1:940cd79429c4e26fdb31bd98cbf1b78b2964d852</id>
<content type='text'>
I forgot them in #240.
</content>
</entry>
</feed>
