<jcr>
  <!-- 
       This is a config file for a copy of MU-Conference, compiled against 
       the Jabber Component Runtime (JCR).
  -->

  <host>mu-conference.SERVER.COM</host>
  <ip>localhost</ip>
  <port>5350</port>
  <secret>SECRET</secret>

  <spool>/var/spool/jabber</spool>
  <logdir>/var/log/jabber/</logdir>
  <pidfile>/var/run/jabber/mu-conference.pid</pidfile>
  <loglevel>124</loglevel>

    <conference xmlns="jabber:config:conference">
      <!--
          Information from the README of Mu-Conference:

          * The <public/> tag makes all rooms default to Public when first created.
          Simply remove this tag for rooms to default to Private

          * The <history> tag specifies the maximum number of lines to be held as a room
          history.

          * The <logdir> tag specifies the direction in which log files will be stored. 
          The directory must exist, and will default to the current working directory.

          * The <defaults/> tag makes a room have defaults set up automatically, so the
          the room creator doesn't have to submit the configuration form to unlock 
          the room.

          * The <roomlock/> tag stops users from creating any new rooms. Only persistent
          rooms will be created on startup. Note: the service admin (sadmin) is 
          unaffected by this directive. This flag overrides the <defaults/> flag, if
          set.

          * The <dynamic/> tag specifies that no persistent rooms can be created. Rooms
          will exist only as long as there is at least one user in the room. Once a 
          room is empty, the room will be destroyed after approximately 5 minutes.

          * The <persistent/> tag specifies that persistent rooms will be created 
          rather than dynamic ones. This flag will override the <dynamic/> flag, if 
          set.

         * The <sadmin> tag specifies users who are considered an owner of all rooms. 
         You can specify multiple <user> tags. Each <user> tag must contain the bare
         jid of the user.
      -->
      <public/>
      <vCard>
        <FN>Chatrooms (MU-Conference)</FN>
        <DESC>This service provides support for chatrooms.</DESC>
	<URL>http://mu-conference.jabberstudio.org/</URL>
      </vCard>
      <history>40</history>
      <logdir>CHATROOM_LOGS</logdir>
      <notice>
        <join>has become available</join>
        <leave>has left</leave>
        <rename>is now known as</rename>
      </notice>
      <sadmin>
	      <user>MUC_ADMIN@SERVER.COM</user>
      </sadmin>
    </conference>
</jcr>
