Ticket #6317 (closed defect: fixed)
Sends invalid XML when doing link-local messaging (XEP-0174)
| Reported by: | sjoerd | Owned by: | nobody |
|---|---|---|---|
| Milestone: | Adium 1.2 | Component: | Service/Bonjour |
| Version: | 1.0.2 | Severity: | normal |
| Keywords: | xml bonjour link-local messaging | Cc: | christian@… |
| Patch Status: |
Description
When checking why salut (telepathy xep-0174 CM) didn't work with Adium. We noticed that the XML Adium sends is actually invalid.
The received message was (note the FONT element):
<message type="chat" to="192.87.65.58">
<body>blablabla</body>
<html xmlns="http://www.w3.org/1999/xhtml">
<body ichattextcolor="#000000">
<FONT FACE="Lucida Grande" ABSZ=11 SIZE=3>
blablabla
</FONT>
</body>
</html>
</message>
Futhermore the "to" attribute in the message element is a raw ip address, while this should contain the logical local address and the "from" attribute is missing. See XEP-0174 for more info... :)
Change History
Note: See
TracTickets for help on using
tickets.

