Bug 189570 - Extra tabs at the end of outgoing messages while operating in groupchat mode.
Summary: Extra tabs at the end of outgoing messages while operating in groupchat mode.
Status: RESOLVED WORKSFORME
Alias: None
Product: kopete
Classification: Unmaintained
Component: OTR Plugin (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 190330 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-13 22:51 UTC by Nikita Skovoroda
Modified: 2010-01-17 19:35 UTC (History)
2 users (show)

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


Attachments
This is how kopete outgoing messages look like in other clients. (73.82 KB, application/octet-stream)
2009-05-06 22:38 UTC, Nikita Skovoroda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Skovoroda 2009-04-13 22:51:15 UTC
Version:           0.70.50 (using Devel)
OS:                Linux
Installed from:    Compiled sources

Kopete adds unneeded tab symbols at the end of outgoing messages while operating in groupchat mode.

Kopete itself doesn't „see” that tabs, but that causes other messengers (like PSI) to render one-lined message on three lines and could be a reason for a Kopete-user to be kicked from groupchat.

Here is the xml.

Groupchat:

<message type="groupchat" to="{cut}@conference.jabber.ru" id="abc8a" >
<body>Тест. 	  				 	 	 	   	 	  	   		  	 </body>
</message>

Normal:

<message type="chat" to="{cut}@jabber.ru" id="1486" >
<body>Тест.</body>
<x xmlns="jabber:x:event">
<offline/>
<composing/>
<delivered/>
<displayed/>
</x>
<active xmlns="http://jabber.org/protocol/chatstates"/>
</message>
Comment 1 Nikita Skovoroda 2009-05-06 22:38:23 UTC
Created attachment 33408 [details]
This is how kopete outgoing messages look like in other clients.

This screenshot was not made by me.
Comment 2 Roman Jarosz 2009-05-09 12:42:59 UTC
Do you have OTR plugin enabled?
Comment 3 Roman Jarosz 2009-05-09 12:43:26 UTC
*** Bug 190330 has been marked as a duplicate of this bug. ***
Comment 4 Roman Jarosz 2009-05-09 14:09:58 UTC
To "fix" this disable OTR plugin in Kopete
Comment 5 Nikita Skovoroda 2009-05-09 20:50:01 UTC
Yes, disabling OTR helps, thanks.
Comment 6 Nikita Skovoroda 2010-01-17 19:35:19 UTC
I can not reproduce this in Kopete 0.99.90 anymore.