aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppEncryptedFileSource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* EncryptedFileSource: Move Cipher enum into QXmppGlobalLinus Jahn2022-09-241-11/+12
|
* EncryptedFileSource: Make public (#469)Jonah BrĂ¼chert2022-09-241-22/+59
| | | The sources possibly need to be saved by clients.
* Implement XEP-0448: Encryption for stateless file sharing parsing (#463)Linus Jahn2022-09-161-0/+157
https://xmpp.org/extensions/xep-0448.html Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>