-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
I don't know if it is cause of the cvs on sourceforge, on the difference in time between anonymous repository and the developer one, but with the current version of the anonymous cvs it is still not possible to connect to msn. I just attach a patch corresponding to the modifications I made in protocol.tcl (must be the same as Youness I guess) in case it can be useful for those like me. Cheers, GrdScarabe Youness Alaoui wrote: > hey, I've been fixing a bug, and I just realized that the code is > duplicate and that I didn't fix it for MSNP9.. do you think we should > still keep compatibility with MSNP9, keep support for it or trash it now > that we fully support msnp12 ? > also, if we all decide to stop supporting MSNP9, is there a volunteer to > delete the code of MSNP9 so we can keep our code clean ? > and finally, I just saw that inthe authentication process we say that we > support MSNP13 and MSNP12 (through the VER command), and the server > answers that he only supports MSNP13.. what would happen if tomorrow the > MSN Live gets released and all M$ servers start supporting MSNP13, do > you mean that amsn will be forced to use MSNP13, yet it doesn't support > it ? (or not fully, or the code needs to be enabled in some way) ? > And finally, if it's ok to ask, what is that status on MSNP13 ? > > p.s.: damn CVS is still down... hope I can commit tomorrow... > > --KaKaRoTo > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Amsn-devel mailing list > Amsn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/amsn-devel > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEOXJpPmfsnt4Id3wRApWqAKDh8qhaZO+8d3kBxY89rkPHu7PniwCfUch+ ZwOw+Zu9EefEy7phr/ZPb8U= =yknG -----END PGP SIGNATURE-----
Index: protocol.tcl =================================================================== RCS file: /cvsroot/amsn/msn/protocol.tcl,v retrieving revision 1.795 diff -r1.795 protocol.tcl 4762c4762,4763 < ::MSN::WriteSB ns "VER" "MSNP13 MSNP12 CVR0" --- > #::MSN::WriteSB ns "VER" "MSNP13 MSNP12 CVR0" > ::MSN::WriteSB ns "VER" "MSNP12 CVR0" 4779,4780c4780,4782 < set ::msnp13 1 < source msnp13.tcl --- > #set ::msnp13 1 > #source msnp13.tcl > set ::mnsp13 0