comparison libpurple/protocols/msn/session.h @ 30719:b5793b417705

Remove deprecated (since MSNP13) commands and relevant files.
author masca@cpw.pidgin.im
date Wed, 31 Mar 2010 17:32:36 +0000
parents 6376fc7a092e
children 3a3540aa314c e53f81486d57
comparison
equal deleted inserted replaced
30718:7913a4bf580c 30719:b5793b417705
65 #include "notification.h" 65 #include "notification.h"
66 #include "oim.h" 66 #include "oim.h"
67 #include "slpcall.h" 67 #include "slpcall.h"
68 #include "sslconn.h" 68 #include "sslconn.h"
69 #include "switchboard.h" 69 #include "switchboard.h"
70 #include "sync.h"
71 #include "user.h" 70 #include "user.h"
72 #include "userlist.h" 71 #include "userlist.h"
73 72
74 struct _MsnSession 73 struct _MsnSession
75 { 74 {
87 gboolean http_method; 86 gboolean http_method;
88 87
89 MsnNotification *notification; 88 MsnNotification *notification;
90 MsnNexus *nexus; 89 MsnNexus *nexus;
91 MsnOim *oim; 90 MsnOim *oim;
92 MsnSync *sync;
93 MsnUserList *userlist; 91 MsnUserList *userlist;
94 char *abch_cachekey; 92 char *abch_cachekey;
95 93
96 int servconns_count; /**< The count of server connections. */ 94 int servconns_count; /**< The count of server connections. */
97 GList *switches; /**< The list of all the switchboards. */ 95 GList *switches; /**< The list of all the switchboards. */