aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMixItem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix many small doxygen warningsLinus Jahn2021-03-281-0/+4
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Expand QSL and QBLJonah BrĂ¼chert2020-03-291-15/+15
| | | | So they don't leak into the public API
* base: Convert to QStringLiteralJonah BrĂ¼chert2020-03-281-15/+15
| | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral)
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-6/+6
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-1/+2
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Replace emails in copyright headers by entries in the AUTHORS fileLinus Jahn2019-12-081-1/+1
| | | | Mostly this was a mistake by me in earlier contributions.
* Use QSharedData for QXmppMixItem private classesLinus Jahn2019-10-151-3/+17
|
* Implement MIX-CORE XEP-0369: Info/Participant node itemsLinus Jahn2019-05-041-0/+226
This implements the pubsub items for the MIX participants and info node as defined by XEP-0369: Mediated Information eXchange (MIX) in version 0.14.2. https://xmpp.org/extensions/xep-0369.html#participants-node https://xmpp.org/extensions/xep-0369.html#info-node