[next] telepathy-gabble: Add a comment indicating why wrap_connection treats Contacts specially

Simon McVittie smcv at kemper.freedesktop.org
Mon Jan 13 05:10:37 PST 2014


Module: telepathy-gabble
Branch: next
Commit: 235a865d586974019c719a91398e9c214073926a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=235a865d586974019c719a91398e9c214073926a

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Jan  8 13:22:46 2014 +0000

Add a comment indicating why wrap_connection treats Contacts specially

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 tests/twisted/servicetest.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index 4ee6e4f..86212f3 100644
--- a/tests/twisted/servicetest.py
+++ b/tests/twisted/servicetest.py
@@ -626,7 +626,7 @@ def wrap_connection(conn):
     return ConnWrapper(conn, tp_name_prefix + '.Connection',
         dict(
         [('Peer', 'org.freedesktop.DBus.Peer'),
-         ('Contacts', cs.CONN),
+         ('Contacts', cs.CONN),     # backwards compat with Telepathy 0
          ('Aliasing', cs.CONN_IFACE_ALIASING),
          ('Avatars', cs.CONN_IFACE_AVATARS),
          ('ContactCapabilities', cs.CONN_IFACE_CONTACT_CAPS),



More information about the telepathy-commits mailing list