[Telepathy-commits] [mingle/master] Don't ignore non-rtp candidates

Sjoerd Simons sjoerd at luon.net
Thu Nov 13 02:59:07 PST 2008


---
 jingle.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/jingle.py b/jingle.py
index 9007169..80e43da 100644
--- a/jingle.py
+++ b/jingle.py
@@ -363,11 +363,6 @@ class JingleGoogleTransport(JingleBaseTransport):
         self.transmitter_params['compatibility-mode'] = 1
         self.transmitter_params['debug'] = False
 
-
-    def new_local_candidate(self, fscandidate):
-        if fscandidate.component_id == farsight.COMPONENT_RTP:
-            JingleBaseTransport.new_local_candidate(self, fscandidate)
-
     def fscandidate_to_candidate(self, candidate, fscandidate):
         candidate['address'] = fscandidate.ip
         candidate['port'] = str(fscandidate.port)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list