summaryrefslogtreecommitdiff
path: root/scripts/xmppdaemon.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-11 13:32:50 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-11 13:32:50 -0500
commit3c5f1a5b887b1158b44959f4f97003ebd1615daa (patch)
tree8ddd127bca60b5e1d3cb3e4e0fba066ead3b66bc /scripts/xmppdaemon.php
parent939a400fd3dc43216a7c43bcfb66fb18fb557279 (diff)
xmppdaemon uses 'xml' rather than 'raw' accessor
darcs-hash:20081211183250-5ed1f-73f542de534be2931508841a2c85162e2fe15160.gz
Diffstat (limited to 'scripts/xmppdaemon.php')
-rwxr-xr-xscripts/xmppdaemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php
index e55b9e3e9..f460ec6e1 100755
--- a/scripts/xmppdaemon.php
+++ b/scripts/xmppdaemon.php
@@ -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');