Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Оглавление

Hc_notifier_options_clean

Команда установки параметров по умолчанию для параметров службы уведомлений.

...

Блок кода
<?xml version="1.0"?>
<out
    xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="hc_notifier_options_clean.xsd">
    <result>
        <domain_options>
            <system/>
            <domain name="biysk.local">
                <success option="email"/>
                <success option="email_port"/>
                <success option="jabber_port"/>
            </domain>
        </domain_options>
    </result>
</out>

Hc_notifier_options_info

Команда просмотра информации о службе уведомлений.

...

Блок кода
<?xml version="1.0"?>
<out
    xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="hc_notifier_options_info.xsd">
    <result>
        <domain_options>
            <system>
                <options xs:type="NotifierOptionsType"/>
            </system>
            <domain name="biysk.local">
                <options xs:type="NotifierOptionsType" jid="ecss-10@jabber.eltex.loc" jabber_version="0.0" jabber_reconnect_timer="10" jabber_port="5222" jabber_password="ylperon" jabber_enable="false" jabber_buffer_limit="50" email_username="ecss10biysk@mail.ru" email_server="smtp.mail.ru" email_resend_timer="30" email_resend_count_max="5" email_protection_connection="ssl_tls" email_port="465" email_password="smptp_password" email_enable="true" email_buffer_limit="50" email="ecss10biysk@mail.ru"/>
            </domain>
        </domain_options>
    </result>
</out>

Hc_notifier_options_set

Команда настройки параметров службы уведомлений.

...