comparison src/server.c @ 1772:896432d66303

[gaim-migrate @ 1782] remove OPT_USR_KEEPALIVE; add OPT_PROTO_UNIQUE_CHATNAME for Jabber. other things that need to be implemented still. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 30 Apr 2001 01:58:24 +0000
parents 213607e89598
children 6d1d9e988fd4
comparison
equal deleted inserted replaced
1771:213607e89598 1772:896432d66303
111 gc->idle_timer = gtk_timeout_add(20000, (GtkFunction)check_idle, gc); 111 gc->idle_timer = gtk_timeout_add(20000, (GtkFunction)check_idle, gc);
112 serv_touch_idle(gc); 112 serv_touch_idle(gc);
113 113
114 time(&gc->login_time); 114 time(&gc->login_time);
115 115
116 update_keepalive(gc, gc->options & OPT_USR_KEEPALV); 116 update_keepalive(gc, TRUE);
117 } 117 }
118 118
119 119
120 120
121 void serv_send_im(struct gaim_connection *gc, char *name, char *message, int away) 121 void serv_send_im(struct gaim_connection *gc, char *name, char *message, int away)