From 7ec2ce8fd7d30a536823ef9e08a3dad80ce76d4e Mon Sep 17 00:00:00 2001 From: dequis Date: Wed, 10 Jan 2018 00:05:23 -0300 Subject: 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. --- protocols/nogaim.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'protocols/nogaim.c') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 58f74f8b..cb2d62a9 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -253,16 +253,11 @@ char *explain_unknown_protocol(const char *name) void nogaim_init() { - extern void msn_initmodule(); extern void oscar_initmodule(); extern void jabber_initmodule(); extern void twitter_initmodule(); extern void purple_initmodule(); -#ifdef WITH_MSN - msn_initmodule(); -#endif - #ifdef WITH_OSCAR oscar_initmodule(); #endif -- cgit v1.2.3