| Summary: | Extra tabs at the end of outgoing messages while operating in groupchat mode. | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Nikita Skovoroda <chalkerx> |
| Component: | OTR Plugin | Assignee: | 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. | ||
Created attachment 33408 [details]
This is how kopete outgoing messages look like in other clients.
This screenshot was not made by me.
Do you have OTR plugin enabled? *** Bug 190330 has been marked as a duplicate of this bug. *** To "fix" this disable OTR plugin in Kopete Yes, disabling OTR helps, thanks. I can not reproduce this in Kopete 0.99.90 anymore. |
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>