aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2023-05-15 00:00:35 +0200
committerGitHub <noreply@github.com>2023-05-15 00:00:35 +0200
commit6fe82239fc55b16953f965ea4e20e5fbfe806dd5 (patch)
tree8c640ff269f527c7685d07a82517ba040d4d8e7f /src/CMakeLists.txt
parentfbb96a37f1c118c14fd158173e0d691022183ee3 (diff)
parent85006abce021819de6af389d04e88756fac0745a (diff)
Merge pull request #570 from taiBsu/feature/jingle-message-initiationHEADmaster
XEP-0353: Jingle Message Initiation
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 929554c4..7e94efdc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -36,6 +36,7 @@ set(INSTALL_HEADER_FILES
base/QXmppIbbIq.h
base/QXmppIq.h
base/QXmppJingleIq.h
+ base/QXmppJingleData.h
base/QXmppLogger.h
base/QXmppMamIq.h
base/QXmppMessage.h
@@ -108,6 +109,7 @@ set(INSTALL_HEADER_FILES
client/QXmppHttpUploadManager.h
client/QXmppInvokable.h
client/QXmppIqHandling.h
+ client/QXmppJingleMessageInitiationManager.h
client/QXmppMamManager.h
client/QXmppMessageHandler.h
client/QXmppMessageReceiptManager.h
@@ -172,7 +174,7 @@ set(SOURCE_FILES
base/QXmppHttpUploadIq.cpp
base/QXmppIbbIq.cpp
base/QXmppIq.cpp
- base/QXmppJingleIq.cpp
+ base/QXmppJingleData.cpp
base/QXmppLogger.cpp
base/QXmppMamIq.cpp
base/QXmppMessage.cpp
@@ -243,6 +245,7 @@ set(SOURCE_FILES
client/QXmppInternalClientExtension.cpp
client/QXmppInvokable.cpp
client/QXmppIqHandling.cpp
+ client/QXmppJingleMessageInitiationManager.cpp
client/QXmppMamManager.cpp
client/QXmppMessageReceiptManager.cpp
client/QXmppMucManager.cpp