Mercurial > pidgin.yaz
view doc/plugin-signals.dox @ 24500:7ec139c84d36
Some improvements to XMPP resource handling:
* Blank resources cause us to expect the server to assign one to us.
* Using "__HOSTNAME__" as the resource will cause us to replace this
string with the actual hostname of the machine we're running on.
Fixes #5565.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | Jonathan Sailor <jsailor@jesnetplus.com> |
---|---|
date | Fri, 28 Nov 2008 02:19:42 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page plugin-signals Plugin Signals @signals @signal plugin-load @signal plugin-unload @endsignals @see plugin.h <hr> @signaldef plugin-load @signalproto void (*plugin_load)(PurplePlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is loaded. @param plugin The plugin that was loaded. @endsignaldef @signaldef plugin-unload @signalproto void (*plugin_unload)(PurplePlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is unloaded. @param plugin The plugin that was unloaded. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et