aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppUserLocationManager.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
|
* Implement XEP-0080: User LocationCochise César2022-03-091-0/+39