# PyICQ-t and jabberd14 (net-im/jabber) on FreeBSD # README by Martin Matuska 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): ------------------------------------------------------------------------------- 127.0.0.1 5347 password ------------------------------------------------------------------------------- Add this section to the browse area of the jsm to advertise it to your users (around line 382 of the sample config): ------------------------------------------------------------------------------- jabber:iq:gateway jabber:iq:register ------------------------------------------------------------------------------- Be sure to restart your server after reconfiguring.