Ignore:
Timestamp:
2011-07-31T20:27:30Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f988ad3
Parents:
e1c926f
Message:

OAuth code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    re1c926f rf138bd2  
    140140        if( set_getbool( &acc->set, "oauth" ) )
    141141        {
     142                jd->fd = jd->r_inpa = jd->w_inpa = -1;
     143               
    142144                /* For the first login with OAuth, we have to authenticate via the browser.
    143145                   For subsequent logins, exchange the refresh token for a valid access
     
    285287        xt_free( jd->xt );
    286288       
     289        g_free( jd->oauth2_access_token );
    287290        g_free( jd->away_message );
    288291        g_free( jd->username );
Note: See TracChangeset for help on using the changeset viewer.