aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppDownload.cpp
Commit message (Collapse)AuthorAgeFilesLines
* FileUpload/Download: Avoid unnecessary virtual functionsLinus Jahn2022-10-021-45/+0
|
* FileSharingManager: Verify hashes of downloaded filesLinus Jahn2022-10-021-0/+19
| | | | Can only handle QFiles currently.
* Implement XEP-0448: Stateless File SharingJonah BrĂ¼chert2022-09-291-0/+26
This adds a file sharing manager that is capable of using multiple back ends. Currently implemented are a normal HTTP File Upload backend and an encrypted HTTP File Upload. Jingle File Transfer could be implemented later. Co-authored-by: Linus Jahn <lnj@kaidan.im>