# HG changeset patch # User Paul Aurich # Date 1252447641 0 # Node ID e8717ca47d25a249cef8541ec9487479b5f89520 # Parent da4667a7a129e3c86efb9e9fdce42c22b5d64039 Oops, it helps to actually use the stripped message. diff -r da4667a7a129 -r e8717ca47d25 libpurple/protocols/jabber/message.c --- a/libpurple/protocols/jabber/message.c Tue Sep 08 17:15:37 2009 +0000 +++ b/libpurple/protocols/jabber/message.c Tue Sep 08 22:07:21 2009 +0000 @@ -1225,7 +1225,7 @@ jm->id = jabber_get_next_id(jm->js); tmp = purple_utf8_strip_unprintables(msg); - purple_markup_html_to_xhtml(msg, &xhtml, &jm->body); + purple_markup_html_to_xhtml(tmp, &xhtml, &jm->body); g_free(tmp); tmp = jabber_message_smileyfy_xhtml(jm, xhtml); if (tmp) {