Changeset 7ec2ce8 for protocols


Ignore:
Timestamp:
2018-01-10T03:05:23Z (6 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
d168091
Parents:
4a9c6b0
Message:

Remove MSN. Use the skypeweb purple plugin instead.

RIP

As per http://ismsndeadyet.com/ all versions up to MSNP22 died a few
months ago. We had a MSNP21 implementation, bought us two extra years.

Implementing MSNP24 is technically possible but also pointless given
skypeweb, and the authentication requires some fairly messed up crypto
and legacy old-skype-protocol servers. For a long time I tried to
reverse a potentially simpler method, and got fairly close, but never
completed that. I haven't done any attempts to continue it in the last
year, so I'm fine with giving up at this point.

Location:
protocols
Files:
9 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r4a9c6b0 r7ec2ce8  
    254254void nogaim_init()
    255255{
    256         extern void msn_initmodule();
    257256        extern void oscar_initmodule();
    258257        extern void jabber_initmodule();
    259258        extern void twitter_initmodule();
    260259        extern void purple_initmodule();
    261 
    262 #ifdef WITH_MSN
    263         msn_initmodule();
    264 #endif
    265260
    266261#ifdef WITH_OSCAR
Note: See TracChangeset for help on using the changeset viewer.