aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppSendStanzaParams.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move SecurityPolicy, TrustLevel intro extra headersLinus Jahn2022-06-181-4/+6
| | | | | This avoids the need to include the whole TrustStorage in files like SendStanzaParams.h.
* SendStanzaParams: Add accepted trust levelsMelvin Keskin2022-06-181-0/+28
|
* 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.