[jadmin] Conference setup docs

Robert Fitzpatrick lists at webtent.net
Fri Nov 10 17:01:55 CST 2006


I am brand new to Jabberd. In response to customer requests for a
private IM server, I have it setup here on a FreeBSD 6.1 server out of
the ports system, up and running, very easy!

However, I want to explore the conferencing feature. Installed the
jabber-conference port in BSD and read the instructions printed at the
end of the that install. I copied and pasted the suggested setup for a
public room, but not sure I have it in the right place. The server
starts fine and I can search room list with my Gaim client, but it
doesn't find any rooms. Went looking for some docs, but can't seem to
find anything covering conference setup :(  Can someone point me in the
right place, if any?

Here is what I have now in jabber.xml, I have tried the service section
in different areas of the file, but now have all just before the end of
the browse section (</browse>)...thanks for any help in advance!

...
    <conference type="public" jid="conference.host.domain.tld" name="Public Chatrooms"/>
  <service id='conference.host.domain.tld'>
    <load><conference>/usr/local/lib/jabber/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://domain.tld/</URL>
      </vCard>
      <history>20</history>
      <notice>
        <join> has become available</join>
        <leave> has left</leave>
        <rename> is now known as </rename>
      </notice>
      <room jid="help at conference.host.domain.tld">
        <name>Assistance Zone</name>
        <privacy/>
      </room>
      <room jid="admin at conference.host.domain.tld">
        <name>Admin only</name>
        <secret>test</secret>
        <notice>
          <join> just rocks!</join>
          <leave> gets lost</leave>
          <rename> feels it is more important to be known as </rename>
        </notice>
      </room>
    </conference>
  </service>


      </browse>

-- 
Robert




More information about the JAdmin mailing list