Ignore:
Timestamp:
2006-10-07T13:01:02Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
36e9f62
Parents:
101d84f
Message:

Never mind about those privacy lists, they're horrible and not supported
by any client I know of. Also, they're already working on a (probably
completely incompatible) standard: JEP-191. Maybe BitlBee will implement
it too some day...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r101d84f r090f1cb  
    3737        JFLAG_WAIT_SESSION = 8,         /* Set if we sent a <session> tag and need a reply before we continue. */
    3838        JFLAG_WAIT_BIND = 16,           /* ... for <bind> tag. */
    39         JFLAG_PRIVACY_BROKEN = 32,      /* Or just not supported, actually. */
    4039} jabber_flags_t;
    4140
     
    6160        char *away_message;
    6261       
    63         /* Updates to this one should be synchronized using jabber_privacy_update(). */
    64         struct xt_node *privacy_list;
    65         char *privacy_active;
    66        
    6762        struct xt_node *node_cache;
    6863};
     
    7469};
    7570
    76 #define DEFAULT_PRIVACY_LIST "simple_blocklist"
    77 
    7871/* iq.c */
    7972xt_status jabber_pkt_iq( struct xt_node *node, gpointer data );
     
    8275int jabber_add_to_roster( struct gaim_connection *gc, char *handle, char *name );
    8376int jabber_remove_from_roster( struct gaim_connection *gc, char *handle );
    84 int jabber_get_privacy( struct gaim_connection *gc );
    85 int jabber_set_privacy( struct gaim_connection *gc, char *name );
    86 char *set_eval_privacy_list( set_t *set, char *value );
    8777
    8878/* message.c */
Note: See TracChangeset for help on using the changeset viewer.