Ignore:
Timestamp:
2006-09-22T18:39:31Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d8e0484
Parents:
8d74291
Message:

Better detection of successful IQ authentication (using packet caching),
properly working SASL authentication (although only PLAIN so far).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    r8d74291 rfe7a554  
    7676        jd->server ++;
    7777       
     78        jd->node_cache = xt_new_node( "cache", NULL, NULL );
     79       
    7880        if( set_getbool( &acc->set, "ssl" ) )
    7981        {
     
    103105                closesocket( jd->fd );
    104106       
     107        if( jd->tx_len )
     108                g_free( jd->txq );
     109       
     110        xt_free_node( jd->node_cache );
    105111        xt_free( jd->xt );
    106112       
Note: See TracChangeset for help on using the changeset viewer.