diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-21 16:33:11 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-21 16:33:11 -0800 |
commit | c9c7bb3234f8ede65c328ecf9f713b189a81faad (patch) | |
tree | 5834925a7ad38aad43af252f949cfd836fad9c4d /scripts/xmppdaemon.php | |
parent | dcba61332223cfc875b355f6a5f4d2e574dd55b2 (diff) | |
parent | 4b0f953ccf7435d6ebe4a674953f62af36cc978b (diff) |
Merge commit 'origin/testing' into 0.9.x
Diffstat (limited to 'scripts/xmppdaemon.php')
-rwxr-xr-x | scripts/xmppdaemon.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index cef9c4bd0..0c118c53d 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -148,6 +148,7 @@ class XMPPDaemon extends Daemon function handle_message(&$pl) { + $this->log(LOG_DEBUG, "Received message: " . str_replace("\n", " ", var_export($pl, true))); $from = jabber_normalize_jid($pl['from']); if ($pl['type'] != 'chat') { |