<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/qxmpp/src/base/QXmppRtcpPacket.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>2020-03-16T21:22:59+00:00</updated>
<entry>
<title>Port QXmppCallManager to use GStreamer</title>
<updated>2020-03-16T21:22:59+00:00</updated>
<author>
<name>Niels Ole Salscheider</name>
<email>niels_ole@salscheider-online.de</email>
</author>
<published>2019-05-17T21:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=90036fc2cf5918c028f043edff7f5d38d1efb4cc'/>
<id>urn:sha1:90036fc2cf5918c028f043edff7f5d38d1efb4cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run clang-format also on all cpp files</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:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=57f1b775197aed1d32e98b0299c0999339a7d5f6'/>
<id>urn:sha1:57f1b775197aed1d32e98b0299c0999339a7d5f6</id>
<content type='text'>
</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>
<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>Replace Q_FOREACH (foreach) by C++11 ranged for-loops</title>
<updated>2019-10-23T16:09:17+00:00</updated>
<author>
<name>Linus Jahn</name>
<email>lnj@kaidan.im</email>
</author>
<published>2019-05-14T15:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=4172b33b1222a586d95dbc7e69dad7a19a307ea1'/>
<id>urn:sha1:4172b33b1222a586d95dbc7e69dad7a19a307ea1</id>
<content type='text'>
Q_FOREACH is bad and will be deprecated in the future:
https://www.kdab.com/goodbye-q_foreach/

This also disables Q_FOREACH by defining QT_NO_FOREACH.
</content>
</entry>
<entry>
<title>Bump copyright year to 2019</title>
<updated>2019-01-08T08:10:06+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2019-01-08T08:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=9cb7bdf7e00d870c5e48d6a0ba9cfb95c0554a66'/>
<id>urn:sha1:9cb7bdf7e00d870c5e48d6a0ba9cfb95c0554a66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTCP: expose Receiver Report data</title>
<updated>2015-08-26T11:48:13+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2015-08-26T11:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=b6a6b481588f4589d037400476a60978d11b792f'/>
<id>urn:sha1:b6a6b481588f4589d037400476a60978d11b792f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTCP: parse goodbye packet</title>
<updated>2015-08-26T11:27:43+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2015-08-26T11:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=7cfe1770d153512b538c97856c06436b2c34217b'/>
<id>urn:sha1:7cfe1770d153512b538c97856c06436b2c34217b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTCP: parse more receiver report info</title>
<updated>2015-08-26T09:27:31+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2015-08-26T09:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=459829c2d30e64b18ab4ed3b9c82e7b5f9ccd7ac'/>
<id>urn:sha1:459829c2d30e64b18ab4ed3b9c82e7b5f9ccd7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTCP: start decoding receiver reports</title>
<updated>2015-08-26T09:10:42+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2015-08-26T09:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/qxmpp/commit/?id=b817f5f29ab27ad3920c06e8808225cf4c17e022'/>
<id>urn:sha1:b817f5f29ab27ad3920c06e8808225cf4c17e022</id>
<content type='text'>
</content>
</entry>
</feed>
