[JDEV] how configurate msn-trans?

Brazell, Bill bill.brazell at attws.com
Tue Jan 30 08:49:27 CST 2001


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">

Here are the additions to the jabber.xml that I used:

Browse Section

<service type="msn" jid="msn.hostname" name="MSN Transport">
  <ns>jabber:iq:gateway</ns>
  <ns>jabber:iq:register</ns>
</service>

Additional Services Section

<service id="msn.domain">
  <load><msntrans>./jabber2/msn-transport/msntrans.so</msntrans></load>
  <msntrans xmlns="jabber:msntrans:config">
    <instructions>Enter your MSN Messenger account and password. Example:
user1 at hotmail.com.</instructions>
  </msntrans>
</service>

Perhaps Schuyler can explain what these other entries do:

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

_____

<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/> -->

_____

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

_____


  <service id="msnlinker">
    <host>msn.mydomain</host>
    <accept>
      <ip>127.0.0.1</ip>
      <port>1234</port>
      <secret>test</secret>
    </accept>
  </service>

_____

I can guess what some of them do, but it doesn't appear that they are
mandatory.  Looks like Schuyler already has rewriting the README file on his
TODO list.  I'm sure he'll come through for us.

Thanks,

Bill Brazell

-----Original Message-----
From: Jonathan McDowell [mailto:noodles at earth.li]
Sent: Tuesday, January 30, 2001 2:32 AM
To: jdev at jabber.org
Subject: Re: [JDEV] how configurate msn-trans?


On Tue, Jan 30, 2001 at 04:45:03PM +0900, Kim, Yoong-Young wrote:
> Now. I want to using msn-transport with Jabber 1.2pre2,
> 
> I don't know how to configure msn-transport(CVS version).
 
I'd this problem too. Go to:

http://download.jabber.org/cvs/msn-transport/

and read the bottom of the page under the directory listing. Worked for
me.

J.

-- 
              RAM disk is *not* an installation procedure.
      Ask me about server collocation - info at blackcatnetworks.co.uk

_______________________________________________
jdev mailing list
jdev at jabber.org
http://mailman.jabber.org/listinfo/jdev




More information about the JDev mailing list