[kopete-bugs] [Bug 266556] New: Jabber messages ending with much spaces

saendy bugs at sandroknauss.de
Thu Feb 17 20:06:59 CET 2011


https://bugs.kde.org/show_bug.cgi?id=266556

           Summary: Jabber messages ending with much spaces
           Product: kopete
           Version: 0.80.2
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: Jabber Plugin
        AssignedTo: kopete-bugs at kde.org
        ReportedBy: bugs at sandroknauss.de


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 at 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 at 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.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list