--- a/libpurple/protocols/jabber/auth.c Thu Jul 07 23:39:50 2016 -0500 +++ b/libpurple/protocols/jabber/auth.c Thu Jul 14 15:54:35 2016 -0700 @@ -529,6 +529,9 @@ #ifdef HAVE_CYRUS_SASL jabber_auth_add_mech(jabber_auth_get_cyrus_mech()); #endif +#ifdef HAVE_WEBEX_TOKEN + jabber_auth_add_mech(jabber_auth_get_webex_token_mech()); +#endif tmp = jabber_auth_get_scram_mechs(&count); for (i = 0; i < count; ++i)