[Telepathy-commits] [telepathy-gabble/master] Add Contacts to the standard inferfaces
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Tue Aug 19 10:54:24 PDT 2008
20080730140701-b58c9-7d16d20bb0bc9d284b400abbeb827977af4dffeb.gz
---
tests/twisted/servicetest.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index 088e422..a700630 100644
--- a/tests/twisted/servicetest.py
+++ b/tests/twisted/servicetest.py
@@ -398,7 +398,8 @@ def make_connection(bus, event_func, name, proto, params):
conn = ProxyWrapper(conn, tp_name_prefix + '.Connection',
dict([
(name, tp_name_prefix + '.Connection.Interface.' + name)
- for name in ['Aliasing', 'Avatars', 'Capabilities', 'Presence']] +
+ for name in ['Aliasing', 'Avatars', 'Capabilities', 'Contacts',
+ 'Presence']] +
[('Peer', 'org.freedesktop.DBus.Peer')]))
bus.add_signal_receiver(
--
1.5.6.3
More information about the Telepathy-commits
mailing list