src/protocols/msn/session.h

changeset 11992
906176cc9b22
parent 10773
ef88ffed66eb
child 13126
afce0fe97885
equal deleted inserted replaced
11991:f524f5ab1430 11992:906176cc9b22
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. */

mercurial