Net-XMPP - passing raw HTML as message?

Posted on Wed May 9 23:48:49 2007 by jdperl
passing raw HTML as message?
I'd like to send in arbitrary HTML in a message body, like <a href=...>test</a>, to generate a link in a jabber chat window. However, the characters are encoded, e.g. the < becomes &lt; - does anyone know whether I can somehow bypass this encoding (and whether the message would still take)? Thanks..
Write a response