From 706dc53d40bd940e5b75b254b9c96fd846d26daa Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 30 Aug 2008 01:21:43 -0400 Subject: strtolower jids for comparison darcs-hash:20080830052143-84dde-81ba3f1e687605d23e9bdc2c3672ac7ae36f9b60.gz --- scripts/xmppqueuehandler.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/xmppqueuehandler.php') diff --git a/scripts/xmppqueuehandler.php b/scripts/xmppqueuehandler.php index a82f5b944..489ae7e7c 100755 --- a/scripts/xmppqueuehandler.php +++ b/scripts/xmppqueuehandler.php @@ -61,6 +61,9 @@ class XmppQueueHandler extends QueueHandler { } function forward_message(&$pl) { + if ($pl['type'] != 'chat') { + return; + } $listener = $this->listener(); $this->log(LOG_INFO, 'Forwarding message from ' . $pl['from'] . ' to ' . $listener); $this->conn->message($this->listener(), $pl['body'], 'chat', NULL, $this->ofrom($pl['from'])); -- cgit v1.2.3-54-g00ecf