--- a/libpurple/protocols/jabber/jabber.c Wed Dec 17 04:33:00 2008 +0000 +++ b/libpurple/protocols/jabber/jabber.c Fri Dec 19 04:11:07 2008 +0000 @@ -2425,7 +2425,7 @@ } /* Is this message sufficiently useful to not just fold it in with the tail error condition below? */ - if(!jbr->caps) { + if(!jbr->caps.info) { *error = g_strdup_printf(_("Unable to buzz, because there is nothing known about user %s."), username); return FALSE; }