view PLUGIN_HOWTO @ 19353:af0e77c44667

MySpace added a new field, LastImageUpdated. Save it in MsimUser. Also, allow null session in msim_unrecognized, since sometimes the session is not conveniently available (such as in msim_store_user_info_each). Previously, LastImageUpdated was unrecognized and sent to msim_unrecognized with a null session, which was dereferenced and crashed. Fixed.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Fri, 24 Aug 2007 02:29:42 +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.