comparison src/oscar.c @ 930:a88af4cc626a

[gaim-migrate @ 940] page in prefs for applet, and toc keepalive committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 20 Sep 2000 23:04:48 +0000
parents 7b976e5e1c3a
children acd4d81f2afc
comparison
equal deleted inserted replaced
929:b9d34670ea40 930:a88af4cc626a
1268 void send_keepalive(gpointer d) { 1268 void send_keepalive(gpointer d) {
1269 debug_print("sending oscar NOP\n"); 1269 debug_print("sending oscar NOP\n");
1270 if (USE_OSCAR) { /* keeping it open for TOC */ 1270 if (USE_OSCAR) { /* keeping it open for TOC */
1271 aim_flap_nop(gaim_sess, gaim_conn); 1271 aim_flap_nop(gaim_sess, gaim_conn);
1272 } else { 1272 } else {
1273 sflap_send("", 0, TYPE_KEEPALIVE);
1273 } 1274 }
1274 } 1275 }
1275 1276
1276 void update_keepalive(gboolean on) { 1277 void update_keepalive(gboolean on) {
1277 if (on && keepalv < 0 && blist) { 1278 if (on && keepalv < 0 && blist) {