Changeset f138bd2 for protocols/jabber/jabber.c
- Timestamp:
- 2011-07-31T20:27:30Z (13 years ago)
- Branches:
- master
- Children:
- f988ad3
- Parents:
- e1c926f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
re1c926f rf138bd2 140 140 if( set_getbool( &acc->set, "oauth" ) ) 141 141 { 142 jd->fd = jd->r_inpa = jd->w_inpa = -1; 143 142 144 /* For the first login with OAuth, we have to authenticate via the browser. 143 145 For subsequent logins, exchange the refresh token for a valid access … … 285 287 xt_free( jd->xt ); 286 288 289 g_free( jd->oauth2_access_token ); 287 290 g_free( jd->away_message ); 288 291 g_free( jd->username );
Note: See TracChangeset
for help on using the changeset viewer.