freebsd-ports/net-im/jabber-pymsn/files
Renato Botelho 1db33d3da7 - Add support and doc to work with jabber-1.6.0
- 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]
2007-03-14 19:47:09 +00:00
..
jabber-pymsn-transport.sh.in - Add support and doc to work with jabber-1.6.0 2007-03-14 19:47:09 +00:00
patch-src_main.py
pkg-message.in - Add support and doc to work with jabber-1.6.0 2007-03-14 19:47:09 +00:00
README.external.in - Add support and doc to work with jabber-1.6.0 2007-03-14 19:47:09 +00:00
README.jabberd2.in - Add support and doc to work with jabber-1.6.0 2007-03-14 19:47:09 +00:00
README.jabberd14.in - Add support and doc to work with jabber-1.6.0 2007-03-14 19:47:09 +00:00

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