[jadmin] Conference setup docs

Wilfried Maschtera wilfried.maschtera at maschtera.at
Sat Nov 11 12:25:18 CST 2006


Is it equivalent to jabber2 and mu-conference? 

Kind regards, Wilfried MAschtera

On Fri, Nov 10, 2006 at 06:01:55PM -0500, Robert Fitzpatrick wrote:
> 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
> 
> _______________________________________________
> JAdmin mailing list
> JAdmin at jabber.org
> http://mail.jabber.org/mailman/listinfo/jadmin
> FAQ: http://www.jabber.org/about/jadminfaq.shtml
> _______________________________________________



More information about the JAdmin mailing list