diff options
| author | Marius Halden <marius.h@lden.org> | 2016-09-24 19:14:30 +0200 |
|---|---|---|
| committer | Marius Halden <marius.h@lden.org> | 2016-09-24 19:14:30 +0200 |
| commit | 99c15884fe482c099cd3a152497636df9d0b31f1 (patch) | |
| tree | 50db71a741ea5b92efcc16faa3c2dac4233b635b /protocols/jabber/jabber.h | |
| parent | 942e1d8011536f60a4d2dccf89e4b0e7e25f0602 (diff) | |
| parent | 524e931bb1a61dd7efa44faeb050e41bfc231610 (diff) | |
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/jabber/jabber.h')
| -rw-r--r-- | protocols/jabber/jabber.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index c97c5b71..0804ebd7 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -357,6 +357,7 @@ 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); +void sasl_oauth2_got_token(gpointer data, const char *access_token, const char *refresh_token, const char *error); extern const struct oauth2_service oauth2_service_google; |
