Ignore:
Timestamp:
2011-07-22T18:29:25Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
59c9adb4
Parents:
a010498
Message:

Nothing useful yet, this just generates an auth URL. Things to do: Ability
to process the answer. This is hard because the GTalk server will time out
very quickly which means we lose our state/scope/etc. (And the ability to
even receive the answer, at least if I'd do this the same way the Twitter
module does it.)

And then, get the access token and use it, of course. :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    ra010498 r57b4525  
    6060        s = set_add( &acc->set, "activity_timeout", "600", set_eval_int, acc );
    6161       
     62        s = set_add( &acc->set, "oauth", "false", set_eval_bool, acc );
     63
    6264        g_snprintf( str, sizeof( str ), "%d", jabber_port_list[0] );
    6365        s = set_add( &acc->set, "port", str, set_eval_int, acc );
Note: See TracChangeset for help on using the changeset viewer.