Ignore:
Timestamp:
2010-08-12T22:13:26Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
be7a180
Parents:
7f34ce2
Message:

Successful login (including contact list sync). \o/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r7f34ce2 rca7de3a  
    8989        int groupcount;
    9090        char **grouplist;
     91        GTree *domaintree;
    9192};
    9293
     
    153154typedef enum
    154155{
    155         MSN_BUDDY_FL = 1,
     156        MSN_BUDDY_FL = 1,   /* Warning: FL,AL,BL *must* be 1,2,4. */
    156157        MSN_BUDDY_AL = 2,
    157158        MSN_BUDDY_BL = 4,
     
    187188gboolean msn_ns_connected( gpointer data, gint source, b_input_condition cond );
    188189void msn_auth_got_passport_token( struct im_connection *ic, char *token );
     190void msn_auth_got_contact_list( struct im_connection *ic );
    189191
    190192/* msn_util.c */
     
    201203gboolean msn_set_display_name( struct im_connection *ic, const char *rawname );
    202204char *msn_p11_challenge( char *challenge );
     205gint msn_domaintree_cmp( gconstpointer a_, gconstpointer b_ );
    203206
    204207/* tables.c */
Note: See TracChangeset for help on using the changeset viewer.