aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppUtils_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement XEP-0448: Stateless File SharingJonah BrĂ¼chert2022-09-291-0/+1
| | | | | | | | | 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>
* Utils_p: Add functions to generate random QByteArrayLinus Jahn2022-08-131-0/+22
Co-authored-by: Melvin Keskin <melvo@olomono.de>