From 8efc8ea6aef64455bca04b11c3c4b0e20b532484 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Mon, 8 Mar 2021 20:11:22 +0100 Subject: Implement MIX-MISC XEP-0407: Invitation message extension (#329) This implements the message extension for MIX invitations from XEP-0407: Mediated Information eXchange (MIX): Miscellaneous Capabilities in version 0.1.2. https://xmpp.org/extensions/xep-0407.html#usecase-user-invite --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 672f0467..fae90f82 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,6 +38,7 @@ set(INSTALL_HEADER_FILES base/QXmppLogger.h base/QXmppMamIq.h base/QXmppMessage.h + base/QXmppMixInvitation.h base/QXmppMixIq.h base/QXmppMixItem.h base/QXmppMucIq.h @@ -120,6 +121,7 @@ set(SOURCE_FILES base/QXmppLogger.cpp base/QXmppMamIq.cpp base/QXmppMessage.cpp + base/QXmppMixInvitation.cpp base/QXmppMixIq.cpp base/QXmppMixItem.cpp base/QXmppMucIq.cpp -- cgit v1.2.3