aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppSendStanzaParams.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-0/+4
| | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator.
* SendStanzaParams: Fix typo in setter nameLinus Jahn2022-05-241-1/+1
|
* Add SendStanzaParams for passing additional parametersLinus Jahn2022-05-221-0/+54
For now only contains a list of JIDs the stanza should be encrypted for.