aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppNonza.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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).