Bug 234145

Summary: kopete sends each line in html-tags and some characters as entity reference when OTR is enabled
Product: [Unmaintained] kopete Reporter: maffin <msjtr>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: mzanetti
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.