Ignore:
Timestamp:
2006-10-01T09:31:41Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0e2d97f
Parents:
022df46
Message:

Some initial hooks/stuff for privacy lists, and fixed a crash bug on
connecting to Google Talk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/io.c

    r022df46 r6baca2a  
    335335        if( jd->flags & JFLAG_AUTHENTICATED && ( jd->flags & ( JFLAG_WAIT_BIND | JFLAG_WAIT_SESSION ) ) == 0 )
    336336        {
    337                 if( !jabber_get_roster( gc ) )
     337                if( !jabber_get_roster( gc ) || !jabber_get_privacy( gc ) )
    338338                        return XT_ABORT;
    339339        }
Note: See TracChangeset for help on using the changeset viewer.