= $this->formCheckbox('jabber', t('Send notifications to Jabber'), 1, isset($values['jabber']) && $values['jabber'] == 1) ?>
= $this->formLabel(t('XMPP server address'), 'jabber_server') ?>
= $this->formText('jabber_server', $values, $errors, array('placeholder="tcp://myserver:5222"')) ?>
= t('The server address must use this format: "tcp://hostname:5222"') ?>
= $this->formLabel(t('Jabber domain'), 'jabber_domain') ?>
= $this->formText('jabber_domain', $values, $errors, array('placeholder="example.com"')) ?>
= $this->formLabel(t('Username'), 'jabber_username') ?>
= $this->formText('jabber_username', $values, $errors) ?>
= $this->formLabel(t('Password'), 'jabber_password') ?>
= $this->formPassword('jabber_password', $values, $errors) ?>
= $this->formLabel(t('Jabber nickname'), 'jabber_nickname') ?>
= $this->formText('jabber_nickname', $values, $errors) ?>
= $this->formLabel(t('Multi-user chat room'), 'jabber_room') ?>
= $this->formText('jabber_room', $values, $errors, array('placeholder="myroom@conference.example.com"')) ?>
= t('Help on Jabber integration') ?>
= $this->formCheckbox('hipchat', t('Send notifications to Hipchat'), 1, isset($values['hipchat']) && $values['hipchat'] == 1) ?>
= $this->formLabel(t('API URL'), 'hipchat_api_url') ?>
= $this->formText('hipchat_api_url', $values, $errors) ?>
= $this->formLabel(t('Room API ID or name'), 'hipchat_room_id') ?>
= $this->formText('hipchat_room_id', $values, $errors) ?>
= $this->formLabel(t('Room notification token'), 'hipchat_room_token') ?>
= $this->formText('hipchat_room_token', $values, $errors) ?>
= t('Help on Hipchat integration') ?>
= $this->formCheckbox('slack', t('Send notifications to a Slack channel'), 1, isset($values['slack']) && $values['slack'] == 1) ?>
= $this->formLabel(t('Webhook URL'), 'slack_webhook_url') ?>
= $this->formText('slack_webhook_url', $values, $errors) ?>
= t('Help on Slack integration') ?>