Ticket #2964 (closed defect: worksforme)
Closing slash is removed from XML tag sent via jabber
| Reported by: | me@… | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | chat | Version: | 0.11 |
| Severity: | normal | Keywords: | |
| Cc: | OS: |
Description
When my buddy writes me a message which contains XML tags, closing slashed of these tags are lost. For example, message <Door side="left"/> <Door side="right"/> is changed to <Door side="left"> <Door side="right">
When I look at the same message in XML Console, it does contain slashes: <message type="chat" to="atregoubenko@…/Gajim98D5547D" id="mir_252" from="stanislav.shramko@…/MirandaAD62E918"> <body><Door side="left"/> <Door side="right"/></body> <active xmlns="http://jabber.org/protocol/chatstates"/> <x xmlns="jabber:x:event"> <composing/> </x> <nos:x value="disabled" xmlns:nos="google:nosave"/> <arc:record otr="false" xmlns:arc="http://jabber.org/protocol/archive"/> </message>
History also contains tags without slashes. Some experiments show that most likely slash will be removed from tag with attribute.
