comparison src/protocols/oscar/snac.c @ 11338:17142948653e

[gaim-migrate @ 13551] Change the GAIM_CONV_IM and GAIM_CONV_CHAT enums to GAIM_CONV_TYPE_IM and GAIM_CONV_TYPE_CHAT. This touched A LOT of files. Also combined two oscar header files (one of them was small and dorky). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 25 Aug 2005 02:33:44 +0000
parents 92cbf9713795
children f2431a7e33aa
comparison
equal deleted inserted replaced
11337:1462b64f8fc9 11338:17142948653e
1 /* 1 /*
2 * 2 *
3 * Various SNAC-related dodads... 3 * Various SNAC-related dodads...
4 * 4 *
5 * outstanding_snacs is a list of aim_snac_t structs. A SNAC should be added 5 * outstanding_snacs is a list of aim_snac_t structs. A SNAC should be added
6 * whenever a new SNAC is sent and it should remain in the list until the 6 * whenever a new SNAC is sent and it should remain in the list until the
7 * response for it has been received. 7 * response for it has been received.
8 * 8 *
9 * cleansnacs() should be called periodically by the client in order 9 * cleansnacs() should be called periodically by the client in order
10 * to facilitate the aging out of unreplied-to SNACs. This can and does 10 * to facilitate the aging out of unreplied-to SNACs. This can and does
11 * happen, so it should be handled. 11 * happen, so it should be handled.
12 * 12 *