Mercurial > pidgin.yaz
view doc/core-signals.dox @ 27334:ea9df9bfa921
If get_info_for_jid is passed a full JID, don't spam that JID with IQs.
Looping over all the resources while using the passed-in JID as the to
address was causing us to generate O(N) queries to a member of a MUC (where
N is the number of people in the room).
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 02 Jul 2009 22:03:21 +0000 |
parents | e0613cf8c493 |
children | 4179ab2cfe1f |
line wrap: on
line source
/** @page core-signals Core Signals @signals @signal quitting @endsignals @see core.h <hr> @signaldef quitting @signalproto void (*quitting)(); @endsignalproto @signaldesc Emitted when libpurple is quitting. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et