aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber-pymsn/files/README.jabberd14.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jabber-pymsn/files/README.jabberd14.in')
-rw-r--r--net-im/jabber-pymsn/files/README.jabberd14.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/net-im/jabber-pymsn/files/README.jabberd14.in b/net-im/jabber-pymsn/files/README.jabberd14.in
new file mode 100644
index 000000000000..2efcd75fa3e8
--- /dev/null
+++ b/net-im/jabber-pymsn/files/README.jabberd14.in
@@ -0,0 +1,39 @@
+# 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.