comparison libpurple/protocols/msn/session.h @ 25947:4b8c4870b13a

propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327) to branch 'im.pidgin.pidgin' (head d8c03c68d591d9392607d954942ee58b8618d946)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 02 Mar 2009 04:18:40 +0000
parents b1080a1a2cb0
children d51b8647d43c
comparison
equal deleted inserted replaced
25946:8998ca47e6d0 25947:4b8c4870b13a
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; 101 char *abch_cachekey;
102 102
103 int servconns_count; /**< The count of server connections. */ 103 int servconns_count; /**< The count of server connections. */
104 GList *switches; /**< The list of all the switchboards. */ 104 GList *switches; /**< The list of all the switchboards. */
105 GList *slplinks; /**< The list of all the slplinks. */ 105 GList *slplinks; /**< The list of all the slplinks. */
106 106
107 /*psm info*/ 107 /*psm info*/
108 char *psm; 108 char *psm;
109 109
110 #if 0
110 char *blocked_text; 111 char *blocked_text;
112 #endif
111 113
112 struct 114 struct
113 { 115 {
114 char *kv; 116 char *kv;
115 char *sid; 117 char *sid;