2006-04-17 04:30:38 +02:00
|
|
|
===========================================================================
|
2007-12-18 01:27:34 +01:00
|
|
|
$NetBSD: MESSAGE,v 1.4 2007/12/18 00:27:34 schnoebe Exp $
|
2006-04-17 04:30:38 +02:00
|
|
|
|
|
|
|
You will need to customize the following file to get yahoo-transport
|
|
|
|
to work with jabber:
|
|
|
|
|
2007-12-18 01:27:34 +01:00
|
|
|
${PKG_SYSCONFDIR}/yahoo-transport.xml
|
2006-04-17 04:30:38 +02:00
|
|
|
|
|
|
|
Quick start for jabberd2:
|
|
|
|
|
|
|
|
Verify and update the following fields in
|
2007-12-18 01:27:34 +01:00
|
|
|
${PKG_SYSCONFDIR}/yahoo-transport.xml:
|
2006-04-17 04:30:38 +02:00
|
|
|
|
2007-12-18 01:27:34 +01:00
|
|
|
<jid></jid> -- Set to the public name of the service
|
2006-05-06 03:59:47 +02:00
|
|
|
ex: yahoo.jabber.example
|
2007-12-18 01:27:34 +01:00
|
|
|
<mainServer></mainServer>
|
|
|
|
-- Set to the IP address of the main
|
|
|
|
jabber server
|
|
|
|
<mainServerJID></mainServerJID>
|
|
|
|
-- Set to the JID of the main server
|
|
|
|
(typically, something like
|
|
|
|
jabber.domain.example.)
|
|
|
|
<secret></secret> -- should be set to the legacy components
|
2006-04-17 04:30:38 +02:00
|
|
|
shared secret in jabber2's router.xml
|
|
|
|
(look for <secret>...</secret> in
|
|
|
|
router.xml)
|
2006-05-06 03:59:47 +02:00
|
|
|
Alternatively, the password when
|
|
|
|
using SASL component authentication.
|
|
|
|
(see router-users.xml for jabber2)
|
2007-12-18 01:27:34 +01:00
|
|
|
<saslUsername></saslUsername>
|
|
|
|
-- Set to the SASL user name to be used
|
2006-05-06 04:00:33 +02:00
|
|
|
to authenticate. If not defined,
|
2006-05-06 03:59:47 +02:00
|
|
|
jabber2's legacy component
|
2007-12-18 01:27:34 +01:00
|
|
|
connection is used. If defined,
|
|
|
|
<useRouteWrap/> should also be defined.
|
2006-04-17 04:30:38 +02:00
|
|
|
|
|
|
|
===========================================================================
|