- Timestamp:
- 01/26/07 14:47:04 (3 years ago)
- Parents:
- 7cdf756ca67dbcf29abc6a767985f62a637c2e7f
- Children:
- 0da506ce9d98b7097cea151432f3eb19eab40e6d
- git-committer:
- Alejandro R. Sedeño <asedeno@mit.edu> / 2007-01-26T19:47:04Z+0000
- Files:
-
- 1 modified
-
perl/modules/jabber.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/jabber.pl
r7cdf756 rc25a20f 1383 1383 return $j->GetJID('full'); 1384 1384 } elsif($j->GetJID('base') eq baseJID($to)) { 1385 return $j ->GetJID('full');1385 return $jid->GetJID('full'); 1386 1386 } 1387 1387 }
