lost a couple of variables
darcs-hash:20080626203935-34904-bf73b91cc008b28a0d0d2187dfaa346784c23afd.gz
This commit is contained in:
parent
48cac45fd9
commit
5527d6b535
|
@ -93,7 +93,7 @@ function jabber_confirm_address($code, $nickname, $address) {
|
||||||
'address bar of your browser). If that user isn\'t you, ' .
|
'address bar of your browser). If that user isn\'t you, ' .
|
||||||
'or if you didn\'t request this confirmation, just ignore this message.';
|
'or if you didn\'t request this confirmation, just ignore this message.';
|
||||||
|
|
||||||
jabber_send_message($address, $body);
|
jabber_send_message($address, $body);
|
||||||
}
|
}
|
||||||
|
|
||||||
function jabber_special_presence($type, $to=NULL, $show=NULL, $status=NULL) {
|
function jabber_special_presence($type, $to=NULL, $show=NULL, $status=NULL) {
|
||||||
|
|
|
@ -111,6 +111,10 @@ class XMPPDaemon {
|
||||||
if (strlen($pl['body']) == 0) {
|
if (strlen($pl['body']) == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$from = jabber_normalize_jid($pl['from']);
|
||||||
|
$user = $this->get_user($from);
|
||||||
|
|
||||||
if (!$user) {
|
if (!$user) {
|
||||||
$this->log(LOG_WARNING, 'Message from unknown user ' . $from);
|
$this->log(LOG_WARNING, 'Message from unknown user ' . $from);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user