| 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 */ |