From timo-e at freenet.de Mon Jan 28 12:53:39 2008 From: timo-e at freenet.de (Timo Engel) Date: Mon, 28 Jan 2008 18:53:39 +0100 (CET) Subject: [OTR-dev] OTR with Jabber/XMPP In-Reply-To: <20071209010325.GU32346@yoink.cs.uwaterloo.ca> Message-ID: <200801281753.m0SHrh4n023935@paip.net> Hello, there are some problems when using the gaim/pidgin plugin with Jabber/XMPP. Pidgin uses HTML messages which are described in XEP-0071. A XMPP messages which is encrypted with the Gaim/Pidgin OTR Plugin looks like this: [EncryptedBody] [EncryptedHTML] The contents of [EncryptedBody] and [EncryptedHTML] are the same. After decrypting the message, there is HTML code in the body-element. This is not a valid XMPP message and is problematic if the client doesn't use HTML. The encrypted HTML code is not XML compliant. After decrypting the message it could not be parsed from an XML parser. This is really annoying, because the client can't display the message. regards timo