| 35 struct _MsnHttpConn |
35 struct _MsnHttpConn |
| 36 { |
36 { |
| 37 MsnSession *session; /**< The MSN Session. */ |
37 MsnSession *session; /**< The MSN Session. */ |
| 38 MsnServConn *servconn; /**< The connection object. */ |
38 MsnServConn *servconn; /**< The connection object. */ |
| 39 |
39 |
| 40 GaimProxyConnectInfo *connect_info; |
40 GaimProxyConnectData *connect_data; |
| 41 |
41 |
| 42 char *full_session_id; /**< The full session id. */ |
42 char *full_session_id; /**< The full session id. */ |
| 43 char *session_id; /**< The trimmed session id. */ |
43 char *session_id; /**< The trimmed session id. */ |
| 44 |
44 |
| 45 int timer; /**< The timer for polling. */ |
45 int timer; /**< The timer for polling. */ |