<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/qxmpp/src/base/QXmppStanza_p.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-17T14:42:50+00:00</updated>
<entry>
<title>Adapt clang-format</title>
<updated>2022-06-17T14:42:50+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-06-17T14:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=d6ccfc4d1481842efcec9e8be86006925c8b7136'/>
<id>urn:sha1:d6ccfc4d1481842efcec9e8be86006925c8b7136</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stanza_p.h: Move function definitions into Stanza.cpp</title>
<updated>2022-03-12T21:23:48+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2022-03-12T21:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=ad48b7f07914713bf314fa5005bbf21a24c4a867'/>
<id>urn:sha1:ad48b7f07914713bf314fa5005bbf21a24c4a867</id>
<content type='text'>
This way the function definition is shared and it avoids unused function
warnings in QXmppStreamManagement.cpp.
</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>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>Hide deprecation warnings caused by compatibility code</title>
<updated>2020-08-04T15:59:25+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-08-04T15:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=18fdff202cd10fa0f7ac8ebfed43546647d5e43b'/>
<id>urn:sha1:18fdff202cd10fa0f7ac8ebfed43546647d5e43b</id>
<content type='text'>
This makes the build log clean again.
</content>
</entry>
<entry>
<title>QXmppStanza::Error: Use std::optional&lt;&gt; internally</title>
<updated>2020-07-12T19:32:41+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-07-11T20:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=d1978692b8cde1e5d785e31e4d443ae7a52f143f'/>
<id>urn:sha1:d1978692b8cde1e5d785e31e4d443ae7a52f143f</id>
<content type='text'>
This makes the variables for the error type and condition an
std::optional&lt;&gt; as this makes the meaning clearer than hidden -1 values
created by dubious casts.

For now, the API is not changed, because we can't replace the getter
easily. We could do something like type() and optionalType().
</content>
</entry>
<entry>
<title>QXmppStanza: Add PolicyViolation error condition</title>
<updated>2020-03-31T17:16:36+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-03-31T16:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=f8ca81e3bef55fdf4737cf15c0444b7d1ddd68d6'/>
<id>urn:sha1:f8ca81e3bef55fdf4737cf15c0444b7d1ddd68d6</id>
<content type='text'>
The error condition as stanza error was added in RFC6120.
</content>
</entry>
<entry>
<title>Bump copyright year to 2020</title>
<updated>2020-01-06T18:39:13+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2020-01-06T18:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=81b590545c590840f99fa5a96460726cb16db88a'/>
<id>urn:sha1:81b590545c590840f99fa5a96460726cb16db88a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a .clang-format somewhat close to the current style</title>
<updated>2019-12-23T18:04:55+00:00</updated>
<author>
<name>0xd34df00d</name>
<email>0xd34df00d@gmail.com</email>
</author>
<published>2019-12-23T00:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=e148045e90eb2ac12bb6ba426052606d5ac38c40'/>
<id>urn:sha1:e148045e90eb2ac12bb6ba426052606d5ac38c40</id>
<content type='text'>
</content>
</entry>
</feed>
