Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    r509cf60 r9b0ad7e  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2012 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2010 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
     
    2929#include "soap.h"
    3030#include <ctype.h>
     31
     32int msn_logged_in( struct im_connection *ic )
     33{
     34        imcb_connected( ic );
     35       
     36        return( 0 );
     37}
    3138
    3239static char *adlrml_entry( const char *handle_, msn_buddy_flags_t list )
     
    530537        return msn_ns_write( ic, -1, "PRP %d MFN %s\r\n", ++md->trId, fn );
    531538}
    532 
    533 const char *msn_normalize_handle( const char *handle )
    534 {
    535         if( strncmp( handle, "1:", 2 ) == 0 )
    536                 return handle + 2;
    537         else
    538                 return handle;
    539 }
Note: See TracChangeset for help on using the changeset viewer.