On 15/08/2006, at 11:49 PM, Vladimir Vrzic wrote: > On Tue, 2006-08-15 at 08:40 -0500, Jeff Garner wrote: >> You may want to consider upgrading the transport, as PyMSNt 0.11 >> version >> was causing similair issues. > > I couldn't upgrade to 0.11.*, because of other problems I explained > earlier on this list. > > http://thread.gmane.org/gmane.network.jabber.py-transports/3002/ > focus=3090
Could you try this at a shell for me.. Put these commands (one per line) into a file called msncmd. No empty lines. VER 0 MSNP11 CVR 1 0x040c winnt 5.1 i386 MSNMSGR 7.0.0777 msmsgs [EMAIL PROTECTED] USR 2 TWN I [EMAIL PROTECTED] No run this command (assuming you have netcat installed) time nc messenger.hotmail.com 1863 < msncmd How long does it take to terminate? You should get something looking roughly like this as output VER 0 MSNP11 CVR 1 7.5.0324 7.5.0324 7.0.0777 http://msgr.dlservice.microsoft.com/ download/c/a/7/ca7e9edf-ae2c-441e-b6be-26ace50a5875/ Install_MSN_Messenger.EXE http://messenger.msn.com/fr XFR 2 NS 207.46.24.45:1863 0 65.54.239.20:1863 real 0m0.893s user 0m0.001s sys 0m0.007s What time do you get for real? It should be low. The timeout that you're hitting when you're running PyMSNt 0.11.x is started when the transport connects to messenger.hotmail.com and ends when it receives the XFR. Or at least that's the idea :) --- James
