summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/twisted/saluttest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/saluttest.py b/tests/twisted/saluttest.py
index e353c266..3df971f2 100644
--- a/tests/twisted/saluttest.py
+++ b/tests/twisted/saluttest.py
@@ -21,7 +21,7 @@ import dbus
import glib
# keep sync with src/capabilities.c:self_advertised_features
-fixed_features = [ns.SI, ns.TUBES, ns.IQ_OOB, ns.X_OOB]
+fixed_features = [ns.SI, ns.TUBES, ns.IQ_OOB, ns.X_OOB, ns.TP_FT_METADATA]
def make_result_iq(iq):
result = IQ(None, "result")