Show
Ignore:
Timestamp:
01/26/07 14:47:04 (3 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Parents:
7cdf756ca67dbcf29abc6a767985f62a637c2e7f
Children:
0da506ce9d98b7097cea151432f3eb19eab40e6d
git-committer:
Alejandro R. Sedeño <asedeno@mit.edu> / 2007-01-26T19:47:04Z+0000
Message:
Fixing a typo. This was keeping us from replying to full jids of
people in the roster, since it was taking the full jid from the roster
entry instead of the argument.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • perl/modules/jabber.pl

    r7cdf756 rc25a20f  
    13831383            return $j->GetJID('full'); 
    13841384        } elsif($j->GetJID('base') eq baseJID($to)) { 
    1385             return $j->GetJID('full'); 
     1385            return $jid->GetJID('full'); 
    13861386        } 
    13871387    }