[Telepathy-commits] [telepathy-gabble/master] Remove TargetHandle from anonymous media channels' allowed properties

Will Thompson will.thompson at collabora.co.uk
Fri Oct 10 03:33:05 PDT 2008


Current specs forbid TargetHandle in requests with TargetHandleType:
None
---
 src/media-factory.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/media-factory.c b/src/media-factory.c
index e167f4f..7fe018e 100644
--- a/src/media-factory.c
+++ b/src/media-factory.c
@@ -851,7 +851,6 @@ static const gchar * const named_channel_allowed_properties[] = {
 };
 
 static const gchar * const anon_channel_allowed_properties[] = {
-    TP_IFACE_CHANNEL ".TargetHandle",   /* must be 0 if given */
     NULL
 };
 
-- 
1.5.6.5



More information about the Telepathy-commits mailing list