comparison libpurple/protocols/oscar/flap_connection.c @ 31764:04576947c4e0

Send keepalives for all types of network connections. Will hopefully make chat rooms more reliable. Fixes #1449
author Mark Doliner <mark@kingant.net>
date Wed, 09 Mar 2011 08:38:41 +0000
parents 7a41eb334a64
children a5b556ac1de5
comparison
equal deleted inserted replaced
31763:96dffe08f3f7 31764:04576947c4e0
206 * of the SNAC by putting it into an outgoing holding queue. 206 * of the SNAC by putting it into an outgoing holding queue.
207 * 207 *
208 * @param data The optional bytestream that makes up the data portion 208 * @param data The optional bytestream that makes up the data portion
209 * of this SNAC. For empty SNACs this should be NULL. 209 * of this SNAC. For empty SNACs this should be NULL.
210 * @param high_priority If TRUE, the SNAC will be queued normally if 210 * @param high_priority If TRUE, the SNAC will be queued normally if
211 * needed. If FALSE, it wil be queued separately, to be sent 211 * needed. If FALSE, it will be queued separately, to be sent
212 * only if all high priority SNACs have been sent. 212 * only if all high priority SNACs have been sent.
213 */ 213 */
214 void 214 void
215 flap_connection_send_snac_with_priority(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, aim_snacid_t snacid, ByteStream *data, gboolean high_priority) 215 flap_connection_send_snac_with_priority(OscarData *od, FlapConnection *conn, guint16 family, const guint16 subtype, aim_snacid_t snacid, ByteStream *data, gboolean high_priority)
216 { 216 {