libpurple/protocols/jabber/auth.c

branch
auth-webex
changeset 39067
d90489886f13
parent 36068
e9b9320a985a
child 39068
f69d1758aaa3
--- 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)

mercurial