Comment 4 for bug 197584

Revision history for this message
Mats (matsben) wrote :

Part of this problem is that they aren't using JID escaping: http://www.xmpp.org/extensions/xep-0106.html
If the JID had the proper escaping I get instead:

::Roster::GetDisplayName {user\<email address hidden>}
<email address hidden>

It would be possible with a hack but I don't think it is worth it. It is likely to create more problems. Better to stay with protocol definitions.