From c27a9235531cfd7580170438f8e2f1f21f39a7f0 Mon Sep 17 00:00:00 2001 From: dequis Date: Fri, 10 Oct 2014 23:20:52 -0300 Subject: Remove MSNXMPP specific code The MSN XMPP gateway was shutdown december 2013 and isn't coming back. --- protocols/jabber/jabber.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'protocols/jabber/jabber.c') diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c index dab4afdf..4b5cb3a1 100644 --- a/protocols/jabber/jabber.c +++ b/protocols/jabber/jabber.c @@ -147,9 +147,7 @@ static void jabber_login( account_t *acc ) jd->fd = jd->r_inpa = jd->w_inpa = -1; - if( strstr( jd->server, ".live.com" ) ) - jd->oauth2_service = &oauth2_service_mslive; - else if( strstr( jd->server, ".facebook.com" ) ) + if( strstr( jd->server, ".facebook.com" ) ) jd->oauth2_service = &oauth2_service_facebook; else jd->oauth2_service = &oauth2_service_google; -- cgit v1.2.3