comparison libpurple/protocols/msn/nexus.c @ 21594:f5874552b8d5

Unable to connect is not an authentication failure, even if it happens during authentication. So now we don't claim it is, and Pidgin will attempt reconnecting.
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 19 Nov 2007 13:18:03 +0000
parents b2e646507c18
children f62a4a7fe365 25899ec348a4
comparison
equal deleted inserted replaced
21593:b1f36f7652c2 21594:f5874552b8d5
65 MsnNexus *nexus = data; 65 MsnNexus *nexus = data;
66 MsnSession *session = nexus->session; 66 MsnSession *session = nexus->session;
67 xmlnode *node; 67 xmlnode *node;
68 68
69 if (resp == NULL) { 69 if (resp == NULL) {
70 msn_session_set_error(session, MSN_ERROR_AUTH, _("Windows Live ID authentication:Unable to connect")); 70 msn_session_set_error(session, MSN_ERROR_SERVCONN, _("Windows Live ID authentication:Unable to connect"));
71 return; 71 return;
72 } 72 }
73 73
74 node = msn_soap_xml_get(resp->xml, "Body/" 74 node = msn_soap_xml_get(resp->xml, "Body/"
75 "RequestSecurityTokenResponseCollection/RequestSecurityTokenResponse"); 75 "RequestSecurityTokenResponseCollection/RequestSecurityTokenResponse");