[telepathy-gabble/master] Remove GtalkProtocol03's dummy TransportGoogleP2P as it's not valid anymore.
Mike Ruprecht
mike.ruprecht at collabora.co.uk
Tue Dec 29 05:35:29 PST 2009
The transport node will be ignored as usual, but if there are candidates,
the content function will grab those instead.
---
tests/twisted/jingle/jingletest2.py | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/tests/twisted/jingle/jingletest2.py b/tests/twisted/jingle/jingletest2.py
index 3896474..28940fb 100644
--- a/tests/twisted/jingle/jingletest2.py
+++ b/tests/twisted/jingle/jingletest2.py
@@ -262,10 +262,6 @@ class GtalkProtocol03(JingleProtocol):
action = self._action_map(action)
return q is not None and q.name == 'session' and q['type'] == action
- # Content will never pick up transport, so this can return invalid value
- def TransportGoogleP2P(self):
- return None
-
def _extract_session_id(self, query):
return query['id']
--
1.5.6.5
More information about the telepathy-commits
mailing list