ports/net-im/mu-conference/files/README.FreeBSD.jabberd14.in
Martin Matuska b63f6341b6 - Update to 0.7
- Added installation help and pre-configuration for use with jabber daemons
- Updated startup file (variables, pidfile) and configfile
- Reorganized port documentation
- Added MySQL support
- Honours CFLAGS
- Maintainer changed to mm@FreeBSD.org

PR:		ports/114901
Submitted by:	mm
Approved by:	maintainer, garga (mentor)
2007-07-26 11:31:26 +00:00

38 lines
1.5 KiB
Text

# MU-Conference and jabberd14 (net-im/jabber) on FreeBSD
# README by Martin Matuska <mm_at_FreeBSD_dot_org>
The sample configuration file for jabberd14 may be located in:
%%TARGETDIR%%/etc/jabber.xml.sample
Please make all necessary changes to your configuration file which may be:
%%TARGETDIR%%/etc/jabber.xml
NOTE: if you want this service to be accessible from other servers,
change any 'conference.localhost' listed below to a fully qualified
domain name! Please make sure that your directives are _NOT_ in an XML
comment: there are many multi-line comments.
To activate MU-Conference for your Jabber server,
add the following to your configuration file and adjust to your settings
(around line 921 in the sample configuration file):
-------------------------------------------------------------------------------
<service id="conference.localhost">
<accept>
<ip>127.0.0.1</ip>
<port>7009</port>
<secret>password</secret>
</accept>
</service>
-------------------------------------------------------------------------------
Add this section to the browse area of the jsm to advertise it to
your users (around line 382 of the sample config):
-------------------------------------------------------------------------------
<item category="conference" type="public" jid="conference.localhost" name="Public Conferencing">
<ns>jabber:iq:conference</ns>
</item>
-------------------------------------------------------------------------------
Be sure to restart your server after reconfiguring.