[kopete-bugs] [Bug 168076] New: HTML tags for message formatting are escaped

Matt Mullins mmullins at mmlx.us
Sat Aug 2 10:38:03 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=168076         
           Summary: HTML tags for message formatting are escaped
           Product: kopete
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kopete-bugs kde org
        ReportedBy: mmullins mmlx us


Version:            (using Devel)
Installed from:    Compiled sources
Compiler:          gcc 4.2.3 
OS:                Linux

Kopete seems to be escaping formatting within messages once too many times before being sent, and unescapes messages once too many times upon receipt.

Examples:
1) Kopete user sends bold text.  Pidgin renders such as unbolded "<b>text</b>" instead of rendering the formatting properly.  I traced the message in wireshark; "&lt;b&gt;" were sent in the message, instead of "<b>".

2) Pidgin sends Kopete plain text, with angle-brackets in it.  The Pidgin user types "I <3 Kopete", but Kopete parses it as an [invalid] tag, and renders only the "I".

3) Kopete user sends plain text with angle-brackets.  The Kopete user types ">_< the face", and Pidgin renders it properly.  Checking with wireshark shows that "&gt;_&lt;" were sent, which is the expected behavior.

All three scenarios were tested using both AIM and XMPP.


More information about the kopete-bugs mailing list