Changeset 090f1cb for protocols/jabber/jabber.h
- Timestamp:
- 2006-10-07T13:01:02Z (18 years ago)
- Branches:
- master
- Children:
- 36e9f62
- Parents:
- 101d84f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r101d84f r090f1cb 37 37 JFLAG_WAIT_SESSION = 8, /* Set if we sent a <session> tag and need a reply before we continue. */ 38 38 JFLAG_WAIT_BIND = 16, /* ... for <bind> tag. */ 39 JFLAG_PRIVACY_BROKEN = 32, /* Or just not supported, actually. */40 39 } jabber_flags_t; 41 40 … … 61 60 char *away_message; 62 61 63 /* Updates to this one should be synchronized using jabber_privacy_update(). */64 struct xt_node *privacy_list;65 char *privacy_active;66 67 62 struct xt_node *node_cache; 68 63 }; … … 74 69 }; 75 70 76 #define DEFAULT_PRIVACY_LIST "simple_blocklist"77 78 71 /* iq.c */ 79 72 xt_status jabber_pkt_iq( struct xt_node *node, gpointer data ); … … 82 75 int jabber_add_to_roster( struct gaim_connection *gc, char *handle, char *name ); 83 76 int 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 );87 77 88 78 /* message.c */
Note: See TracChangeset
for help on using the changeset viewer.