[JDEV] Conferencing - how to set up permanent rooms

Esteban Chiner Sanz echiner at es.wanadoo.com
Wed Feb 20 11:16:09 CST 2002


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="help at conference.localhost">
      <name>Assistance Zone</name>
      <privacy/>
    </room>
    <room jid="admin at conference.localhost">
      <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: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org] En nombre de
Bradley Kieser
Enviado el: miércoles, 20 de febrero de 2002 0:55
Para: jdev at jabber.org
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
jdev at jabber.org
http://mailman.jabber.org/listinfo/jdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: README
Type: application/octet-stream
Size: 2312 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20020220/360db17a/attachment-0002.obj>


More information about the JDev mailing list