Changeset fb020ac for protocols/nogaim.h


Ignore:
Timestamp:
2010-03-07T18:43:23Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
279607e
Parents:
e08e53c (diff), c32f492 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging in mainline, including improved away/status stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    re08e53c rfb020ac  
    4949
    5050#define WEBSITE "http://www.bitlbee.org/"
    51 #define GAIM_AWAY_CUSTOM "Custom"
    5251
    5352/* Sharing flags between all kinds of things. I just hope I won't hit any
     
    219218       
    220219        /* You can tell what away states your protocol supports, so that
    221          * BitlBee will try to map the IRC away reasons to them, or use
    222          * GAIM_AWAY_CUSTOM when calling skype_set_away(). */
     220         * BitlBee will try to map the IRC away reasons to them. If your
     221         * protocol doesn't have any, just return one generic "Away". */
    223222        GList *(* away_states)(struct im_connection *ic);
    224223       
     
    316315
    317316/* Actions, or whatever. */
    318 int imc_set_away( struct im_connection *ic, char *away );
     317int imc_away_send_update( struct im_connection *ic );
    319318int imc_buddy_msg( struct im_connection *ic, char *handle, char *msg, int flags );
    320319int imc_chat_msg( struct groupchat *c, char *msg, int flags );
Note: See TracChangeset for help on using the changeset viewer.