Ignore:
Timestamp:
2006-10-21T20:48:44Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4b0d805
Parents:
3b3cd693
Message:

Proper detections of errors from *_connect() and added a "Connecting"
message in jabber_login().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/io.c

    r3b3cd693 r35f6677  
    102102                st = write( jd->fd, jd->txq, jd->tx_len );
    103103       
    104 //      if( st > 0 ) write( 1, jd->txq, st );
    105        
    106104        if( st == jd->tx_len )
    107105        {
     
    156154        else
    157155                st = read( jd->fd, buf, sizeof( buf ) );
    158        
    159 //      if( st > 0 ) write( 1, buf, st );
    160156       
    161157        if( st > 0 )
Note: See TracChangeset for help on using the changeset viewer.