| 2209:db87ba068b9c | 2210:37d4364497f5 |
|---|---|
| 51 void *proto_data; | 51 void *proto_data; |
| 52 | 52 |
| 53 struct aim_user *user; | 53 struct aim_user *user; |
| 54 | 54 |
| 55 char username[64]; | 55 char username[64]; |
| 56 char displayname[128]; | |
| 56 char password[32]; | 57 char password[32]; |
| 57 int options; /* same as aim_user options */ | 58 int options; /* same as aim_user options */ |
| 58 guint keepalive; | 59 guint keepalive; |
| 59 /* stuff needed for per-connection idle times */ | 60 /* stuff needed for per-connection idle times */ |
| 60 guint idle_timer; | 61 guint idle_timer; |