summaryrefslogtreecommitdiff
path: root/src/ft-manager.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-10-27 17:28:40 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-10-28 18:46:32 +0100
commit430514bccb385ebfed07618d9e6dce3764aeddda (patch)
tree152eeefdc941435f7f991bf5896f5683f200736f /src/ft-manager.c
parent6084cf0931068c84fa61d21e9d280a67597a54ce (diff)
downloadtelepathy-salut-430514bccb385ebfed07618d9e6dce3764aeddda.tar.gz
capabilities: advertise support for the TP FT metadata extension
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/ft-manager.c')
-rw-r--r--src/ft-manager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ft-manager.c b/src/ft-manager.c
index e3d01a48..6332122d 100644
--- a/src/ft-manager.c
+++ b/src/ft-manager.c
@@ -36,6 +36,7 @@
#include "file-transfer-channel.h"
#include "contact-manager.h"
#include "presence-cache.h"
+#include "namespaces.h"
#include <telepathy-glib/channel-factory-iface.h>
#include <telepathy-glib/interfaces.h>
@@ -639,6 +640,7 @@ salut_ft_manager_represent_client (
DEBUG ("client %s supports file transfer", client_name);
gabble_capability_set_add (cap_set, WOCKY_XMPP_NS_IQ_OOB);
gabble_capability_set_add (cap_set, WOCKY_XMPP_NS_X_OOB);
+ gabble_capability_set_add (cap_set, NS_TP_FT_METADATA);
/* there's no point in looking at the subsequent filters if we've
* already added the FT capability */
break;