diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-01-19 18:06:56 +0100 |
|---|---|---|
| committer | Boris Pek <tehnick-8@yandex.ru> | 2019-05-04 23:53:43 +0300 |
| commit | 9c8fea86564712aca4363bb1ebe5fd227eff188f (patch) | |
| tree | 8ad0ccd9ff946c9d5a76ef1f91bea34cfd32c1ae /src/CMakeLists.txt | |
| parent | ee328bb4fa969fe9d69c5781d8a27d0b3f6f5c10 (diff) | |
| download | qxmpp-9c8fea86564712aca4363bb1ebe5fd227eff188f.tar.gz | |
Implement XEP-0363: HTTP File Upload: Request/Slot IQs
This implements the IQs for requesting and receiving upload slots as
defined by XEP-0363: HTTP File Upload in version 0.9.0.
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 d8eda94d..6af69786 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -19,6 +19,7 @@ set(INSTALL_HEADER_FILES base/QXmppDiscoveryIq.h base/QXmppElement.h base/QXmppEntityTimeIq.h + base/QXmppHttpUploadIq.h base/QXmppIbbIq.h base/QXmppIq.h base/QXmppJingleIq.h @@ -95,6 +96,7 @@ set(SOURCE_FILES base/QXmppDiscoveryIq.cpp base/QXmppElement.cpp base/QXmppEntityTimeIq.cpp + base/QXmppHttpUploadIq.cpp base/QXmppIbbIq.cpp base/QXmppIq.cpp base/QXmppJingleIq.cpp |
