view PLUGIN_HOWTO @ 28906:68bc7c617fa0

Fix a corner case where purple_markup_html_to_xhtml generated malformed XHTML. <FONT>blah</FONT> would turn into x</span>. This is pretty bad, since that's what Adium passes to libpurple when the text had no markup, and is what causes XMPP messages sent in Adium to look like: <body>.</body><body xmlns='http://www.w3.org/1999/xhtml'>.</body>
author Paul Aurich <paul@darkrain42.org>
date Sun, 24 Jan 2010 05:15:33 +0000
parents db5a58aabe38
children
line wrap: on
line source

For information on writing a plugin for Purple, Pidgin or Finch, go
http://developer.pidgin.im and click on API.  From there, see the
HOWTOs in the "Related Pages" section.

You can also generate this documentation locally by installing
doxygen and graphviz dot, then running "make docs" in the
source tree.  The documentation will be in the docs/html directory.