<jabber>

  <service id="muclinker">
    <uplink/>
    <connect>
      <ip>127.0.0.1</ip>
      <port>31518</port>
      <secret>secret</secret>
    </connect>
  </service>

  <service id="chat.localhost">
    <load>
		<conference>lib/mu-conference.so</conference>
    </load>
    <conference xmlns="jabber:config:conference">
      <public/>
      <vCard>
        <FN>Public Chatrooms</FN>
        <DESC>This service is for public chatrooms.</DESC>
        <URL>http://chat.localhost/</URL>
      </vCard>
      <history>20</history>
      <logdir>log/muc/</logdir>
      <sadmin>
        <user>chat-admin@dev.localhost</user>
      </sadmin>
      <notice>
        <join>has become available</join>
        <leave>has left</leave>
        <rename>is now known as</rename>
      </notice>
    </conference>
  </service>  

  <pidfile>run/muc.pid</pidfile>

</jabber> 

