[telepathy-gabble/master] Correctly send rawudp candidates' id

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


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

diff --git a/src/jingle-transport-rawudp.c b/src/jingle-transport-rawudp.c
index 43588ce..b768f74 100644
--- a/src/jingle-transport-rawudp.c
+++ b/src/jingle-transport-rawudp.c
@@ -323,7 +323,7 @@ inject_candidates (GabbleJingleTransportIface *obj,
           "ip", c->address,
           "port", port_str,
           "generation", "0",
-          "id", c->username,
+          "id", c->id,
           "component", c->component,
           NULL);
     }
-- 
1.5.6.5




More information about the telepathy-commits mailing list