Ignore:
Timestamp:
2011-12-18T21:56:44Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
9b0ad7e
Parents:
18c6d36
Message:

Restructured and updated code a little bit to support new-style (much better
and "proper" OAuth2) Facebook OAuth support. (And, add wl.offline scope to get
tokens that don't expire after an hour.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r18c6d36 r64b6635  
    327327int sasl_oauth2_get_refresh_token( struct im_connection *ic, const char *msg );
    328328int sasl_oauth2_refresh( struct im_connection *ic, const char *refresh_token );
     329int sasl_oauth2_load_access_token( struct im_connection *ic );
    329330
    330331extern const struct oauth2_service oauth2_service_google;
Note: See TracChangeset for help on using the changeset viewer.