Changeset f988ad3 for protocols/jabber


Ignore:
Timestamp:
2011-07-31T20:31:37Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
911d97a
Parents:
f138bd2
Message:

Don't timeout Jabber connections on OAuth initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    rf138bd2 rf988ad3  
    146146                   token (even though the last one maybe didn't expire yet). */
    147147                if( strncmp( acc->pass, "refresh_token=", 14 ) != 0 )
     148                {
    148149                        sasl_oauth2_init( ic );
     150                        ic->flags |= OPT_SLOW_LOGIN;
     151                }
    149152                else
    150153                        sasl_oauth2_refresh( ic, acc->pass + 14 );
Note: See TracChangeset for help on using the changeset viewer.