aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2019-01-19 18:06:56 +0100
committerBoris Pek <tehnick-8@yandex.ru>2019-05-04 23:53:43 +0300
commit9c8fea86564712aca4363bb1ebe5fd227eff188f (patch)
tree8ad0ccd9ff946c9d5a76ef1f91bea34cfd32c1ae /tests/CMakeLists.txt
parentee328bb4fa969fe9d69c5781d8a27d0b3f6f5c10 (diff)
downloadqxmpp-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 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 794cd609..9984af9c 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -21,6 +21,7 @@ add_simple_test(qxmppcarbonmanager)
add_simple_test(qxmppdataform)
add_simple_test(qxmppdiscoveryiq)
add_simple_test(qxmppentitytimeiq)
+add_simple_test(qxmpphttpuploadiq)
add_simple_test(qxmppiceconnection)
add_simple_test(qxmppiq)
add_simple_test(qxmppjingleiq)