jingle/jingle.c
changeset 172 d33526eba590
parent 166 c42c167a2a5c
--- a/jingle/jingle.c	Sun Mar 27 21:41:06 2011 +0200
+++ b/jingle/jingle.c	Mon Nov 04 20:45:18 2013 +0100
@@ -358,7 +358,7 @@
     found = TRUE;
     for (indexns = 0; ns[indexns]; indexns++) {
       gchar *tmp = buddy_resource_getcaps(roster_usr->data, thisres->data);
-      if (!caps_has_feature(tmp, (gchar *)ns[indexns]))
+      if (!caps_has_feature(tmp, (gchar *)ns[indexns], NULL))
         found = FALSE;
       }
       if (!found) continue;