aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppTrustStorage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Update to OMEMO 0.8, TM 0.6 and ATM 0.4Melvin Keskin2021-10-101-9/+9
| | | | | | * OMEMO has namespace 'urn:xmpp:omemo:2' and uses SCE 0.4 now * TM has namespace 'urn:xmpp:tm:1' and uses Base64 for key identifiers * ATM uses Base64 for key identifiers
* TrustStorage: Remove unnecessary const constraintLinus Jahn2021-09-301-3/+3
| | | | Some implementations may require non-const access.
* TrustStorage: Add security policiesMelvin Keskin2021-09-251-0/+24
|
* Add QXmppTrustStorageMelvin Keskin2021-09-161-0/+194