[Telepathy-commits] [telepathy-gabble/master] ImFactory: Include TargetID in allowed properties
Will Thompson
will.thompson at collabora.co.uk
Tue Sep 9 04:02:43 PDT 2008
---
src/im-factory.c | 1 +
tests/twisted/text/initiate-requestotron.py | 4 +++-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/im-factory.c b/src/im-factory.c
index ab52e2b..7052bd8 100644
--- a/src/im-factory.c
+++ b/src/im-factory.c
@@ -490,6 +490,7 @@ static const gchar * const im_channel_fixed_properties[] = {
static const gchar * const im_channel_allowed_properties[] = {
TP_IFACE_CHANNEL ".TargetHandle",
+ TP_IFACE_CHANNEL ".TargetID",
NULL
};
diff --git a/tests/twisted/text/initiate-requestotron.py b/tests/twisted/text/initiate-requestotron.py
index f37aa4a..d3f17ea 100644
--- a/tests/twisted/text/initiate-requestotron.py
+++ b/tests/twisted/text/initiate-requestotron.py
@@ -29,7 +29,9 @@ def test(q, bus, conn, stream):
'org.freedesktop.Telepathy.Channel.Type.Text',
'org.freedesktop.Telepathy.Channel.TargetHandleType': 1,
},
- ['org.freedesktop.Telepathy.Channel.TargetHandle'],
+ ['org.freedesktop.Telepathy.Channel.TargetHandle',
+ 'org.freedesktop.Telepathy.Channel.TargetID'
+ ],
) in properties.get('RequestableChannelClasses'),\
properties['RequestableChannelClasses']
--
1.5.6.5
More information about the Telepathy-commits
mailing list