aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppUserLocationManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Implement XEP-0080: User LocationCochise César2022-03-091-0/+96