aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppPubSubEventManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove PubSubEventManager (in favour of EventHandler)Linus Jahn2022-05-281-31/+0
|
* PubSubEventManager: Inherit from EventHandlerLinus Jahn2022-05-201-5/+2
| | | | | EventManager now provides the interface from EventHandler, inherits from ClientExtension and provides a utility pubSub() getter.
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Add QXmppPubSubManagerLinus Jahn2021-08-221-0/+53
Supports the most common pubsub requests. Co-authored-by: Germán Márquez Mejía <mancho@olomono.de>