Bug 168076 - HTML tags for message formatting are escaped
Summary: HTML tags for message formatting are escaped
Status: RESOLVED NOT A BUG
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-02 10:38 UTC by Matt Mullins
Modified: 2008-08-02 10:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Mullins 2008-08-02 10:38:02 UTC
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.
Comment 1 Drew Fisher 2008-08-02 10:56:03 UTC
I goofed; I'm the Kopete user in the above report and the information contained is inaccurate, marking INVALID and filing anew.