Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    rbb839e8 rc6ca3ee  
    2424*/
    2525
    26 #ifndef _MSN_H
    27 #define _MSN_H
    28 
    2926/* Some hackish magicstrings to make special-purpose messages/switchboards.
    3027 */
    3128#define TYPING_NOTIFICATION_MESSAGE "\r\r\rBEWARE, ME R TYPINK MESSAGE!!!!\r\r\r"
    3229#define GROUPCHAT_SWITCHBOARD_MESSAGE "\r\r\rME WANT TALK TO MANY PEOPLE\r\r\r"
    33 #define SB_KEEPALIVE_MESSAGE "\r\r\rDONT HANG UP ON ME!\r\r\r"
    3430
    3531#ifdef DEBUG_MSN
     
    5450                           "TypingUser: %s\r\n" \
    5551                           "\r\n\r\n"
    56 
    57 #define SB_KEEPALIVE_HEADERS "MIME-Version: 1.0\r\n" \
    58                              "Content-Type: text/x-ping\r\n" \
    59                              "\r\n\r\n"
    6052
    6153#define PROFILE_URL "http://members.msn.com/"
     
    8880        gint inp;
    8981        struct msn_handler_data *handler;
    90         gint keepalive;
    9182       
    9283        int trId;
     
    10394struct msn_away_state
    10495{
     96        int number;
    10597        char code[4];
    10698        char name[16];
     
    184176void msn_sb_destroy( struct msn_switchboard *sb );
    185177gboolean msn_sb_connected( gpointer data, gint source, b_input_condition cond );
    186 int msn_sb_write_msg( struct im_connection *ic, struct msn_message *m );
    187 void msn_sb_start_keepalives( struct msn_switchboard *sb, gboolean initial );
    188 void msn_sb_stop_keepalives( struct msn_switchboard *sb );
    189 
    190 #endif //_MSN_H
Note: See TracChangeset for help on using the changeset viewer.