Ignore:
Timestamp:
2006-10-01T09:31:41Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0e2d97f
Parents:
022df46
Message:

Some initial hooks/stuff for privacy lists, and fixed a crash bug on
connecting to Google Talk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r022df46 r6baca2a  
    6060        char *away_message;
    6161       
     62        /* Updates to this one should be synchronized using jabber_privacy_update(). */
     63        struct xt_node *privacy_list;
     64        char *privacy_active;
     65       
    6266        struct xt_node *node_cache;
    6367};
     
    6973};
    7074
     75#define DEFAULT_PRIVACY_LIST "simple_blocklist"
     76
    7177/* iq.c */
    7278xt_status jabber_pkt_iq( struct xt_node *node, gpointer data );
     
    7581int jabber_add_to_roster( struct gaim_connection *gc, char *handle, char *name );
    7682int jabber_remove_from_roster( struct gaim_connection *gc, char *handle );
     83int jabber_get_privacy( struct gaim_connection *gc );
     84int jabber_set_privacy( struct gaim_connection *gc, char *name );
    7785
    7886/* message.c */
Note: See TracChangeset for help on using the changeset viewer.