--- 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 */