diff options
author | fiaxh <git@mx.ax.lt> | 2017-10-22 17:24:16 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-10-22 18:26:31 +0200 |
commit | 749edd21b905006557cef593c2ded9284fb19313 (patch) | |
tree | 6a0ecda5d255e61fb139ef9528af067300caa2ff /xmpp-vala/CMakeLists.txt | |
parent | 128a015d45031f2b064f3a8e4d6bb99579eefd60 (diff) | |
download | dino-749edd21b905006557cef593c2ded9284fb19313.tar.gz dino-749edd21b905006557cef593c2ded9284fb19313.zip |
Add oob tag to http-upload messages
fixes #166
Diffstat (limited to 'xmpp-vala/CMakeLists.txt')
-rw-r--r-- | xmpp-vala/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmpp-vala/CMakeLists.txt b/xmpp-vala/CMakeLists.txt index 3306cf7e..3c747bea 100644 --- a/xmpp-vala/CMakeLists.txt +++ b/xmpp-vala/CMakeLists.txt @@ -51,6 +51,7 @@ SOURCES "src/module/xep/0049_private_xml_storage.vala" "src/module/xep/0054_vcard/module.vala" "src/module/xep/0060_pubsub.vala" + "src/module/xep/0066_out_of_band_data.vala" "src/module/xep/0082_date_time_profiles.vala" "src/module/xep/0084_user_avatars.vala" "src/module/xep/0085_chat_state_notifications.vala" |