view PLUGIN_HOWTO @ 22242:d5b65bead569

Yahoo! has no permit list, so get rid of the add_permit and rem_permit prpl callbacks. Right now they're basically a no-op. More specifically, purple_privacy_permit_add calls serv_add_permit which calls yahoo_add_permit which calls purple_privacy_permit_add (again) which exits because the buddy is already in the permit list.
author Mark Doliner <mark@kingant.net>
date Fri, 01 Feb 2008 02:05:32 +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.