aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppFileShare.cpp
Commit message (Collapse)AuthorAgeFilesLines
* FileShare: Add encrypted sourcesLinus Jahn2022-09-291-6/+30
| | | | Adds new attribute for encrypted sources and parsing.
* FileShare: Fix documentation not generatedLinus Jahn2022-09-241-6/+13
|
* Add extra class for HttpFileSource instead of using QUrlLinus Jahn2022-09-141-9/+8
| | | | | Before just QUrl was used, which was okay. This should make it better recognizable and it makes clear it is only used for HTTP urls.
* Implement XEP-0447: Stateless file sharing: File sharing element (#448)Linus Jahn2022-09-131-0/+151
Implements parsing for the file sharing element from XEP-0447: Stateless files sharing version 0.2. https://xmpp.org/extensions/xep-0447.html Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>