summaryrefslogtreecommitdiff
path: root/src/disco.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-02-28 21:46:39 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-05-02 15:31:14 +0100
commite1e754f9440a35a69a3ac6dc15ed5190da184047 (patch)
tree1ecf851c548eac7895267c9f0d22aa0ff289ec85 /src/disco.c
parent46410a32d5eef705a48b74a6d5aa4f61aa1c3fef (diff)
Remove three redundant node functions from util.[ch]
lm_message_node_has_namespace(), wocky_node_get_child_any_ns() and lm_message_node_get_namespace() have exact equivalents in Wocky.
Diffstat (limited to 'src/disco.c')
-rw-r--r--src/disco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disco.c b/src/disco.c
index 3cba045b7..79c9c428c 100644
--- a/src/disco.c
+++ b/src/disco.c
@@ -628,7 +628,7 @@ item_info_cb (GabbleDisco *disco,
}
else if (0 == strcmp (feature->name, "x"))
{
- if (lm_message_node_has_namespace (feature, NS_X_DATA, NULL))
+ if (wocky_node_has_ns (feature, NS_X_DATA))
{
NodeIter j;