Bug 189570

Summary: Extra tabs at the end of outgoing messages while operating in groupchat mode.
Product: [Unmaintained] kopete Reporter: Nikita Skovoroda <chalkerx>
Component: OTR PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bugs.kde.org, egxoun8uya67izy
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: This is how kopete outgoing messages look like in other clients.

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.