diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-11-16 23:02:57 +0100 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-12-06 22:26:12 +0100 |
| commit | 0ef3588af37a7eb28af1dd33c9c3ad06b29f80d7 (patch) | |
| tree | 1641812cf2d83ddfaae9579ebae9881165385bf9 /src/CMakeLists.txt | |
| parent | 69050deaffe471a603eddc55289c1a3a1e1e7850 (diff) | |
| download | qxmpp-0ef3588af37a7eb28af1dd33c9c3ad06b29f80d7.tar.gz | |
Implement XEP-0231: Bits of Binary: stanza extension
This adds a type that may be used as a stanza extension. It is useful,
when a stanza contains (possibly multiple) XEP-0231: Bits of Binary data
elements.
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 1d01ce16..7921d10a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,6 +18,7 @@ set(INSTALL_HEADER_FILES base/QXmppBindIq.h base/QXmppBitsOfBinaryContentId.h base/QXmppBitsOfBinaryData.h + base/QXmppBitsOfBinaryDataList.h base/QXmppBitsOfBinaryIq.h base/QXmppBookmarkSet.h base/QXmppByteStreamIq.h @@ -97,6 +98,7 @@ set(SOURCE_FILES base/QXmppBindIq.cpp base/QXmppBitsOfBinaryContentId.cpp base/QXmppBitsOfBinaryData.cpp + base/QXmppBitsOfBinaryDataList.cpp base/QXmppBitsOfBinaryIq.cpp base/QXmppBookmarkSet.cpp base/QXmppByteStreamIq.cpp |
