comparison libpurple/protocols/msn/session.h @ 31315:23be655cc688

propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed) to branch 'im.pidgin.soc.2010.msn-tlc' (head 20ad1c813e2b512df4a065dda88f3cfa732463a3)
author masca@cpw.pidgin.im
date Wed, 15 Sep 2010 17:34:21 +0000
parents 47b6eda87723 e53f81486d57
children 1ab50afb7925
comparison
equal deleted inserted replaced
31311:4b1eecab50e8 31315:23be655cc688
59 59
60 #define MSN_LOGIN_STEPS MSN_LOGIN_STEP_END 60 #define MSN_LOGIN_STEPS MSN_LOGIN_STEP_END
61 61
62 #define MSN_LOGIN_FQY_TIMEOUT 30 62 #define MSN_LOGIN_FQY_TIMEOUT 30
63 63
64 #define MSN_LOGIN_FQY_TIMEOUT 30
65
64 #include "nexus.h" 66 #include "nexus.h"
65 #include "notification.h" 67 #include "notification.h"
66 #include "oim.h" 68 #include "oim.h"
67 #include "switchboard.h" 69 #include "switchboard.h"
68 #include "user.h" 70 #include "user.h"
115 } passport_info; 117 } passport_info;
116 118
117 GHashTable *soap_table; 119 GHashTable *soap_table;
118 guint soap_cleanup_handle; 120 guint soap_cleanup_handle;
119 char *guid; 121 char *guid;
122
123 GSList *url_datas; /**< PurpleUtilFetchUrlData to be cancelled on exit */
120 }; 124 };
121 125
122 /** 126 /**
123 * Creates an MSN session. 127 * Creates an MSN session.
124 * 128 *