Changeset 8d74291 for protocols/jabber/jabber.h
- Timestamp:
- 2006-09-22T16:56:58Z (18 years ago)
- Branches:
- master
- Children:
- fe7a554
- Parents:
- 5997488
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r5997488 r8d74291 35 35 JFLAG_AUTHENTICATED = 2, /* Set when we're successfully authenticatd. */ 36 36 JFLAG_STREAM_RESTART = 4, /* Set when we want to restart the stream (after SASL or TLS). */ 37 JFLAG_SUPPORTS_TLS = 8, /* Set when there's <starttls/> in <stream:features>. */38 37 } jabber_flags_t; 39 38 40 39 /* iq.c */ 41 40 xt_status jabber_pkt_iq( struct xt_node *node, gpointer data ); 42 int jabber_start_ auth( struct gaim_connection *gc );41 int jabber_start_iq_auth( struct gaim_connection *gc ); 43 42 int jabber_get_roster( struct gaim_connection *gc ); 44 43 … … 66 65 xt_status sasl_pkt_challenge( struct xt_node *node, gpointer data ); 67 66 xt_status sasl_pkt_result( struct xt_node *node, gpointer data ); 67 gboolean sasl_supported( struct gaim_connection *gc ); 68 68 69 69 struct jabber_data
Note: See TracChangeset
for help on using the changeset viewer.