{#}  Replies are directed back to [EMAIL PROTECTED]
{#}  To reply to the author, write to Jason Townsend <[EMAIL PROTECTED]>

on 2/7/02 7:15 PM, Jonathan McGuire <[EMAIL PROTECTED]> wrote:
> I have not used the latest source since the last gm release until today.
> As I was coding some dock awareness into the notification windows and
> the chat windows I found out that I cannot connect to Yahoo with the
> current CVS source.
> 
> Yes I setup my account again and double checked my password.
> 
> Has anyone else see this problem?

Yes I had this problem before... It looks like the port number was changed
for Yahoo in TOT but the server doesn't listen on that port. Reverting back
to the old port gets things working again. Here's my message about this from
Monday:

-------

So I took a look at this again today and found that Fire was trying to
connect to cs.yahoo.com:25. I tried this in Terminal and got no response
there either.

[localhost:~/Fire/fire] admin% telnet cs.yahoo.com 25
Trying 216.136.233.129...
^C

So I took a look at what changed in the sources and it appears that using
5050 as the port instead of 25 is all I needed to fix the problem.

Index: libyahoo.c
===================================================================
RCS file: /cvsroot/fire/fire/Yahoo/libyahoo/libyahoo.c,v
retrieving revision 1.10
diff -u -r1.10 libyahoo.c
--- libyahoo.c  2002/01/25 20:03:44     1.10
+++ libyahoo.c  2002/02/05 07:06:20
@@ -105,7 +105,7 @@
 
 /* pager server host */
 #define YAHOO_PAGER_HOST "cs.yahoo.com"
-#define YAHOO_PAGER_PORT       25
+#define YAHOO_PAGER_PORT       5050
 
 /* pager server host for http connections */
 #define YAHOO_PAGER_HTTP_HOST "http.pager.yahoo.com"

-Jason

-- 
<http://homepage.mac.com/townsend/>
"If you don't know where you want to go, we'll make sure you get taken."
 - Microsoft ad slogan, translated into Japanese.



{#} ----------------------------------------------------+[ fire ]+---


Reply via email to