//
// Jabber Configuration
//
$sys_use_jabber={sys_use_jabber};
//messages from the system will be sent to this address
$sys_jabber_server='{jabber_host}';
$sys_jabber_port='5222';
// messages sent to jabber accounts will come from this user
// It is similar to the "From: noreply@gforge.org" used in emails
$sys_jabber_user='noreply';
if (!isset($sys_jabber_pass)) {
   $sys_jabber_pass='';
}

