comparison libpurple/protocols/msn/session.h @ 31453:388ca4797d7b

Replace the mpop account setting with a session boolean, because I can't get a good signal for when the user changes an account setting.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 05 Dec 2010 08:13:13 +0000
parents fc6ecc8f1b34
children
comparison
equal deleted inserted replaced
31452:e9afcbec8f20 31453:388ca4797d7b
81 81
82 gboolean connected:1; 82 gboolean connected:1;
83 gboolean logged_in:1; /**< A temporal flag to ignore local buddy list adds. */ 83 gboolean logged_in:1; /**< A temporal flag to ignore local buddy list adds. */
84 gboolean destroying:1; /**< A flag that states if the session is being destroyed. */ 84 gboolean destroying:1; /**< A flag that states if the session is being destroyed. */
85 gboolean http_method:1; 85 gboolean http_method:1;
86 gboolean enable_mpop:1; /**< Use Multiple Points of Presence? */
86 int adl_fqy; /**< A count of ADL/FQY so status is only changed once. */ 87 int adl_fqy; /**< A count of ADL/FQY so status is only changed once. */
87 guint login_timeout; /**< Timeout to force status change if ADL/FQY fail. */ 88 guint login_timeout; /**< Timeout to force status change if ADL/FQY fail. */
88 89
89 MsnNotification *notification; 90 MsnNotification *notification;
90 MsnNexus *nexus; 91 MsnNexus *nexus;