diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-07-05 01:29:52 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-08-22 16:09:02 +0200 |
| commit | 110be45f72c507135576e7fd2d6faf4f16d047ad (patch) | |
| tree | 74097f3010d575bb3a1943a048975640aded1d70 /src/CMakeLists.txt | |
| parent | 5cd52a0a979feaf8953f8583076f8df639b3481d (diff) | |
| download | qxmpp-110be45f72c507135576e7fd2d6faf4f16d047ad.tar.gz | |
Add QXmppPubSubEvent
The pubsub events are inheriting from QXmppMessage and are template
classes with the item type as template parameter.
Supports nearly everything from XEP-0060.
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 06db738e..ab5eb1a9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -47,6 +47,7 @@ set(INSTALL_HEADER_FILES base/QXmppPingIq.h base/QXmppPresence.h base/QXmppPubSubAffiliation.h + base/QXmppPubSubEvent.h base/QXmppPubSubIq.h base/QXmppPubSubItem.h base/QXmppPubSubSubscription.h @@ -134,6 +135,7 @@ set(SOURCE_FILES base/QXmppPingIq.cpp base/QXmppPresence.cpp base/QXmppPubSubAffiliation.cpp + base/QXmppPubSubEvent.cpp base/QXmppPubSubIq.cpp base/QXmppPubSubItem.cpp base/QXmppPubSubSubscription.cpp |
