diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-08-26 19:20:40 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-08-26 23:18:23 +0200 |
| commit | bd1522d9809a0e171ff122c5c6e323a3a838da16 (patch) | |
| tree | dde4c23d03f7ac74408c8032fdfc3c25ffb98a88 /src/CMakeLists.txt | |
| parent | ed8e1ccc3522d9cbbd2d751d1a4a66b1ebe21390 (diff) | |
| download | qxmpp-bd1522d9809a0e171ff122c5c6e323a3a838da16.tar.gz | |
Add QXmppNonza
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).
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ad5e628e..216126ca 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -44,6 +44,7 @@ set(INSTALL_HEADER_FILES base/QXmppMixIq.h base/QXmppMixItem.h base/QXmppMucIq.h + base/QXmppNonza.h base/QXmppNonSASLAuth.h base/QXmppPingIq.h base/QXmppPresence.h @@ -141,6 +142,7 @@ set(SOURCE_FILES base/QXmppMixIq.cpp base/QXmppMixItem.cpp base/QXmppMucIq.cpp + base/QXmppNonza.cpp base/QXmppNonSASLAuth.cpp base/QXmppPacket.cpp base/QXmppPingIq.cpp |
