Changeset 995913b for protocols/jabber/jabber.h
- Timestamp:
- 2006-10-02T17:46:57Z (18 years ago)
- Branches:
- master
- Children:
- 6266fca
- Parents:
- 501b4e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r501b4e0 r995913b 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. */ 39 40 } jabber_flags_t; 40 41 … … 83 84 int jabber_get_privacy( struct gaim_connection *gc ); 84 85 int jabber_set_privacy( struct gaim_connection *gc, char *name ); 86 char *set_eval_privacy_list( set_t *set, char *value ); 85 87 86 88 /* message.c */
Note: See TracChangeset
for help on using the changeset viewer.