aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPacket_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-6/+6
| | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
* QXmppPacket: Use QFutureInterface directly without shared_ptrLinus Jahn2022-03-031-4/+3
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* QXmppStream: Allow to use existing future interfaceLinus Jahn2021-09-281-1/+3
|
* Refactor packet sending: Add SendSuccess/SendErrorLinus Jahn2021-09-031-4/+6
|
* Make it possible to send QXmppNonzas over streamsLinus Jahn2021-08-261-2/+2
|
* QXmppStream: Report packet sending result using QFuturesLinus Jahn2021-06-271-0/+53