aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppUserTuneManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename TuneItem to UserTuneItemLinus Jahn2023-01-031-1/+1
| | | | Closes #524.
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-2/+2
| | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
* PubSubManager: Add 'own' to PEP function namesLinus Jahn2022-12-281-1/+1
| | | | | | | | | This makes it clear that the functions use the own PEP nodes. This is clear in some cases (createPepNode()), but in others not so clear (requestPepItem()). To keep it consistent all PEP functions get an 'own' now. Closes #520.
* Remove PubSubEventManager (in favour of EventHandler)Linus Jahn2022-05-281-2/+7
|
* doc: UserTuneManager: Add to managers groupLinus Jahn2022-03-031-0/+2
|
* UserTuneManager: Make use of PEP helpersLinus Jahn2022-03-031-31/+3
|
* UserTuneManager: RefactoringLinus Jahn2022-03-031-14/+22
|
* 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/+134