comparison libpurple/protocols/msn/session.h @ 23612:7f4b697c6947

Use a URL to open MSN Hotmail inbox instead of a temporary file. Based on work by felipec in msn-pecan. Fixes #5762.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 29 Jul 2008 06:12:40 +0000
parents b2609fca4943
children 5c7fee60853b
comparison
equal deleted inserted replaced
23611:b2609fca4943 23612:7f4b697c6947
113 { 113 {
114 char *kv; 114 char *kv;
115 char *sid; 115 char *sid;
116 char *mspauth; 116 char *mspauth;
117 unsigned long sl; 117 unsigned long sl;
118 char *file;
119 char *client_ip; 118 char *client_ip;
120 int client_port; 119 int client_port;
120 char *mail_url;
121 gulong mail_timestamp; 121 gulong mail_timestamp;
122 gboolean email_enabled; 122 gboolean email_enabled;
123 } passport_info; 123 } passport_info;
124 124
125 GHashTable *soap_table; 125 GHashTable *soap_table;