xmppdaemon uses 'xml' rather than 'raw' accessor
darcs-hash:20081211183250-5ed1f-73f542de534be2931508841a2c85162e2fe15160.gz
This commit is contained in:
parent
939a400fd3
commit
3c5f1a5b88
|
@ -161,7 +161,7 @@ class XMPPDaemon extends Daemon {
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_ofrom($pl) {
|
function get_ofrom($pl) {
|
||||||
$xml = $pl['raw'];
|
$xml = $pl['xml'];
|
||||||
$addresses = $xml->sub('addresses');
|
$addresses = $xml->sub('addresses');
|
||||||
if (!$addresses) {
|
if (!$addresses) {
|
||||||
$this->log(LOG_WARNING, 'Forwarded message without addresses');
|
$this->log(LOG_WARNING, 'Forwarded message without addresses');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user