comparison src/protocols/msn/session.h @ 11992:c824e39db0e7

[gaim-migrate @ 14285] - make Offline a user setable status in MSN - redo MSN status changing to query the core for the current status instead of keeping track of it itself, as recommended by Mark on patch #1336338. - bring back the buddy list synchronization by parsing the buddy list after signon committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 06 Nov 2005 21:52:00 +0000
parents 888d4c328be5
children 442b23efba54
comparison
equal deleted inserted replaced
11991:94ba447a6a5c 11992:c824e39db0e7
78 78
79 struct _MsnSession 79 struct _MsnSession
80 { 80 {
81 GaimAccount *account; 81 GaimAccount *account;
82 MsnUser *user; 82 MsnUser *user;
83 int state;
84 83
85 guint protocol_ver; 84 guint protocol_ver;
86 85
87 MsnLoginStep login_step; /**< The current step in the login process. */ 86 MsnLoginStep login_step; /**< The current step in the login process. */
88 87
94 MsnNotification *notification; 93 MsnNotification *notification;
95 MsnNexus *nexus; 94 MsnNexus *nexus;
96 MsnSync *sync; 95 MsnSync *sync;
97 96
98 MsnUserList *userlist; 97 MsnUserList *userlist;
99 MsnUserList *sync_userlist;
100 98
101 int servconns_count; /**< The count of server connections. */ 99 int servconns_count; /**< The count of server connections. */
102 GList *switches; /**< The list of all the switchboards. */ 100 GList *switches; /**< The list of all the switchboards. */
103 GList *directconns; /**< The list of all the directconnections. */ 101 GList *directconns; /**< The list of all the directconnections. */
104 GList *slplinks; /**< The list of all the slplinks. */ 102 GList *slplinks; /**< The list of all the slplinks. */