2011-01-25 14:51:07 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<wxmppd>
|
2011-01-26 11:23:40 +00:00
|
|
|
<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>
|
2011-01-25 14:51:07 +00:00
|
|
|
<options>
|
|
|
|
<keys-file>@sysconfdir@/wxmppd/keys.xml</keys-file>
|
|
|
|
</options>
|
|
|
|
<modules>
|
2011-01-26 10:57:39 +00:00
|
|
|
<modules-dir>@libdir@/wxmppd</modules-dir>
|
2011-01-25 14:51:07 +00:00
|
|
|
<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>
|
2011-01-26 11:23:40 +00:00
|
|
|
<ip>127.0.0.1</ip>
|
2011-01-25 14:51:07 +00:00
|
|
|
<port>5222</port>
|
2011-01-26 11:23:40 +00:00
|
|
|
<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>
|
2011-01-25 14:51:07 +00:00
|
|
|
<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>
|