[JDEV] MSN transport config?
Lars Petersen
lp at coder.dk
Mon Feb 12 06:28:19 CST 2001
I'm having trouble running the (latest) MSN transport,
when I start it with -c msntrans.xml it says:
Configuration parsing using /home/jabber/new/jabber2/msntrans.xml failed
I've tried a lot, and now the msntrans.xml looks like so:
<jabber>
<service id="msnlinker">
<uplink/>
<connect>
<ip>127.0.0.1</ip>
<port>1235</port>
<secret>test</secret>
</connect>
</service>
<service id="msn.localhost">
<msntrans xmlns="jabber:config:msntrans">
<instructions>Enter your MSN Messenger account and password. Example:
user1 at hotmail.com. Nickname is optional.</instructions>
</msntrans>
<load>
<msntrans>./msn-transport/msntrans.so</msntrans>
</load>
</service>
</jabber>
In jabber.xml I've put:
<service type="msn" jid="msn.localhost" name="MSN Transport">
<ns>jabber:iq:gateway</ns>
<ns>jabber:iq:register</ns>
</service>
and:
<service id="msnlinker">
<host>msn.localhost</host>
<accept>
<ip>127.0.0.1</ip>
<port>1235</port>
<secret>test</secret>
</accept>
</service>
I don't see why it isn't working, I hope you can help me out.
=) Lars
More information about the JDev
mailing list