aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-12-21 11:48:08 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2011-12-21 11:48:08 +0100
commite14b47b826594772e4f3d0dbec1bf17153aa92b1 (patch)
tree24964b04778df558ceaa88e9e241b4fd422299bd /protocols/jabber/jabber.h
parent68286eb08dbb6c2aad555f155da6f16ee6f061e8 (diff)
Fix parsing of acc->pass. Use oauth_params_ functions instead of string
magic, fixes escaping issues.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r--protocols/jabber/jabber.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index 85bcfafe..49cfe8ee 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -328,7 +328,6 @@ gboolean sasl_supported( struct im_connection *ic );
void sasl_oauth2_init( struct im_connection *ic );
int sasl_oauth2_get_refresh_token( struct im_connection *ic, const char *msg );
int sasl_oauth2_refresh( struct im_connection *ic, const char *refresh_token );
-int sasl_oauth2_load_access_token( struct im_connection *ic );
extern const struct oauth2_service oauth2_service_google;
extern const struct oauth2_service oauth2_service_facebook;