--- a/libpurple/protocols/jabber/parser.c Thu Mar 09 21:04:44 2017 -0600 +++ b/libpurple/protocols/jabber/parser.c Thu Mar 23 19:19:01 2017 +0300 @@ -192,7 +192,7 @@ JabberStream *js = user_data; if (error->level == XML_ERR_WARNING && error->message != NULL - && g_str_equal(error->message, "xmlns: URI vcard-temp is not absolute\n")) + && purple_strequal(error->message, "xmlns: URI vcard-temp is not absolute\n")) /* * This message happens when parsing vcards, and is normal, so don't * bother logging it because people scare easily.