[JDEV] how configurate msn-trans?

Schuyler Heath sheath at jabber.org
Tue Jan 30 07:55:18 CST 2001


Hello,

On Tue, Jan 30, 2001 at 06:49:27AM -0800, Brazell, Bill wrote:
> It looks like there is a typo in the README file under /cvs/msn-transport.
> The line that reads:
> 
> <msntrans xmlns="jabber:config:msntrans">
> 
> should read:
> 
> <msntrans xmlns="jabber:msntrans:config">

Actually, I recently changed it to "jabber:config:msntrans" to be
consistent with the other jabberd config namespaces.

I just updated the README so it isn't quite as vague.

This connects the MSN Transport jabberd process to the
JSM jabberd process.  The <uplink/> tag is similar to an
empty <host/> tag, except that it will match packets of *any*
type (log, xdb, or normal), while a <host/> will only match
normal packets.

> <service id="msnlinker">
>     <uplink/>
>     <connect>
>       <ip>127.0.0.1</ip>
>       <port>1234</port>
>       <secret>test</secret>
>     </connect>
>   </service>

Yes, the below config tags are all optional.  The README now
contains a brief description of their meaning.

> <vCard>
>         <FN>MSN Transport</FN>
>         <DESC>This is MSN Transport</DESC>
>         <URL>http://foo.bar/</URL>
>       </vCard>
> 
>       <!-- <prime>501</prime> -->
>       <!-- <server-ip>64.4.13.57</server-ip/> -->
> 

This is only required if you want xdb and log packets to be
handled by the MSN Transport jabberd process.  Otherwise
they will be delivered to the other jabberd.

> <log id="msn_log">
>     <file>./msnlog</file>
>   </log>
> 
>   <xdb id="xdb">
>     <host>msn.mydomain</host>
>     <load><xdb_file>./xdb_file/xdb_file.so</xdb_file></load>
>     <xdb_file
> xmlns="jabber:config:xdb_file"><spool>/home/sheath/jabber/jabber2/spool</spo
> ol></xdb_file>
>   </xdb>

Schuyler




More information about the JDev mailing list