Show
Ignore:
Timestamp:
04/08/06 23:16:41 (4 years ago)
Author:
bradfitz
Message:

this fixes iChat and probably Psi as well

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/DJabberd/IQ.pm

    r54 r64  
    3535sub signature { 
    3636    my $iq = shift; 
    37     my $fc = $iq->first_child; 
     37    my $fc = $iq->first_element; 
    3838    # FIXME: should signature ever get called on a bogus IQ packet? 
    3939    return $iq->type . "-" . ($fc ? $fc->element : "(BOGUS)");