summaryrefslogtreecommitdiff
path: root/src/jingle-transport-google.c
diff options
context:
space:
mode:
authorSenko Rasic <senko.rasic@collabora.co.uk>2008-11-14 10:25:26 +0100
committerSenko Rasic <senko.rasic@collabora.co.uk>2008-11-14 10:25:26 +0100
commit0f4f64effefca6dbe90daef90b39344053e769a1 (patch)
tree37225a43816f59d76cb9ceed3acb89c6dc9b8ecb /src/jingle-transport-google.c
parent0dc85b00cdcd3e396abe9dcfec55e20e001ecf02 (diff)
workaround for Loudmouth not handling xml namespaces
Diffstat (limited to 'src/jingle-transport-google.c')
-rw-r--r--src/jingle-transport-google.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jingle-transport-google.c b/src/jingle-transport-google.c
index e1a64b06..a376986e 100644
--- a/src/jingle-transport-google.c
+++ b/src/jingle-transport-google.c
@@ -250,7 +250,7 @@ parse_candidates (GabbleJingleTransportIface *obj,
JingleCandidateType ctype;
JingleCandidate *c;
- if (tp_strdiff (node->name, "candidate"))
+ if (tp_strdiff (lm_message_node_get_name (node), "candidate"))
continue;
name = lm_message_node_get_attribute (node, "name");