view PLUGIN_HOWTO @ 22354:51e740d3af3b

Fixes an error detected by valgrind: ==10815== Conditional jump or move depends on uninitialised value(s) ==10815== at 0x45E89A8: purple_ip_address_is_valid (util.c:4138) ==10815== by 0x540A1C0: jabber_login_connect (jabber.c:573) ==10815== by 0x540A2BC: srv_resolved_cb (jabber.c:593) Credit goes to Andrew Gaul for discovering this and coming up with the fix, and sadrul for triple checking.
author Ka-Hing Cheung <khc@hxbc.us>
date Thu, 28 Feb 2008 08:41:23 +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.