Changeset 855

Show
Ignore:
Timestamp:
02/11/09 22:50:11 (10 months ago)
Author:
ykerherve
Message:

I broke the iq bind success result by mistake when I changed
Jid handling

Files:
1 modified

Legend:

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

    r851 r855  
    685685            $DJabberd::Stats::counter{'auth_success'}++; 
    686686            my $xml = <<EOX; 
    687 <iq id='$fulljid' type='result'> 
     687<iq id='$id' type='result'> 
    688688    <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'> 
    689689        <jid>$fulljid</jid>