You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.5 KiB
71 lines
1.5 KiB
<?xml version="1.0"?> |
|
<wxmppd> |
|
<logging> |
|
<info> |
|
<syslog> |
|
<facility>DAEMON</facility> |
|
<loglevel>INFO</loglevel> |
|
<options>PID</options> |
|
</syslog> |
|
</info> |
|
<error> |
|
<syslog> |
|
<facility>DAEMON</facility> |
|
<loglevel>ERR</loglevel> |
|
<options>PID</loglevel> |
|
</syslog> |
|
</error> |
|
<debug /> |
|
</logging> |
|
<options> |
|
<keys-file>@sysconfdir@/wxmppd/keys.xml</keys-file> |
|
</options> |
|
<modules> |
|
<modules-dir>@libdir@/wxmppd</modules-dir> |
|
<load>mod-layer-gnutls</load> |
|
<load>mod-auth-gsasl</load> |
|
<load>mod-users-sqlite3</load> |
|
<load>mod-roster-sqlite3</load> |
|
</modules> |
|
<interface> |
|
<domain>chat.example.org</domain> |
|
<ip>127.0.0.1</ip> |
|
<port>5222</port> |
|
<logging> |
|
<!-- As error and info tags are not specified, the global options will be used for them --> |
|
<connections> |
|
<syslog> |
|
<facility>DAEMON</facility> |
|
<loglevel>INFO</loglevel> |
|
<options>PID</options> |
|
</syslog> |
|
</connections> |
|
<authentication> |
|
<file> |
|
<path>/var/log/wxmppd/auth.log</path> |
|
<rotate>1d</rotate> |
|
<options>PID</options> |
|
</syslog> |
|
</authentication> |
|
</logging> |
|
<extensions> |
|
<extension> |
|
<name>layer-tls</name> |
|
<options> |
|
<required/> |
|
<x509-key>@sysconfdir@/wxmppd/key.pem</x509-key> |
|
<x509-cert>@sysconfdir@/wxmppd/cert.pem</x509-cert> |
|
</options> |
|
</extension> |
|
<extension> |
|
<name>auth-sasl</name> |
|
<options> |
|
<required/> |
|
<mechanisms> |
|
<mechanism>PLAIN</mechanism> |
|
</mechanisms> |
|
</options> |
|
</extension> |
|
</extensions> |
|
</interface> |
|
</wxmppd>
|
|
|