Open GoogleCodeExporter opened 9 years ago
As an example, here's the XML output of OneTeam (doesn't work) & Vacuum-IM
(works fine):
OneTeam:
<message to='se@domain.com' type='chat' id='wl5dgd7ulx8i'>
<thread>
upjvsgtoskqe
</thread>
<active xmlns='http://jabber.org/protocol/chatstates'/>
<body>
test
</body>
<html xmlns='http://jabber.org/protocol/xhtml-im'>
<body xmlns='http://www.w3.org/1999/xhtml'>
test
</body>
</html>
</message>
Vacuum-IM:
<message from="me@domain.com/Vacuum-IM" type="chat" to="se@domain.com/undef">
<body>тест</body>
<active xmlns="http://jabber.org/protocol/chatstates"/>
</message>
Original comment by akrusmob...@gmail.com
on 26 Dec 2012 at 9:57
Original issue reported on code.google.com by
akrusmob...@gmail.com
on 26 Dec 2012 at 9:43