diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-11-16 22:39:26 +0100 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-12-06 22:26:12 +0100 |
| commit | c470dbdfe053ef0e8d7e196982013f1edf2aaff5 (patch) | |
| tree | 863217f93b2071caab71b343c12bc59af875d33d /tests/CMakeLists.txt | |
| parent | eb3e44bbe886315de76c89555403c95cd28e182f (diff) | |
| download | qxmpp-c470dbdfe053ef0e8d7e196982013f1edf2aaff5.tar.gz | |
Implement XEP-0231: Bits of Binary: content identifiers
This implements parsing and serialization of content identifiers from
XEP-0231: Bits of Binary in version 1.0.
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8cab71a7..9ea9d79a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -16,6 +16,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) add_simple_test(qxmpparchiveiq) add_simple_test(qxmppbindiq) +add_simple_test(qxmppbitsofbinarycontentid) add_simple_test(qxmppcallmanager) add_simple_test(qxmppcarbonmanager) add_simple_test(qxmppclient) |
