From ff661dfd4267d6b614bae8e4abe7c125e6832fed Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 8 Jan 2014 13:05:18 +0000 Subject: [PATCH 5/5] don't explicitly list Requests in Interfaces --- 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@Reptile', -- 1.8.5.2