Ignore:
Timestamp:
2006-09-21T09:37:03Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5bcf70a
Parents:
dd788bb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    rdd788bb r4a0614e  
    5656int jabber_write( struct gaim_connection *gc, char *buf, int len );
    5757gboolean jabber_connected_plain( gpointer data, gint source, b_input_condition cond );
     58gboolean jabber_start_stream( struct gaim_connection *gc );
     59gboolean jabber_end_stream( struct gaim_connection *gc );
    5860
    5961struct jabber_data
Note: See TracChangeset for help on using the changeset viewer.