Bug 140366 - Jabber plugin sends <p> tag with unformated messages
Summary: Jabber plugin sends <p> tag with unformated messages
Status: REOPENED
Alias: None
Product: kopete
Classification: Applications
Component: Jabber Plugin (show other bugs)
Version: 0.12.3
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-20 20:28 UTC by Kristoffer Janke
Modified: 2016-11-27 16:17 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fix extra line-break and <p> (872 bytes, patch)
2007-06-08 06:08 UTC, Guillermo Antonio Amaral Bastidas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kristoffer Janke 2007-01-20 20:28:19 UTC
Version:           0.12.3 (using KDE KDE 3.5.5)
Compiler:          gcc 4.1.1 
OS:                Linux

Other jabber users say that my messages look bad, kopete sends the message in a paragraph ( <p> tag) even for unformatted messages, this should be changed cause most clients add some newlines for paragraphs.
Comment 1 Hein-Pieter van Braam 2007-02-25 17:57:21 UTC
I can confirm this, especially when talking to GAIM users this s pretty bad as they see every message like this:


message


Pretty annoying
Comment 2 Richie Woodbury 2007-03-08 22:19:42 UTC
I can also confirm this behavior.  I wonder if there is any relationship to Bug 127176, or if perhaps there's a workaround solution in there somewhere.

I am holding off on upgrading KDE for this specific bug.
Comment 3 Pino Toscano 2007-04-18 13:21:22 UTC
It may be related to bug 121627.
Comment 4 Manuel López-Ibáñez 2007-06-01 22:52:47 UTC
Confirmed in kopete 0.12.4 from Ubuntu.
Comment 5 Guillermo Antonio Amaral Bastidas 2007-06-08 06:08:06 UTC
Created attachment 20806 [details]
Fix extra line-break and <p>
Comment 6 Matt Rogers 2007-10-05 00:11:46 UTC
SVN commit 721284 by mattr:

Fix bug 140366

Fix sending of <p> tags in unformatted Jabber messages.

Patch by Guillermo A. Amaral. Thanks!

CCMAIL: me@guillermoamaral.com
BUG: 140366


 M  +5 -2      jabberchatsession.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=721284
Comment 7 Olivier Goffart 2007-10-07 12:20:32 UTC
SVN commit 722438 by ogoffart:

Revert previous commit,  <p> is recommanded by the xhtml-im standard.
The problem of linebreak is due to a bug in Qt (issue 118388 in the trolltech tracker) and is anyway a duplicate of Bug 121627

If the problem occurs with *unformatted* message, the problem is elsewhere, and i cannot reproduce it anyway

CCBUG: 140366


 M  +2 -5      jabberchatsession.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=722438
Comment 8 Manuel López-Ibáñez 2007-10-11 14:33:14 UTC
This is not fixed in Kopete anymore since the fix was reverted. I can't reopen myself.
Comment 9 Matt Rogers 2007-10-13 05:07:17 UTC
Reopen since the fix was reverted.
Comment 10 Michael Kreitzer 2010-05-25 19:30:24 UTC
This is still an issue for kopete in KDE 4.4.3. I receive numerous comments from people using a variety of clients that all of my messages are surrounded by paragraph tags.
Comment 11 Michael Kreitzer 2010-05-25 19:45:16 UTC
It seems only the first message to a contact does this. All others are fine. Even if I close a chat window and re-open it is fine. The only way to make it happen again is to exit kopete and restart.
Comment 12 Pali Rohár 2016-11-27 16:17:10 UTC
Is this problem still there?