Ignore:
Timestamp:
2011-12-21T10:48:08Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ce199b7
Parents:
68286eb
Message:

Fix parsing of acc->pass. Use oauth_params_ functions instead of string
magic, fixes escaping issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r68286eb re14b47b8  
    329329int sasl_oauth2_get_refresh_token( struct im_connection *ic, const char *msg );
    330330int sasl_oauth2_refresh( struct im_connection *ic, const char *refresh_token );
    331 int sasl_oauth2_load_access_token( struct im_connection *ic );
    332331
    333332extern const struct oauth2_service oauth2_service_google;
Note: See TracChangeset for help on using the changeset viewer.