[next] telepathy-salut: don't explicitly list Requests in Interfaces
Simon McVittie
smcv at kemper.freedesktop.org
Mon Jan 13 05:10:38 PST 2014
Module: telepathy-salut
Branch: next
Commit: f6cea52b858ce8ae99115b0b2dbdb85d8a2ed009
URL: http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=f6cea52b858ce8ae99115b0b2dbdb85d8a2ed009
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Jan 8 13:05:18 2014 +0000
don't explicitly list Requests in Interfaces
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
src/connection.c | 1 -
tests/twisted/cm/protocol.py | 1 -
2 files changed, 2 deletions(-)
diff --git a/src/connection.c b/src/connection.c
index 59fdc67..c4ba3be 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -693,7 +693,6 @@ static const gchar *interfaces [] = {
TP_IFACE_CONNECTION_INTERFACE_ALIASING1,
TP_IFACE_CONNECTION_INTERFACE_AVATARS1,
TP_IFACE_CONNECTION_INTERFACE_PRESENCE1,
- TP_IFACE_CONNECTION_INTERFACE_REQUESTS,
TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES1,
TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO1,
TP_IFACE_CONNECTION_INTERFACE_CONTACT_LIST1,
diff --git a/tests/twisted/cm/protocol.py b/tests/twisted/cm/protocol.py
index 9b11e18..cb904ed 100644
--- a/tests/twisted/cm/protocol.py
+++ b/tests/twisted/cm/protocol.py
@@ -40,7 +40,6 @@ def test(q, bus, conn):
assertContains(cs.CONN_IFACE_AVATARS, proto_props['ConnectionInterfaces'])
assertContains(cs.CONN_IFACE_PRESENCE,
proto_props['ConnectionInterfaces'])
- assertContains(cs.CONN_IFACE_REQUESTS, proto_props['ConnectionInterfaces'])
# local-xmpp has case-sensitive literals as identifiers
assertEquals('SMcV at Reptile',
More information about the telepathy-commits
mailing list