Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rd88c92a r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
     
    1616 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
    1717 *                          (and possibly other members of the Gaim team)
    18  * Copyright 2002-2007 Wilmer van der Gaast <wilmer@gaast.net>
     18 * Copyright 2002-2012 Wilmer van der Gaast <wilmer@gaast.net>
    1919 */
    2020
     
    6868#define OPT_THINKING    0x00000200 /* about these values... Stupid me! */
    6969#define OPT_NOOTR       0x00001000 /* protocol not suitable for OTR */
     70#define OPT_PONGS       0x00010000 /* Service sends us keep-alives */
     71#define OPT_PONGED      0x00020000 /* Received a keep-alive during last interval */
    7072
    7173/* ok. now the fun begins. first we create a connection structure */
     
    8890        int permdeny;
    8991       
    90         char displayname[128];
    9192        char *away;
    92        
    93         int evil;
    9493       
    9594        /* BitlBee */
     
    127126        char show[BUDDY_ALIAS_MAXLEN];
    128127        int present;
    129         int evil;
    130128        time_t signon;
    131129        time_t idle;
     
    198196        void (* rem_permit)     (struct im_connection *, char *who);
    199197        void (* rem_deny)       (struct im_connection *, char *who);
    200         /* Doesn't actually have UI hooks. */
     198        /* Doesn't actually have UI hooks. Not used at all, can be removed. */
    201199        void (* set_permit_deny)(struct im_connection *);
    202200       
Note: See TracChangeset for help on using the changeset viewer.