Version: 0.80.2 (using KDE 1.2) OS: Linux While sending messages to a muc (Multi User Chat) via Jabber. Kopete puts much spaces on the end of the message. Reproducible: Always Steps to Reproduce: 1. open muc 2. open XML Console 3. send a message 4. look to XML Console Actual Results: <message type="chat" to="xxx@xxx/xxx" id="519" > <body>test </body> <x xmlns="jabber:x:event"> <offline/> <composing/> <delivered/> <displayed/> </x> <active xmlns="http://jabber.org/protocol/chatstates"/> </message> Expected Results: <message type="chat" to="xxx@xxx/xxx" id="519" > <body>test</body> <x xmlns="jabber:x:event"> <offline/> <composing/> <delivered/> <displayed/> </x> <active xmlns="http://jabber.org/protocol/chatstates"/> </message> Tried it with diffrent styles and also for rich text.
Reproduced the bug. KDE 4.7.2/Kopete 1.1.2 (openSUSE x86_64)
Sorry wrong versionnumbers: KDE 4.6.5/Kopete 1.0.80 (debian unstable)
This is the "whitespace hack" from OTR to show other clients, that this client support OTR. If otr is switched of completly (opperonistic mode). Than this issue is gone. So Actually it is a feature and not a bug :)