ejabberd - Comments for "pyMSNt Failed to connect to MSN servers" https://www.ejabberd.im/node/3081 en same here, any ideas? thx and https://www.ejabberd.im/node/3081#comment-53668 <p>same here, any ideas?</p> <p>thx and greets<br /> weasel</p> Fri, 17 Oct 2008 11:51:08 +0000 gewuerzwiesel comment 53668 at https://www.ejabberd.im still no success https://www.ejabberd.im/node/3081#comment-53642 <p>5248 is in ejabber.cfg<br /> 1863 is in src/legacy/msn/msn.py</p> <p>What should be the ports in the above files for MSN ?<br /> Any other possibility?<br /> The error remains: Failed to connect to MSN servers: [Failure instance: Traceback: exceptions.Exception, Timeout ]</p> Thu, 09 Oct 2008 07:32:48 +0000 ashish comment 53642 at https://www.ejabberd.im no, via 5248 aim gateway https://www.ejabberd.im/node/3081#comment-53497 <p>no, via 5248 aim gateway connect to ejabberd, via 1863 aim gateway connect to aim network</p> Mon, 18 Aug 2008 20:26:44 +0000 evadim comment 53497 at https://www.ejabberd.im Changes done https://www.ejabberd.im/node/3081#comment-53495 <p>src/legacy/msn/msn.py : remove CVR0 on line 113.</p> <p>This is how the files look now:<br /> MSN_PROTOCOL_VERSION = "MSNP11" # protocol version<br /> MSN_PORT = 1863 # default dispatch server port<br /> MSN_MAX_MESSAGE = 1664 # max message length<br /> MSN_CVR_STR = "0x040c winnt 5.1 i386 MSNMSGR 7.0.0777 msmsgs"<br /> MSN_AVATAR_GUID = "{A4268EEC-FEC5-49E5-95C3-F126696BDBF6}"<br /> MSN_MSNFTP_GUID = "{5D3E02AB-6190-11D3-BBBB-00C04F795683}"<br /> MSN_MAXINT = 2**31 - 1</p> <p>What is the significance of the MSN_PORT = 1863, is it related to the port in configuration file "ejabber.cfg" (MSN Port = 5248)?</p> Mon, 18 Aug 2008 13:29:22 +0000 ashish comment 53495 at https://www.ejabberd.im same error https://www.ejabberd.im/node/3081#comment-53493 <p>Is there any other possibility? I tried that but still the same error. Do you need any other info which might be causing this ?</p> Mon, 18 Aug 2008 04:54:21 +0000 ashish comment 53493 at https://www.ejabberd.im hmm... https://www.ejabberd.im/node/3081#comment-53479 <p>looks like PyMSN-transport error<br /> PyMSNt - problem with CVR0 in version string<br /> <noindex><a href="http://groups.google.com/group/py-transports/browse_thread/thread/8e3583a86a4bb053?hl=en" title="http://groups.google.com/group/py-transports/browse_thread/thread/8e3583a86a4bb053?hl=en" rel="nofollow" >http://groups.google.com/group/py-transports/browse_thread/thread/8e3583...</a></noindex></p> Wed, 13 Aug 2008 09:15:55 +0000 evadim comment 53479 at https://www.ejabberd.im Same error https://www.ejabberd.im/node/3081#comment-53478 <p>I have ejabber 1.1.4 on centos.<br /> No firewall. All other transports are working.<br /> It is only MSN transport which is giving the error:<br /> msn.jabber.aress.net: Failed to connect to MSN servers: [Failure instance: Traceback: exceptions.Exception, Timeout<br /> ]</p> <p>I have PyMSNt 0.11.3<br /> I have tried to change the default port of MSN aswell.<br /> Any other suggestions ???</p> Wed, 13 Aug 2008 06:16:02 +0000 ashish comment 53478 at https://www.ejabberd.im same problem, setting up my https://www.ejabberd.im/node/3081#comment-53444 <p>same problem,</p> <p>setting up my public-rootserver ip doesn't work...</p> <p>so, what next?<br /> thx for help</p> <p>greets</p> Mon, 21 Jul 2008 11:55:52 +0000 gewuerzwiesel comment 53444 at https://www.ejabberd.im Thanks a lot https://www.ejabberd.im/node/3081#comment-53408 <p>I had the same problem, which I wasn't able to solve for the last 2 or 3 months, and you gave me the solution. Thanks a lot.</p> Wed, 09 Jul 2008 23:09:35 +0000 vetetix comment 53408 at https://www.ejabberd.im The answer was finally found https://www.ejabberd.im/node/3081#comment-53255 <p>The answer was finally found :)</p> <p>I had this problem last week. It turns out that the meaning of one of<br /> the lines in the config file has changed slightly.</p> <p>The part I had to change is below.</p> <p> 127.0.0.1</p> <p>My server is behind a NAT firewall and I had the Host set to my public<br /> IP address. After the upgrade I had to change it to my internal<br /> RFC1918 address (192.168.x.x.)</p> <p>Hope that helps.</p> <p>--<br /> Kelly Hays<br /> XMPP:kelly.h...@jkhfamily.org</p> Wed, 04 Jun 2008 13:27:01 +0000 droopy comment 53255 at https://www.ejabberd.im