Mercurial > pidgin
comparison src/multi.h @ 1153:3063e6743913
[gaim-migrate @ 1163]
handle the keepalives better. have ICQ force keepalives for connections, it's a bad hack but it's probably necessary for a UDP protocol.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 28 Nov 2000 04:12:06 +0000 |
| parents | f0f5c10cce63 |
| children | 04874e92af24 |
comparison
equal
deleted
inserted
replaced
| 1152:201ec77f3a60 | 1153:3063e6743913 |
|---|---|
| 52 | 52 |
| 53 char username[64]; | 53 char username[64]; |
| 54 char password[32]; | 54 char password[32]; |
| 55 char g_screenname[64]; | 55 char g_screenname[64]; |
| 56 int options; /* same as aim_user options */ | 56 int options; /* same as aim_user options */ |
| 57 int keepalive; | 57 guint keepalive; |
| 58 int correction_time; | 58 int correction_time; |
| 59 /* stuff needed for per-connection idle times */ | 59 /* stuff needed for per-connection idle times */ |
| 60 int idle_timer; | 60 guint idle_timer; |
| 61 time_t login_time; | 61 time_t login_time; |
| 62 time_t lastsent; | 62 time_t lastsent; |
| 63 int is_idle; | 63 int is_idle; |
| 64 | 64 |
| 65 /* stuff for a signin progress meter */ | 65 /* stuff for a signin progress meter */ |
