aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppDiscoveryIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add checkIqType() function to IQsLinus Jahn2022-10-171-3/+8
| | | | This is required so they can be parsed just be specifying the type.
* Reformat codeLinus Jahn2022-09-061-12/+19
|
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-6/+12
| | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator.
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* doc: Fix warnings from DiscoveryIqLinus Jahn2021-03-281-12/+145
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* doc: Use XEP links everywhereLinus Jahn2020-02-111-3/+3
|
* Make QXmppDiscoveryIq* use QSharedDataPointersLinus Jahn2020-02-061-44/+106
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-14/+6
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+4
|
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-1/+1
| | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h")
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-7/+7
| | | | | | | 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.
* Port deprecated qSort invocations to std::sortJonah Brüchert2019-09-031-3/+3
|
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* Fix XEP-0115 verification strings (remove duplicate features, sort form values)Jeremy Lainé2012-08-021-3/+7
|
* doc fixesJeremy Lainé2012-07-211-1/+2
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* implement/test XEP-0115 verification strings for dataforms (issue: #140)Jeremy Lainé2012-05-141-0/+38
|
* test QXmppDiscoveryIqJeremy Lainé2012-05-141-23/+22
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+300