diff 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
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.h	Sun Dec 05 03:09:52 2010 +0000
+++ b/libpurple/protocols/msn/session.h	Sun Dec 05 08:13:13 2010 +0000
@@ -83,6 +83,7 @@
 	gboolean logged_in:1; /**< A temporal flag to ignore local buddy list adds. */
 	gboolean destroying:1; /**< A flag that states if the session is being destroyed. */
 	gboolean http_method:1;
+	gboolean enable_mpop:1; /**< Use Multiple Points of Presence? */
 	int      adl_fqy; /**< A count of ADL/FQY so status is only changed once. */
 	guint    login_timeout; /**< Timeout to force status change if ADL/FQY fail. */