comparison libpurple/protocols/msn/session.h @ 25575:d51b8647d43c

applied changes from 70fa4cc384b7643ab1f296bdc2399bc208542a20 through f0df27a299120baecf9ea88a9fb24ffe1dbe72fd ChangeLog for the above
author Ethan Blanton <elb@pidgin.im>
date Tue, 28 Apr 2009 20:55:35 +0000
parents b1080a1a2cb0
children 72bf514cef92
comparison
equal deleted inserted replaced
25571:1b8c18ab762f 25575:d51b8647d43c
88 88
89 MsnLoginStep login_step; /**< The current step in the login process. */ 89 MsnLoginStep login_step; /**< The current step in the login process. */
90 90
91 gboolean connected; 91 gboolean connected;
92 gboolean logged_in; /**< A temporal flag to ignore local buddy list adds. */ 92 gboolean logged_in; /**< A temporal flag to ignore local buddy list adds. */
93 int adl_fqy; /**< A count of ADL/FQY so status is only changed once. */
93 gboolean destroying; /**< A flag that states if the session is being destroyed. */ 94 gboolean destroying; /**< A flag that states if the session is being destroyed. */
94 gboolean http_method; 95 gboolean http_method;
95 96
96 MsnNotification *notification; 97 MsnNotification *notification;
97 MsnNexus *nexus; 98 MsnNexus *nexus;