, as described in XEP-0071, for compatibility with some clients. + Yahoo: + * Don't send and tags. (Fartash Faghri) + Pidgin: * Correctly size conversation and status box entries when the interior-focus style property is diabled. (Gabriel Schulhof) diff -r 48d2b6d1ab74 -r 5ffedd1578f0 libpurple/protocols/yahoo/util.c --- a/libpurple/protocols/yahoo/util.c Thu Jan 28 17:44:28 2010 +0000 +++ b/libpurple/protocols/yahoo/util.c Fri Jan 29 01:30:38 2010 +0000 @@ -884,6 +884,8 @@ } g_free(etag); } + } else if (g_str_equal(tag_name, "span") || g_str_equal(tag_name, "/span")) { + /* Do nothing */ } else { /* We don't know what the tag is. Send it unmodified. */ g_string_append(dest, tag);