mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7f67e4ff8f
- Add support for other and external servers (it's possibly to run just the transport) - Add support for MySQL storage (include db-setup.mysql on EXAMPLESDIR) - Bump PORTREVISION PR: ports/110194 Submitted by: Martin Matuska <martin@matuska.org> |
||
---|---|---|
.. | ||
jabber-pyicq-transport.sh.in | ||
patch-src_main.py | ||
pkg-message.in | ||
README.external.in | ||
README.jabberd2.in | ||
README.jabberd14.in |
# PyICQ-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 'icq.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 ICQ 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="icq.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="icq" jid="icq.localhost" name="ICQ Transport"> <ns>jabber:iq:gateway</ns> <ns>jabber:iq:register</ns> </item> ------------------------------------------------------------------------------- Be sure to restart your server after reconfiguring.