aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2019-01-04 20:49:09 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2019-05-04 10:31:43 +0200
commit537e325e2d44e696993b78ae2b8dd8437433c2b9 (patch)
treebc4604c1d0894764d25e9237942cd1f13a0cdd17 /src/CMakeLists.txt
parent754cc5a70479a54659dbc93ccb5bf28e1da77ef4 (diff)
downloadqxmpp-537e325e2d44e696993b78ae2b8dd8437433c2b9.tar.gz
Implement MIX-CORE XEP-0369: Info/Participant node items
This implements the pubsub items for the MIX participants and info node as defined by XEP-0369: Mediated Information eXchange (MIX) in version 0.14.2. https://xmpp.org/extensions/xep-0369.html#participants-node https://xmpp.org/extensions/xep-0369.html#info-node
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2e48bffa..d8eda94d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -26,6 +26,7 @@ set(INSTALL_HEADER_FILES
base/QXmppMamIq.h
base/QXmppMessage.h
base/QXmppMixIq.h
+ base/QXmppMixItem.h
base/QXmppMucIq.h
base/QXmppNonSASLAuth.h
base/QXmppPingIq.h
@@ -101,6 +102,7 @@ set(SOURCE_FILES
base/QXmppMamIq.cpp
base/QXmppMessage.cpp
base/QXmppMixIq.cpp
+ base/QXmppMixItem.cpp
base/QXmppMucIq.cpp
base/QXmppNonSASLAuth.cpp
base/QXmppPingIq.cpp