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

MSN Compatible messenger

 [1/3] from: ptretter:charter at: 15-Jul-2001 8:38


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. Has anyone had similiar issues or knows whether their maybe any bug related to generating the MD5 hash from a 'word? Paul Tretter

 [2/3] 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.

 [3/3] from: ryanc:iesco-dms at: 16-Jul-2001 9:41


hmmm... Microsoft is known for slightly altering or "extending" standards. This could another one of those cases. Anyways, keep on trying and document your work so someone else can help out or continue it if you stop. --Ryan Paul Tretter wrote:
> 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. > Has anyone had similiar issues or knows whether their maybe any bug related to generating the MD5 hash from a 'word?
<<quoted lines omitted: 3>>
> [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted