Re: [JDEV] Yahoo-t Transport Problem

2003-12-16 Thread Matthias Wimmer
Hi Paul! Paul Curtis schrieb am 2003-12-15 17:38:50: if (i = yi-timeout) { if (yd) yahoo_close(yd); jutil_error(jp-x, TERROR_INTERNAL); yahoo_deliver(NULL,jp-x); return; } What do you think about changing this error to TERROR_EXTTIMEOUT? Tot kijk

Re: [JDEV] Yahoo-t Transport Problem

2003-12-16 Thread Dave Belfer-Shevett
On Mon, 15 Dec 2003, Paul Curtis wrote: Starting on line 97 of yahoo-phandler.c (version 2.2.0 of the transport) the new code should be: if (i = yi-timeout) { if (yd) yahoo_close(yd); jutil_error(jp-x, TERROR_INTERNAL); yahoo_deliver(NULL,jp-x);

Re: [JDEV] Yahoo-t Transport Problem

2003-12-16 Thread Glen
What's wrong with your msn transport? -g On Tue, 2003-12-16 at 16:22, Dave Belfer-Shevett wrote: On Mon, 15 Dec 2003, Paul Curtis wrote: Starting on line 97 of yahoo-phandler.c (version 2.2.0 of the transport) the new code should be: if (i = yi-timeout) { if (yd)

[JDEV] Yahoo-t Transport Problem

2003-12-15 Thread Paul Curtis
Some users and admins have benn experiencing connection problems with the Yahoo transport. I have traced the problem to Yahoo, and it seems that upon initial connection, Yahoo is not responding. The problem is random, and I haven't been able to predict when it will occur. This causes problems

Re: [JDEV] Yahoo-t Transport Problem

2003-12-15 Thread Wes Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Things seem to be working better already with this patch on my server. Thank you for your hard work, Paul. The Yahoo! transport is a very nice piece of work. :) Wes Morgan On Monday 15 December 2003 03:38 pm, Paul Curtis wrote: Some users and