comparison libpurple/protocols/msn/nexus.h @ 32482:ea886666a83f

Windows Live Spaces do not exist anymore.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 28 Jan 2012 07:48:53 +0000
parents 504a65e03514
children 1b15d0fd9c34
comparison
equal deleted inserted replaced
32481:a23b6028539e 32482:ea886666a83f
34 { 34 {
35 MSN_AUTH_MESSENGER = 0, 35 MSN_AUTH_MESSENGER = 0,
36 MSN_AUTH_MESSENGER_WEB = 1, 36 MSN_AUTH_MESSENGER_WEB = 1,
37 MSN_AUTH_CONTACTS = 2, 37 MSN_AUTH_CONTACTS = 2,
38 MSN_AUTH_LIVE_SECURE = 3, 38 MSN_AUTH_LIVE_SECURE = 3,
39 MSN_AUTH_SPACES = 4, 39 MSN_AUTH_LIVE_CONTACTS = 4,
40 MSN_AUTH_LIVE_CONTACTS = 5, 40 MSN_AUTH_STORAGE = 5
41 MSN_AUTH_STORAGE = 6
42 } MsnAuthDomains; 41 } MsnAuthDomains;
43 42
44 #define MSN_SSO_SERVER "login.live.com" 43 #define MSN_SSO_SERVER "login.live.com"
45 #define SSO_POST_URL "/RST.srf" 44 #define SSO_POST_URL "/RST.srf"
46 45