Changeset 6baca2a for protocols/jabber/jabber.h
- Timestamp:
- 2006-10-01T09:31:41Z (18 years ago)
- Branches:
- master
- Children:
- 0e2d97f
- Parents:
- 022df46
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r022df46 r6baca2a 60 60 char *away_message; 61 61 62 /* Updates to this one should be synchronized using jabber_privacy_update(). */ 63 struct xt_node *privacy_list; 64 char *privacy_active; 65 62 66 struct xt_node *node_cache; 63 67 }; … … 69 73 }; 70 74 75 #define DEFAULT_PRIVACY_LIST "simple_blocklist" 76 71 77 /* iq.c */ 72 78 xt_status jabber_pkt_iq( struct xt_node *node, gpointer data ); … … 75 81 int jabber_add_to_roster( struct gaim_connection *gc, char *handle, char *name ); 76 82 int jabber_remove_from_roster( struct gaim_connection *gc, char *handle ); 83 int jabber_get_privacy( struct gaim_connection *gc ); 84 int jabber_set_privacy( struct gaim_connection *gc, char *name ); 77 85 78 86 /* message.c */
Note: See TracChangeset
for help on using the changeset viewer.