Take a look at the README file enclosed in the Conference module.
You have to create public conference rooms. This way:

<service id='conference.localhost'>
  <load><conference>./conference/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://foo.bar/</URL>
    </vCard>
    <history>20</history>
    <notice>
      <join> has become available</join>
      <leave> has left</leave>
      <rename> is now known as </rename>
    </notice>
    <room jid="[EMAIL PROTECTED]">
      <name>Assistance Zone</name>
      <privacy/>
    </room>
    <room jid="[EMAIL PROTECTED]">
      <name>Adminz only</name>
      <secret>con0r</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>

Add this section to the browse area of the jsm service to advertise it
to your users:

    <conference type="public" jid="conference.localhost" name="Public
Chatrooms"/>

I have attached the README file just in case you don't have it.

        Esteban

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Esteban Chiner Sanz
  Redes y Sistemas / Portal - AASSII
  Tel: +34 96 5040000 Ext. 44717
  Wanadoo Espa�a - http://www.wanadoo.es
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 


-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] En nombre de
Bradley Kieser
Enviado el: mi�rcoles, 20 de febrero de 2002 0:55
Para: [EMAIL PROTECTED]
Asunto: [JDEV] Conferencing - how to set up permanent rooms


Is it possible yet to have permanent group chat rooms ("lounges") set up

on a conference server rather than users having to create these rooms if

they are first on the server?

If it is, how do I do it and can I make the rooms limited to certain IDs

only?

Thanks!

Brad

_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Attachment: README
Description: Binary data

Reply via email to