aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMixItem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename MixItem.h to MixItems.hLinus Jahn2022-03-101-267/+0
|
* Split up MixItem.h into Mix{Info,Participant}Item.hLinus Jahn2022-03-101-2/+2
|
* Rewrite MIX items with new QXmppPubSubItemLinus Jahn2022-03-101-100/+102
|
* Run 'clang-format' on all filesMelvin Keskin2022-01-151-15/+15
|
* 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 Mix classesLinus Jahn2021-04-061-12/+51
|
* 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