1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net-im/jabber-pyicq/files
Renato Botelho 4dee45771f - Update 0.8b
- Change MASTER_SITES and WWW to reflect new project page
2008-01-21 18:32:54 +00:00
..
jabber-pyicq-transport.sh.in - Fix UTF8 decoding errors [1] 2008-01-15 13:11:29 +00:00
pkg-message.in - Add support and doc to work with jabber-1.6.0 2007-03-14 19:43:41 +00:00
README.external.in - Add support and doc to work with jabber-1.6.0 2007-03-14 19:43:41 +00:00
README.jabberd2.in - Add support and doc to work with jabber-1.6.0 2007-03-14 19:43:41 +00:00
README.jabberd14.in - Add support and doc to work with jabber-1.6.0 2007-03-14 19:43:41 +00:00

# 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.