Bug 234145 - kopete sends each line in html-tags and some characters as entity reference when OTR is enabled
Summary: kopete sends each line in html-tags and some characters as entity reference w...
Status: RESOLVED NOT A BUG
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 11:48 UTC by maffin
Modified: 2010-05-03 01:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description maffin 2010-04-12 11:48:02 UTC
Version:           1.0.0 (using KDE 4.4.2)
Compiler:          gcc 4.3.4 
OS:                Linux
Installed from:    Gentoo Packages

Kopete sends some html-related stuff when OTR is enabled. This includes a <p>-tag wrapping each line (i. e.: <p>line</p>) and sending character entity references instead of the actual characters (i.e.: &amp; instead of &).
Not all characters however, just less-than sign(<), greater-than sign(>) and the ampersand (&).

Note: This bug is related to #227015 which status is resolved, but only the problem with hyperlinks was actually fixed.

How to reproduce:
- enable OTR-encryption mirandaIM
- send text
- received text now has <p>-tags wrapping each line

Expected behaviour:
- no <p>-tags around each line
Comment 1 Michael Zanetti 2010-04-21 23:29:10 UTC
This seems to be a problem in Miranda. It parses html tags before decrypting the message leading the html tags to persist after the encryption.