aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppUploadRequestManager.h
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-0/+1
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-1/+1
|
* Replace emails in copyright headers by entries in the AUTHORS fileLinus Jahn2019-12-081-1/+1
| | | | Mostly this was a mistake by me in earlier contributions.
* Add \since QXmpp 1.1 to all new methods and classesLinus Jahn2019-10-231-0/+2
| | | | Methods of new classes have no \since tag.
* QXmppUploadRequestManager: Fix doxygen warningsLinus Jahn2019-10-211-8/+6
|
* Add unit tests for QXmppUploadRequestManagerblue2019-10-201-1/+0
| | | | Co-authored-by: Linus Jahn <lnj@kaidan.im>
* Implement XEP-0363: HTTP File Upload: UploadRequestManagerLinus Jahn2019-10-201-0/+141
This adds a manager to simplify service discovery and IQ sending for XEP-0363: HTTP File Upload.