Ignore:
Timestamp:
2006-09-21T19:48:17Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5997488
Parents:
5bcf70a
Message:

Implemented set_away() (VERY simple version, have to add an away state
table like in the MSN module), added sending of keepalive "packets" and
removed old main() code (for testing only) from jabber.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r5bcf70a rdeff040  
    4646xt_status jabber_pkt_presence( struct xt_node *node, gpointer data );
    4747int presence_announce( struct gaim_connection *gc );
     48int presence_send( struct gaim_connection *gc, char *to, char *show, char *status );
    4849
    4950/* jabber_util.c */
Note: See TracChangeset for help on using the changeset viewer.