aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2014-10-10 23:20:52 -0300
committerdequis <dx@dxzone.com.ar>2014-10-10 23:20:52 -0300
commitc27a9235531cfd7580170438f8e2f1f21f39a7f0 (patch)
treed8ca7fe914049bae5e4c77d57eabb4212a5680fd /protocols/jabber/jabber.h
parent168d3bbe63db4c49835934edd9a74081e313aaec (diff)
Remove MSNXMPP specific code
The MSN XMPP gateway was shutdown december 2013 and isn't coming back.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r--protocols/jabber/jabber.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index 21769a3b..e6aa3ba3 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -337,7 +337,6 @@ int sasl_oauth2_refresh( struct im_connection *ic, const char *refresh_token );
extern const struct oauth2_service oauth2_service_google;
extern const struct oauth2_service oauth2_service_facebook;
-extern const struct oauth2_service oauth2_service_mslive;
/* conference.c */
struct groupchat *jabber_chat_join( struct im_connection *ic, const char *room, const char *nick, const char *password );