aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPushEnableIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-2/+4
| | | | | 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
|
* doc: Fix many small doxygen warningsLinus Jahn2021-03-281-0/+4
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Implement XEP-0357: Push Notifications enable/disable IQ (#271)JBB2020-03-291-0/+179
Co-authored-by: Robert Maerkisch <zatroxde@protonmail.ch> Co-authored-by: Linus Jahn <lnj@kaidan.im>