diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-09-21 11:37:03 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-09-21 11:37:03 +0200 |
commit | 4a0614e65b45364d4d1f631aeaae047a92c752c5 (patch) | |
tree | 5c40d52c08eaba7b26c2d9567babf4ea45770190 /protocols/jabber/jabber.h | |
parent | dd788bb0b18684be993cc7edf1f0da6f8e36449d (diff) |
Added simple parsing of incoming <presence> tags, a nice </stream:stream>
at the end of sessions, support for sending messages, and restored the old
(and leaking) xt_print(), which I'll only use for debugging.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r-- | protocols/jabber/jabber.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index 85765628..93e2baab 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -55,6 +55,8 @@ struct xt_node *jabber_make_packet( char *name, char *type, char *to, struct xt_ int jabber_write_packet( struct gaim_connection *gc, struct xt_node *node ); int jabber_write( struct gaim_connection *gc, char *buf, int len ); gboolean jabber_connected_plain( gpointer data, gint source, b_input_condition cond ); +gboolean jabber_start_stream( struct gaim_connection *gc ); +gboolean jabber_end_stream( struct gaim_connection *gc ); struct jabber_data { |