<jcr>
<!--
This is a config file for a copy of MU-Conference, compiled against
the Jabber Component Runtime (JCR). This is the same file that I use
to connect to my development server, running jabberd2 beta2
In order to connect to a jabberd v1.4 server, simply change the
<name> value to muclinker, and make sure the muclinker section is in
your main jabber.xml file, as per the MU-Conference README file.
-->
<name>conference.@HOSTNAME@</name>
<host>conference.@HOSTNAME@</host>
<ip>127.0.0.1</ip>
<port>5347</port>
<secret>@ROUTERPASSWORD@</secret>
<spool>/var/spool/conference.@HOSTNAME@</spool>
<logdir>/var/jabberd/log</logdir>
<pidfile>/var/run/mu-conference.pid</pidfile>
<!--
<logstderr/>
-->
<loglevel>124</loglevel>
<conference xmlns="jabber:config:conference">
<public/>
<vCard>
<FN>Public Chatrooms</FN>
<DESC>This service is for public chatrooms.</DESC>
<URL>http://foo.bar/</URL>
</vCard>
<history>40</history>
<logdir>/var/jabberd/muc_room_logs</logdir>
<notice>
<join>has become available</join>
<leave>has left</leave>
<rename>is now known as</rename>
</notice>
<sadmin>
<user>presence@@HOSTNAME@</user>
</sadmin>
</conference>
</jcr>