mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1db33d3da7
- Add support for other and external servers (it's possibly to run just the transport) - Remove MASTER_SITE_GENTOO from MASTER_SITES [1] - Bump PORTREVISION PR: ports/110195 Submitted by: Martin Matuska <martin@matuska.org>, me [1] |
||
---|---|---|
.. | ||
jabber-pymsn-transport.sh.in | ||
patch-src_main.py | ||
pkg-message.in | ||
README.external.in | ||
README.jabberd2.in | ||
README.jabberd14.in |
# PyMSN-t and jabberd14 (net-im/jabber) on FreeBSD # README by Martin Matuska <martin_at_matuska_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 'msn.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 the MSN transport 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="msn.localhost"> <accept> <ip>127.0.0.1</ip> <port>5347</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="gateway" type="msn" jid="msn.localhost" name="MSN Transport"> <ns>jabber:iq:gateway</ns> <ns>jabber:iq:register</ns> </item> ------------------------------------------------------------------------------- Be sure to restart your server after reconfiguring.