aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPromise.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation on MSVC 2019Jonah BrĂ¼chert2023-03-091-2/+2
|
* IqHandling: Don't accept IQ results/errorsLinus Jahn2023-01-281-0/+1
|
* Task/Promise: Don't allow abstract typesLinus Jahn2023-01-281-2/+3
| | | | | Supporting abstract types only has little advantages and we might want to store the result by value later.
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-0/+103
Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>