aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMixIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use QSharedData for QXmppMixIqPrivateLinus Jahn2019-10-151-8/+20
|
* Update implementation of XEP-0369 (v0.14.2) and XEP-0405 (v0.4.0)Linus Jahn2019-05-041-1/+1
| | | | | The changes in the XEP only affected parts we haven't implemented yet, so updating was rather easy.
* mix iq: Use d-pointer to remain binary compatibilityLinus Jahn2019-01-271-28/+47
|
* Implement XEP-0369/XEP-0405 (MIX): IQ queriesLinus Jahn2019-01-201-0/+183
This implements all used IQ queries of XEP-0369: Mediated Information eXchange (MIX) (v0.14.1) and XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements (v0.3.1), including unit tests.