diff -r 2729dfd1c085 -r d33526eba590 jingle/jingle.c --- 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;