aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2018-01-10 00:05:23 -0300
committerdequis <dx@dxzone.com.ar>2018-01-10 00:05:23 -0300
commit7ec2ce8fd7d30a536823ef9e08a3dad80ce76d4e (patch)
tree15f0ad9918bd45898308683f6c549af5fa8e79f4 /protocols/nogaim.c
parent4a9c6b0b15eb3738897dc1635fda2e4be67414ad (diff)
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.
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c5
1 files changed, 0 insertions, 5 deletions
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