- Timestamp:
- 2011-07-31T20:31:37Z (13 years ago)
- Branches:
- master
- Children:
- 911d97a
- Parents:
- f138bd2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
rf138bd2 rf988ad3 146 146 token (even though the last one maybe didn't expire yet). */ 147 147 if( strncmp( acc->pass, "refresh_token=", 14 ) != 0 ) 148 { 148 149 sasl_oauth2_init( ic ); 150 ic->flags |= OPT_SLOW_LOGIN; 151 } 149 152 else 150 153 sasl_oauth2_refresh( ic, acc->pass + 14 );
Note: See TracChangeset
for help on using the changeset viewer.