xmppdaemon uses 'xml' rather than 'raw' accessor

darcs-hash:20081211183250-5ed1f-73f542de534be2931508841a2c85162e2fe15160.gz
This commit is contained in:
Evan Prodromou 2008-12-11 13:32:50 -05:00
parent 939a400fd3
commit 3c5f1a5b88
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class XMPPDaemon extends Daemon {
}
function get_ofrom($pl) {
$xml = $pl['raw'];
$xml = $pl['xml'];
$addresses = $xml->sub('addresses');
if (!$addresses) {
$this->log(LOG_WARNING, 'Forwarded message without addresses');