[telepathy-salut/master] tubes-mgr: add TargetID as allowed property in ContactCapabilities
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Jun 26 08:08:02 PDT 2009
---
src/salut-tubes-manager.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/salut-tubes-manager.c b/src/salut-tubes-manager.c
index 680d9fe..9bf658c 100644
--- a/src/salut-tubes-manager.c
+++ b/src/salut-tubes-manager.c
@@ -819,6 +819,7 @@ static const gchar * const old_tubes_channel_allowed_properties[] = {
static const gchar * const stream_tube_channel_allowed_properties[] = {
TP_IFACE_CHANNEL ".TargetHandle",
+ TP_IFACE_CHANNEL ".TargetID",
TP_IFACE_CHANNEL_TYPE_STREAM_TUBE ".Service",
NULL
};
@@ -827,6 +828,7 @@ static const gchar * const stream_tube_channel_allowed_properties[] = {
#if 0
static const gchar * const dbus_tube_channel_allowed_properties[] = {
TP_IFACE_CHANNEL ".TargetHandle",
+ TP_IFACE_CHANNEL ".TargetID",
TP_IFACE_CHANNEL_TYPE_DBUS_TUBE ".ServiceName",
NULL
};
--
1.5.6.5
More information about the telepathy-commits
mailing list