Comment 31 for bug 243722

Revision history for this message
vivia (vivia) wrote : Re: [Bug 243722] Re: amsn 0.97: login doesn't work anymore due to a protocol change

I cannot create a new diff, but I am 99% sure I found the mistake.

Instead of this part:

+ if { [::config::getKey protocol] == 16 } {
+ set ver "MSNP16"
+ } elseif { [::config::getKey protocol] == 15 } {
+ set ver "MSNP15"
+ } else {
+ set ver "MSNP12"
+ }

use this one:

+ set ver "MSNP9"

aMSN 0.95 only supports MSNP9.

On Wed, Aug 6, 2008 at 9:40 PM, Adrien Cunin <email address hidden> wrote:
> vivia: dapper has amsn 0.95. Attached is the debdiff I tested.
>
> ** Attachment added: "dapper debdiff which doesn't work"
> http://launchpadlibrarian.net/16595964/amsn_0.95-1ubuntu0.1.debdiff
>
> --
> amsn 0.97: login doesn't work anymore due to a protocol change
> https://bugs.launchpad.net/bugs/243722
> You received this bug notification because you are a direct subscriber
> of the bug.
>
>