Ignore:
Timestamp:
2006-10-02T17:46:57Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6266fca
Parents:
501b4e0
Message:

Added some error handling for the (not very complete yet) privacy list code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r501b4e0 r995913b  
    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. */
    3940} jabber_flags_t;
    4041
     
    8384int jabber_get_privacy( struct gaim_connection *gc );
    8485int jabber_set_privacy( struct gaim_connection *gc, char *name );
     86char *set_eval_privacy_list( set_t *set, char *value );
    8587
    8688/* message.c */
Note: See TracChangeset for help on using the changeset viewer.