comparison src/protocols/msn/session.h @ 7288:ff9127038a5a

[gaim-migrate @ 7869] It doesn't completely work yet, but this is the beginnings of the MSN HTTP port 80 connect method. I don't have it set so it can be enabled, so it's harmless to commit this now, but I want a second set of eyes, and I also want to do other MSN work without dealing with hand-merging patches. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 17 Oct 2003 14:57:59 +0000
parents b7e113a59b51
children 3a48ade4f510
comparison
equal deleted inserted replaced
7287:3a41c3f80228 7288:ff9127038a5a
45 45
46 MsnServConn *dispatch_conn; 46 MsnServConn *dispatch_conn;
47 MsnServConn *notification_conn; 47 MsnServConn *notification_conn;
48 48
49 unsigned int trId; 49 unsigned int trId;
50
51 gboolean http_method;
50 52
51 char *ssl_url; 53 char *ssl_url;
52 char *ssl_login_host; 54 char *ssl_login_host;
53 char *ssl_login_path; 55 char *ssl_login_path;
54 char *ssl_login_params; 56 char *ssl_login_params;