[telepathy-gabble/master] We don't care about stun vs. local for rawudp candidates

Will Thompson will.thompson at collabora.co.uk
Sun Jun 28 08:39:35 PDT 2009


---
 src/jingle-transport-rawudp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/jingle-transport-rawudp.c b/src/jingle-transport-rawudp.c
index f947b9e..43588ce 100644
--- a/src/jingle-transport-rawudp.c
+++ b/src/jingle-transport-rawudp.c
@@ -275,7 +275,6 @@ parse_candidates (GabbleJingleTransportIface *obj,
           break;
       gen = atoi (str);
 
-      /* Fixme: candidate might be STUN instead of LOCAL, can we know that? */
       c = jingle_candidate_new (JINGLE_TRANSPORT_PROTOCOL_UDP,
           JINGLE_CANDIDATE_TYPE_LOCAL, id, component, ip, port,
           gen, 1.0, NULL, NULL, 0);
-- 
1.5.6.5




More information about the telepathy-commits mailing list