diff libpurple/protocols/jabber/jabber.h @ 30270:552616f49f94

jabber: Use the auth_mech_data JabberStream member for what it's for.
author Paul Aurich <paul@darkrain42.org>
date Sat, 01 May 2010 05:53:50 +0000
parents 3ac7f10d13d4
children 116ca888e77d
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Sat May 01 02:36:27 2010 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sat May 01 05:53:50 2010 +0000
@@ -112,7 +112,7 @@
 
 	JabberSaslMech *auth_mech;
 	gpointer auth_mech_data;
-	
+
 	/**
 	 * The header from the opening <stream/> tag.  This being NULL is treated
 	 * as a special condition in the parsing code (signifying the next
@@ -122,9 +122,6 @@
 	char *stream_id;
 	JabberStreamState state;
 
-	/* SASL authentication */
-	char *expected_rspauth;
-
 	GHashTable *buddies;
 
 	/*