Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: MSN Compatible messenger

From: ptretter::charter::net at: 15-Jul-2001 13:04

Well I got past that hurdle. The problem was that the hash information passed back to the server was case sensitive. I verified that the md5 stuff was working fine with the sniffer and few more tests. So now I'm well on my way with this. Paul Tretter ----- Original Message ----- From: "Paul Tretter" <[ptretter--charter--net]> To: <[rebol-list--rebol--com]> Sent: Sunday, July 15, 2001 8:38 AM Subject: [REBOL] MSN Compatible messenger
> Ok, I have run into an issue that I can't seem to resolve. I have a
script that attempts to log into MSN and works up to the point of authentication of the MD5 hash and password. I can see all the commands in the handshake process. The last command I recieve from MSN is "911" at interval 6 which translates from the RFC to mean that authentication failed. I utilize Ethereal for the network sniffing and have been able to verify the process related to the authentication process with both MSN and my script. The MSN messenger works but mine does not.