view PLUGIN_HOWTO @ 24124:ecbab5157345

Always send the MSN status code, even when we think we're already logged in. This is important when we've been transferred to a new server with XFR. Otherwise, the server will think we're offline (and not able to message anyone). Fixes #6196, again.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 26 Sep 2008 05:07:48 +0000
parents 83ec0b408926
children db5a58aabe38
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.