aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppNonza.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Add QXmppNonzaLinus Jahn2021-08-261-0/+58
Some objects currently inherit from QXmppStanza although they don't make use of most of the stanza's features (like having to/from/id). This is currently necessary, because only QXmppStanzas can be sent via the client or stream. The QXmppNonza class should fix that by only providing the most important features (parse + toXml).