diff src/protocols/msn/session.h @ 8171:d0ba2f7b40e7

[gaim-migrate @ 8884] Committing one of shx's MSN patches, which splits off the Nexus connection code into nexus.[ch] and cleans it up a bit. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 27 Jan 2004 04:46:05 +0000
parents ea2d07ad05a9
children c719f9a181d4
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Sun Jan 25 22:15:42 2004 +0000
+++ b/src/protocols/msn/session.h	Tue Jan 27 04:46:05 2004 +0000
@@ -24,12 +24,13 @@
 
 typedef struct _MsnSession MsnSession;
 
+#include "group.h"
+#include "nexus.h"
+#include "servconn.h"
 #include "sslconn.h"
-
-#include "servconn.h"
 #include "switchboard.h"
 #include "user.h"
-#include "group.h"
+
 
 struct _MsnSession
 {
@@ -47,17 +48,12 @@
 	MsnServConn *dispatch_conn;
 	MsnServConn *notification_conn;
 
+	MsnNexus *nexus;
+
 	unsigned int trId;
 
 	gboolean http_method;
 
-	char *ssl_url;
-	char *ssl_login_host;
-	char *ssl_login_path;
-	char *ssl_login_params;
-	GHashTable *ssl_challenge_data;
-	GaimSslConnection *ssl_conn;
-
 	MsnUsers *users;
 	MsnGroups *groups;