libpurple/protocols/jabber/jabber.h

changeset 42102
0601c6f60bff
parent 42058
594a2d0e1d52
child 42164
cd96db566218
--- a/libpurple/protocols/jabber/jabber.h	Sun Feb 26 01:31:03 2023 -0600
+++ b/libpurple/protocols/jabber/jabber.h	Tue Feb 28 03:20:33 2023 -0600
@@ -69,8 +69,6 @@
 #include "buddy.h"
 #include "bosh.h"
 
-#include <sasl/sasl.h>
-
 #define CAPS0115_NODE "https://pidgin.im/"
 
 #define JABBER_TYPE_PROTOCOL (jabber_protocol_get_type())
@@ -191,18 +189,6 @@
 
 	char *serverFQDN;
 
-	sasl_conn_t *sasl;
-	sasl_callback_t *sasl_cb;
-	sasl_secret_t *sasl_secret;
-	const char *current_mech;
-	int auth_fail_count;
-
-	int sasl_state;
-	int sasl_maxbuf;
-	GString *sasl_mechs;
-
-	gchar *sasl_password;
-
 	gboolean vcard_fetched;
 
 	/* Entity Capabilities hash */

mercurial