aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPubSubEvent.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement stanza parsing for Stanza Content EncryptionLinus Jahn2021-09-281-6/+12
|
* Add QXmppPubSubEventLinus Jahn2021-08-221-0/+440
The pubsub events are inheriting from QXmppMessage and are template classes with the item type as template parameter. Supports nearly everything from XEP-0060.