diff options
-rwxr-xr-x | scripts/xmppdaemon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index d3e767e09..c7a4fc763 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -131,7 +131,7 @@ class XMPPDaemon { function get_ofrom($pl) { $xml = $pl['raw']; - $addresses = $xml->sub('adddresses'); + $addresses = $xml->sub('addresses'); if (!$addresses) { $this->log(LOG_WARNING, 'Forwarded message without addresses'); return NULL; |