From d0b6b1f1333af9427dd272447e48a0bcd8681619 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 25 Jan 2021 00:26:01 +0100 Subject: Ensure sent message is in XHTML format It appears that Skype client is very sensitive to type of message that is being sent. Implicit linkifing through `purple_markup_linkify()` for some reason adds links with uppercase "'s in them - stripped = purple_strreplace(message, "
", "\r\n"); + stripped = purple_strreplace(xhtml, "
", "\r\n"); + g_free(xhtml); // Pidgin has a nasty habit of sending when copy-pasting text if (font_strip_regex == NULL) { -- cgit v1.2.3