aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMamIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-4/+8
| | | | | 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 QXmppMam{Query,Result}IqLinus Jahn2021-04-061-0/+50
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Expand QSL and QBLJonah Brüchert2020-03-291-17/+17
| | | | So they don't leak into the public API
* base: Convert to QStringLiteralJonah Brüchert2020-03-281-17/+17
| | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral)
* Make QXmppMam*Iq use QSharedDataPointersLinus Jahn2020-02-061-28/+60
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+3
|
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-2/+2
| | | | | | | 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
|
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Add QXmppMamManager (XEP-0313)Niels Ole Salscheider2017-04-291-0/+195