comparison libgaim/protocols/oscar/family_oservice.c @ 14646:e0a93e6fa98b

[gaim-migrate @ 17392] Added gaim_running_osx() and fixed a typo. committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Fri, 29 Sep 2006 00:17:18 +0000
parents 7ca5e82ffd6f
children f3573d941d66
comparison
equal deleted inserted replaced
14645:01db45fdd9cb 14646:e0a93e6fa98b
213 /* 213 /*
214 * OSCAR defines several 'rate classes'. Each class has separate 214 * OSCAR defines several 'rate classes'. Each class has separate
215 * rate limiting properties (limit level, alert level, disconnect 215 * rate limiting properties (limit level, alert level, disconnect
216 * level, etc), and a set of SNAC family/type pairs associated with 216 * level, etc), and a set of SNAC family/type pairs associated with
217 * it. The rate classes, their limiting properties, and the definitions 217 * it. The rate classes, their limiting properties, and the definitions
218 * of which SNACs are belong to which class, are defined in the 218 * of which SNACs belong to which class are defined in the
219 * Rate Response packet at login to each host. 219 * Rate Response packet at login to each host.
220 * 220 *
221 * Logically, all rate offenses within one class count against further 221 * Logically, all rate offenses within one class count against further
222 * offenses for other SNACs in the same class (ie, sending messages 222 * offenses for other SNACs in the same class (ie, sending messages
223 * too fast will limit the number of user info requests you can send, 223 * too fast will limit the number of user info requests you can send,