https://bugs.kde.org/show_bug.cgi?id=358051
Bug ID: 358051 Summary: HTML source of XMPP stanzas with HTML bodies is visible Product: telepathy Version: 15.08.2 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: text-ui Assignee: kde-telepathy-b...@kde.org Reporter: k...@kdex.de Whenever a message is received that was sent from an XMPP client that supports HTML in message stanzas, it escapes the HTML and puts this into the conversation window. What should really be done here is either parse the HTML and display it accordingly, or grab the alternative stanza body that doesn't contain any HTML tags. Reproducible: Always Steps to Reproduce: 1. Send a URL to an image or a formatted message from Pidgin to KTp 2. View the message that is received in KTp Actual Results: The conversation contains an escaped form of the raw HTML in the stanza's body that was generated by Pidgin Expected Results: Either, the HTML is parsed and displayed accordingly, or the non-HTML body is displayed (Pidgin actually sends two bodies; one for HTML-aware clients, and one with all HTML tags stripped). -- You are receiving this mail because: You are watching all bug changes.