comparison libpurple/protocols/msn/session.h @ 25456:201789d2f003

Comment out this extra string until we need it (if ever).
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 15 Feb 2009 20:51:25 +0000
parents 5c7fee60853b
children b1080a1a2cb0
comparison
equal deleted inserted replaced
25455:8387f195c4af 25456:201789d2f003
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 gboolean destroying; /**< A flag that states if the session is being destroyed. */ 93 gboolean destroying; /**< A flag that states if the session is being destroyed. */
94 gboolean http_method; 94 gboolean http_method;
95 95
96 MsnNotification *notification; 96 MsnNotification *notification;
97 MsnNexus *nexus; 97 MsnNexus *nexus;
98 MsnOim *oim; 98 MsnOim *oim;
99 MsnSync *sync; 99 MsnSync *sync;
100 100 MsnUserList *userlist;
101 MsnUserList *userlist;
102 101
103 int servconns_count; /**< The count of server connections. */ 102 int servconns_count; /**< The count of server connections. */
104 GList *switches; /**< The list of all the switchboards. */ 103 GList *switches; /**< The list of all the switchboards. */
105 GList *slplinks; /**< The list of all the slplinks. */ 104 GList *slplinks; /**< The list of all the slplinks. */
106 105
107 /*psm info*/ 106 /*psm info*/
108 char *psm; 107 char *psm;
109 108
109 #if 0
110 char *blocked_text; 110 char *blocked_text;
111 #endif
111 112
112 struct 113 struct
113 { 114 {
114 char *kv; 115 char *kv;
115 char *sid; 116 char *sid;