Hi all, HItting another problem, hoping someone can point out my mistake. I'm trying to send out XHTML formatted text to an AIM user via pyAIMt. I've formatted a message that looks like this:
<message type=chat to="[EMAIL PROTECTED]" id="1234"> <html xmlns='http://jabber.org/protocol/xhtml-im'> <body xmlns='http://www.w3.org/1999/xhtml'> <b>hi!</b> </body> </html> </message> Unfortunately it does not get through to the AIM user. If I strip off all the XHTML stuff and just do: <message type=chat to="[EMAIL PROTECTED]" id="1234"> <body>hi!</body> </message> it works - so I know everything is ok in terms of connection etc. I also made sure the disable XHTML is left commented in the config.xml file. I'm probably missing something small - can anyone help? Thanks, Nat
_______________________________________________ py-transports mailing list py-transports@blathersource.org http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports