aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPushEnableIq.h
Commit message (Collapse)AuthorAgeFilesLines
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-0/+2
| | | | | 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-24/+5
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* doc: Add QXmppPushEnableIq to Stanzas groupLinus Jahn2020-08-081-0/+2
|
* QXmppPushEnableIq: Add missing \since tagLinus Jahn2020-03-311-0/+2
|
* Implement XEP-0357: Push Notifications enable/disable IQ (#271)JBB2020-03-291-0/+76
Co-authored-by: Robert Maerkisch <zatroxde@protonmail.ch> Co-authored-by: Linus Jahn <lnj@kaidan.im>