Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    r17a6ee9 r9bf2481  
    4141
    4242        s = set_add( &acc->set, "mail_notifications", "false", set_eval_bool, acc );
     43       
     44        s = set_add( &acc->set, "switchboard_keepalives", "false", set_eval_bool, acc );
    4345}
    4446
     
    8183        if( md )
    8284        {
    83                 /** Disabling MSN ft support for now.
    84                 while( md->filetransfers ) {
    85                         imcb_file_canceled( md->filetransfers->data, "Closing connection" );
    86                 }
    87                 */
    88                
    8985                if( md->fd >= 0 )
    9086                        closesocket( md->fd );
     
    346342        ret->send_typing = msn_send_typing;
    347343        ret->handle_cmp = g_strcasecmp;
    348         //ret->transfer_request = msn_ftp_transfer_request;
    349344
    350345        register_protocol(ret);
Note: See TracChangeset for help on using the changeset viewer.