[Bug 57401] Some user aliases contains HTML-escaped characters
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 22 11:39:13 CET 2012
https://bugs.freedesktop.org/show_bug.cgi?id=57401
--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
(In reply to comment #0)
> Another friend on my jabber.org roster, however (with accented characters)
> comes out like this:
>
> * item jid='yyy at gmail.com' name='Lars Silvén'
> subscription='both'
By the time the XML is pretty-printed like this, it's already been unescaped in
Wocky (arguably, it ought to re-escape it before it prints it, but this is just
a debug log anyway). I suspect that what the server is actually sending you
might look more like this:
<item jid='yyy at gmail.com' name='Lars Silvén'
(i.e. uselessly double-escaped).
Could you try running Gabble with WOCKY_DEBUG=all (see
http://telepathy.freedesktop.org/wiki/Debugging for details) and see what XML
your server is actually sending? (This log might contain private information
and need censoring - in particular, don't show us the SASL handshake when you
log in.)
If it is indeed sending double-escaped names, then I'm afraid this is not
Gabble's fault. You should be able to rename the offending contacts, hopefully
(e.g. right-click -> Edit, in Empathy).
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list