diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-09-13 23:11:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 23:11:19 +0200 |
| commit | a780d365fe9740d6533f4667fc8220eac148cd7d (patch) | |
| tree | 32842f8342e8a001aef03c3dcf22a7199b597805 /src/CMakeLists.txt | |
| parent | c846f91c1750a35c17dbddcfd9176460765d5997 (diff) | |
| download | qxmpp-a780d365fe9740d6533f4667fc8220eac148cd7d.tar.gz | |
Implement XEP-0447: Stateless file sharing: File sharing element (#448)
Implements parsing for the file sharing element from XEP-0447:
Stateless files sharing version 0.2.
https://xmpp.org/extensions/xep-0447.html
Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 955bf113..80aafd71 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -39,8 +39,9 @@ set(INSTALL_HEADER_FILES base/QXmppEntityTimeIq.h base/QXmppError.h base/QXmppExtension.h - base/QXmppFutureUtils_p.h base/QXmppFileMetadata.h + base/QXmppFileShare.h + base/QXmppFutureUtils_p.h base/QXmppGeolocItem.h base/QXmppGlobal.h base/QXmppHash.h @@ -162,6 +163,7 @@ set(SOURCE_FILES base/QXmppEntityTimeIq.cpp base/QXmppError.cpp base/QXmppFileMetadata.cpp + base/QXmppFileShare.cpp base/QXmppGeolocItem.cpp base/QXmppGlobal.cpp base/QXmppHash.cpp |
