aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppUserTuneManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Use QXmppError in all IQ results instead of StanzaErrorLinus Jahn2023-01-221-2/+3
| | | | | | | | This allows us to report different error types with more information and makes it possible to distinguish stanza errors and errors generated locally. Part of #501.
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-3/+3
| | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
* Remove PubSubEventManager (in favour of EventHandler)Linus Jahn2022-05-281-2/+5
|
* UserTuneManager: RefactoringLinus Jahn2022-03-031-3/+4
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Implement XEP-0118: User Tune: Add manager with testsLinus Jahn2021-08-221-0/+56