I had this problem last week. It turns out that the meaning of one of
the lines in the config file has changed slightly.
The part I had to change is below.
<!-- The public IP or DNS name of the machine the transport is running on -->
<!-- This is needed for file transfer!! This is also used as the IP
address for
outgoing connections -->
<host>127.0.0.1</host>
My server is behind a NAT firewall and I had the Host set to my public
IP address. After the upgrade I had to change it to my internal
RFC1918 address (192.168.x.x.)
> >
>
Hope that helps.
--
Kelly Hays
XMPP:kelly...@jkhfamily.org
If you look at the comment above the <host>127.0.0.1</host> line you
can see the following sentence has been added: "This is also used as
the IP address for outgoing connections"
If you don't change that address then the transport will try to talk
to the MSN servers using the loopback address (127.0.0.1) which is not
possible.