]> CyberLeo.Net >> Repos - CDN/cdn-ports-overlay.git/blob - cdn/ports/net-im/mu-conference/files/README.FreeBSD.jabberd14.in
net/tinyfugue-unicode: Fix build errors
[CDN/cdn-ports-overlay.git] / cdn / ports / net-im / mu-conference / files / README.FreeBSD.jabberd14.in
1 # MU-Conference and jabberd14 (net-im/jabber) on FreeBSD
2 # README by Martin Matuska <mm_at_FreeBSD_dot_org>
3
4 The sample configuration file for jabberd14 may be located in:
5 %%TARGETDIR%%/etc/jabber.xml.sample
6
7 Please make all necessary changes to your configuration file which may be:
8 %%TARGETDIR%%/etc/jabber.xml
9
10 NOTE: if you want this service to be accessible from other servers,
11  change any 'conference.localhost' listed below to a fully qualified 
12  domain name! Please make sure that your directives are _NOT_ in an XML 
13  comment: there are many multi-line comments. 
14
15 To activate MU-Conference for your Jabber server, 
16 add the following to your configuration file and adjust to your settings
17 (around line 921 in the sample configuration file):
18 -------------------------------------------------------------------------------
19
20   <service id="conference.localhost">
21     <accept>
22       <ip>127.0.0.1</ip>
23       <port>7009</port>
24       <secret>password</secret>
25     </accept>
26   </service>
27
28 -------------------------------------------------------------------------------
29 Add this section to the browse area of the jsm to advertise it to
30 your users (around line 382 of the sample config):
31 -------------------------------------------------------------------------------
32
33         <item category="conference" type="public" jid="conference.localhost" name="Public Conferencing">
34           <ns>jabber:iq:conference</ns>
35         </item>
36
37 -------------------------------------------------------------------------------
38 Be sure to restart your server after reconfiguring.