mirror of
https://git.ugnet.gay/CrossTalk/azul.git
synced 2026-05-27 22:59:49 +00:00
production init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>SOAP-ENV:Server</faultcode>
|
||||
<faultstring>Function '{{action}}' doesn't exist</faultstring>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Generic SOAP fault</faultstring>
|
||||
<notAValidSoapTag>{{ exception }}</notAValidSoapTag>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>API {{ action }} no longer supported</faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/{{ action }}</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">Forbidden</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">API {{ action }} no longer supported</errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">DM2CDP1011931</machineName>
|
||||
<additionalDetails>
|
||||
<originalExceptionErrorMessage>API {{ action }} no longer supported</originalExceptionErrorMessage>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<S:Header>
|
||||
<psf:pp xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<psf:serverVersion>1</psf:serverVersion>
|
||||
<psf:authstate>0x80048800</psf:authstate>
|
||||
<psf:reqstatus>0x80048823</psf:reqstatus>
|
||||
<psf:serverInfo Path="Live1" RollingUpgradeState="ExclusiveNew" LocVersion="0" ServerTime="{{ timez }}">XYZPPLOGN1A23 2017.09.28.12.44.07</psf:serverInfo>
|
||||
<psf:cookies/>
|
||||
<psf:response/>
|
||||
</psf:pp>
|
||||
</S:Header>
|
||||
<S:Fault>
|
||||
<faultcode>wsse:FailedAuthentication</faultcode>
|
||||
<faultstring>Authentication Failure</faultstring>
|
||||
</S:Fault>
|
||||
</S:Envelope>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
|
||||
xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext"
|
||||
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
|
||||
xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<S:Fault>
|
||||
<faultcode>S:Client</faultcode>
|
||||
<faultstring>Invalid Request</faultstring>
|
||||
</S:Fault>
|
||||
</S:Envelope>
|
||||
@@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:wssc="http://schemas.xmlsoap.org/ws/2004/04/sc" xmlns:wst="http://schemas.xmlsoap.org/ws/2004/04/trust">
|
||||
<Header>
|
||||
<ps:AuthInfo xmlns:ps="http://schemas.microsoft.com/Passport/SoapServices/PPCRL" Id="PPAuthInfo">
|
||||
<ps:HostingApp>{7108E71A-9926-4FCB-BCC9-9A9D3F32E423}</ps:HostingApp>
|
||||
<ps:BinaryVersion>4</ps:BinaryVersion>
|
||||
<ps:UIVersion>1</ps:UIVersion>
|
||||
<ps:Cookies/>
|
||||
<ps:RequestParams>AQAAAAIAAABsYwQAAAAxMDMx</ps:RequestParams>
|
||||
</ps:AuthInfo>
|
||||
<wsse:Security>
|
||||
<wsse:UsernameToken Id="user">
|
||||
<wsse:Username>bob1@hotmail.com</wsse:Username>
|
||||
<wsse:Password>foopass</wsse:Password>
|
||||
</wsse:UsernameToken>
|
||||
</wsse:Security>
|
||||
</Header>
|
||||
<Body>
|
||||
<ps:RequestMultipleSecurityTokens xmlns:ps="http://schemas.microsoft.com/Passport/SoapServices/PPCRL" Id="RSTS">
|
||||
<wst:RequestSecurityToken Id="RST0">
|
||||
<wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>
|
||||
<wsp:AppliesTo>
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>http://Passport.NET/tb</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
</wst:RequestSecurityToken>
|
||||
<wst:RequestSecurityToken Id="RST1">
|
||||
<wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>
|
||||
<wsp:AppliesTo>
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>messengerclear.live.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wsse:PolicyReference URI="MBI_KEY_OLD"/>
|
||||
</wst:RequestSecurityToken>
|
||||
<wst:RequestSecurityToken Id="RST2">
|
||||
<wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>
|
||||
<wsp:AppliesTo>
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>messenger.msn.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wsse:PolicyReference URI="?id=507"/>
|
||||
</wst:RequestSecurityToken>
|
||||
<wst:RequestSecurityToken Id="RST3">
|
||||
<wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>
|
||||
<wsp:AppliesTo>
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>contacts.msn.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wsse:PolicyReference URI="MBI"/>
|
||||
</wst:RequestSecurityToken>
|
||||
<wst:RequestSecurityToken Id="RST4">
|
||||
<wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>
|
||||
<wsp:AppliesTo>
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>messengersecure.live.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wsse:PolicyReference URI="MBI_SSL"/>
|
||||
</wst:RequestSecurityToken>
|
||||
<wst:RequestSecurityToken Id="RST5">
|
||||
<wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>
|
||||
<wsp:AppliesTo>
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>spaces.live.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wsse:PolicyReference URI="MBI"/>
|
||||
</wst:RequestSecurityToken>
|
||||
<wst:RequestSecurityToken Id="RST6">
|
||||
<wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>
|
||||
<wsp:AppliesTo>
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>storage.msn.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wsse:PolicyReference URI="MBI_SSL"/>
|
||||
</wst:RequestSecurityToken>
|
||||
</ps:RequestMultipleSecurityTokens>
|
||||
</Body>
|
||||
</Envelope>
|
||||
@@ -0,0 +1,198 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<S:Header>
|
||||
<psf:pp xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<psf:serverVersion>1</psf:serverVersion>
|
||||
<psf:PUID>0003BFFDB7D5F624</psf:PUID>
|
||||
<psf:configVersion>16.000.26889.00</psf:configVersion>
|
||||
<psf:uiVersion>3.100.2179.0</psf:uiVersion>
|
||||
<psf:mobileConfigVersion>16.000.26208.0</psf:mobileConfigVersion>
|
||||
<psf:authstate>0x48803</psf:authstate>
|
||||
<psf:reqstatus>0x0</psf:reqstatus>
|
||||
<psf:serverInfo Path="Live1" RollingUpgradeState="ExclusiveNew" LocVersion="0" ServerTime="{{ timez }}">XYZPPLOGN1A23 2017.10.03.19.00.04</psf:serverInfo>
|
||||
<psf:cookies/>
|
||||
<psf:browserCookies>
|
||||
<psf:browserCookie Name="MH" URL="http://www.msn.com">MSFT; path=/; domain=.msn.com; expires=Wed, 30-Dec-2037 16:00:00 GMT</psf:browserCookie>
|
||||
<psf:browserCookie Name="MHW" URL="http://www.msn.com">; path=/; domain=.msn.com; expires=Thu, 30-Oct-1980 16:00:00 GMT</psf:browserCookie>
|
||||
<psf:browserCookie Name="MH" URL="http://www.live.com">MSFT; path=/; domain=.live.com; expires=Wed, 30-Dec-2037 16:00:00 GMT</psf:browserCookie>
|
||||
<psf:browserCookie Name="MHW" URL="http://www.live.com">; path=/; domain=.live.com; expires=Thu, 30-Oct-1980 16:00:00 GMT</psf:browserCookie>
|
||||
</psf:browserCookies>
|
||||
<psf:credProperties>
|
||||
<psf:credProperty Name="MainBrandID">MSFT</psf:credProperty>
|
||||
<psf:credProperty Name="BrandIDList"></psf:credProperty>
|
||||
<psf:credProperty Name="IsWinLiveUser">true</psf:credProperty>
|
||||
<psf:credProperty Name="CID">{{ cid }}</psf:credProperty>
|
||||
<psf:credProperty Name="AuthMembername">{{ email }}</psf:credProperty>
|
||||
<psf:credProperty Name="Country">US</psf:credProperty>
|
||||
<psf:credProperty Name="Language">1031</psf:credProperty>
|
||||
<psf:credProperty Name="FirstName">{{ firstname }}</psf:credProperty>
|
||||
<psf:credProperty Name="LastName">{{ lastname }}</psf:credProperty>
|
||||
<psf:credProperty Name="ChildFlags">00000001</psf:credProperty>
|
||||
<psf:credProperty Name="Flags">40100643</psf:credProperty>
|
||||
<psf:credProperty Name="FlagsV2">00000000</psf:credProperty>
|
||||
<psf:credProperty Name="IP">{{ ip }}</psf:credProperty>
|
||||
<psf:credProperty Name="FamilyID">0000000000000000</psf:credProperty>
|
||||
<psf:credProperty Name="AssociatedForStrongAuth">0</psf:credProperty>
|
||||
</psf:credProperties>
|
||||
<psf:extProperties>
|
||||
<psf:extProperty Name="ANON" Expiry="Wed, 30-Dec-2037 16:00:00 GMT" Domains="bing.com;atdmt.com" IgnoreRememberMe="false">A=2AD1B6380CC38C61A2E95994FFFFFFFF&E=1456&W=1</psf:extProperty>
|
||||
<psf:extProperty Name="NAP" Expiry="Wed, 30-Dec-2037 16:00:00 GMT" Domains="bing.com;atdmt.com" IgnoreRememberMe="false">V=1.9&E=13fc&C=tq1sGI5NyECr4nbob0bsqOGQx85gOAzYs8FuhJP5L22WfJl-67MNNQ&W=1</psf:extProperty>
|
||||
<psf:extProperty Name="LastUsedCredType">1</psf:extProperty>
|
||||
<psf:extProperty Name="WebCredType">1</psf:extProperty>
|
||||
<psf:extProperty Name="CID">{{ cid }}</psf:extProperty>
|
||||
</psf:extProperties>
|
||||
<psf:response/>
|
||||
</psf:pp>
|
||||
</S:Header>
|
||||
<S:Body>
|
||||
<wst:RequestSecurityTokenResponseCollection xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wst="http://schemas.xmlsoap.org/ws/2004/04/trust" xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:legacy</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>http://Passport.NET/tb</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:LifeTime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:LifeTime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Id="BinaryDAToken0" Type="http://www.w3.org/2001/04/xmlenc#Element">
|
||||
<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
|
||||
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
|
||||
<ds:KeyName>http://Passport.NET/STS</ds:KeyName>
|
||||
</ds:KeyInfo>
|
||||
<CipherData>
|
||||
<CipherValue>Cap26AQZrSyMm2SwwTyJKyqLR9/S+vQWQsaBc5Mv7PwtQDMzup/udOOMMvSu99R284pmiD3IepBXrEMLK5rLrXAf2A6vrP6vYuGA45GCqQdoxusHZcjt9P2B8WyCTVT2cM8jtGqGIfRlU/4WzOLxNrDJwDfOsmilduGAGZfvRPW7/jyXXrnGK7/PWkymX4YDD+ygJfMrPAfvAprvw/HVE6tutKVc9cViTVYy8oHjosQlb8MKn3vKDW1O2ZWQUc47JPl7DkjQaanfNBGe6CL7K1nr6Z/jy7Ay7MjV+KQehmvphSEmCzLrpB4WWn2PdpdTrOcDj+aJfWHeGL4sIPwEKgrKnTQg9QD8CCsm5wew9P/br39OuIfsC6/PFBEHmVThqj0aMxYLRD4K2GoRay6Ab7NftoIP5dnFnclfRxETAoNpTPE2F5Q669QySrdXxBpBSk8GLmdCDMlhiyzSiByrhFQaZRcH8n9i+i289otYuJQ7xPyP19KwT4CRyOiIlh3DSdlBfurMwihQGxN2spU7P4MwckrDKeOyYQhvNm/XWId/oXBqpHbo2yRPiOwL9p1J4AxA4RaJuh77vyhn2lFQaxPDqZd5A8RJjpb2NE2N3UncKLW7GAangdoLbRDMqt51VMZ0la+b/moL61fKvFXinKRHc7PybrG3MWzgXxO/VMKAuXOsB9XnOgl2A524cgiwyg==</CipherValue>
|
||||
</CipherData>
|
||||
</EncryptedData>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedTokenReference>
|
||||
<wsse:KeyIdentifier ValueType="urn:passport"/>
|
||||
<wsse:Reference URI="#BinaryDAToken0"/>
|
||||
</wst:RequestedTokenReference>
|
||||
<wst:RequestedProofToken>
|
||||
<wst:BinarySecret>tgoPVK67sU36fQKlGLMgWgTXp7oiaQgE</wst:BinarySecret>
|
||||
</wst:RequestedProofToken>
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:compact</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>messengerclear.live.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:LifeTime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:LifeTime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<wsse:BinarySecurityToken Id="Compact1">t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</wsse:BinarySecurityToken>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedTokenReference>
|
||||
<wsse:KeyIdentifier ValueType="urn:passport:compact"/>
|
||||
<wsse:Reference URI="#Compact1"/>
|
||||
</wst:RequestedTokenReference>
|
||||
<wst:RequestedProofToken>
|
||||
<wst:BinarySecret>Z1OQ3mCLbrkCGvfRX0V8Ly/nSsbmv4La</wst:BinarySecret>
|
||||
</wst:RequestedProofToken>
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:compact</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>messenger.msn.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:LifeTime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:LifeTime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<wsse:BinarySecurityToken Id="Compact2">t={{ pptoken1 }}rjQ2AdbE08y5Wsm6cgyAAE0YhoO69q4VxqEKEavgL8WJ6gWmdATT7Cz2b6mwE1a7BuNl8H5KwR91KGU8H4vz7xCj5oHh4tnbM92jLWqkQ9Gh07jRpmJasADE4WcY8tDB1JPLfYf/1DE/Y1vwR5enhko97EdAODtnAEb7KRm7DKbZrrqJadYuJRMLbsu+meKcA2YAAAh3qRWjdFREsNABe/PbWQmW7mRbXnkPZ1cWp07lrzAQmHm/zR3yTriSigZPtXMTa0AbEsd943NTrZYdo6DNEdC0y+zypbu0gZgTKHTSntAUbtogmUMWHquFitG0P+oKn2ud6z9eLjGk+Hm2w7s8Vf2UkEqidydi+U3O9Q4lqUJtcLcDa2NciXyffkA8sbS+Wpysj+TZpXVy3sae3EpdncnF678X918n2u/JLUDXL8uyg+eGIuDwO0xmBH1LMg15wzTdq++CZpO3mUIpRBMViqsihMLw8l7TMLvOIupsAJtXhqtfaJaMnSAp/LM7CrAdzpNGv51wJYKqIBJ506QAhhe/VWyBnAyAWiMledzIkafn8L6mgIRq50zvKBX4QRHJoJhHhrN6APnZI+zoHRB/NdJbJULwuz9V3X+ou4PZERl1H/VFR/dtTQd1FY2m0JKYlAG5gdUMTgGRcyD/vRK30ZoEUzoLkGXg1YGlzp1aQnxyD92QZ1nCiZjv2iNIqbtiXSLAAtGsN3Ykftaud0WjWo9rKaibgU1WMZOxU0fWJ+Wczo6uqBQWTlXxDipRceX2eSj1bs3SDEyvmZ9XX11Qh408MJ4/7a7AhbKZitkJW5Q0FrnEk+cq4qqQ0H4VAg==&p=AFww</wsse:BinarySecurityToken>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedTokenReference>
|
||||
<wsse:KeyIdentifier ValueType="urn:passport:compact"/>
|
||||
<wsse:Reference URI="#Compact2"/>
|
||||
</wst:RequestedTokenReference>
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:compact</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>contacts.msn.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:LifeTime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:LifeTime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<wsse:BinarySecurityToken Id="Compact3">t={{ pptoken1 }}tZi9ugdf902M4Br/7wKAAPMX58N8xadYh1AbLntVYhaPZ95S943IE+sYAAsx3KQdGcdN2ad2oHflAbAmiFHWA8Xy29Y/fr9EZbsqpNRjrs6+hRqGKv6KF0bYtYTd9I7YK3qEH8GdiUsxj/H6B4brK+LZtKz5cqYeTX9TYwSQLGqEBvRr2nvO6lT4SfhdvSxdA2YAAAh9hpKyxIHT3NABKHcV1vw1SoIszOpXEazh4QAC8wsqF7uqsP8fOvUF1CyOsouCiG9pueBqL6yc9w22z+esp+QMWAALJhlHdGfHHGtI5ezq0vwvEoDVbo3AAVWOHnJWV1WswJa+0rQAScWb8Iw5LZ60Gls7P24tux8iQ9gaxsnZ29ELGdJek7xnAYtEtFkL1PjXB0Thgpty2LmdqBzJq2F33ueEpoLFL3JW0dWHzL9p1gOGHGDXgIucMwXJ78DhmFPRQRxcHCj8UujBcfO3cRUme8alB3RrkLC/3HCavxCldGK/SmBCDhnjSUl1gm5CUqPcPPe0Wb975lH4IIrsSzjkXb3T3QnYGX5t00kQQ8p7PJ1UFnbGj4GA3Smg6/qAyZJTaSOAuuHjrvd03MlT1JxDRiKZXZhTXT25KW8+NTjt0oGGkYsVxEv7h8ho6Udtf6ymOIv3PNnlwYMwJp2myqcDToqnC0JhN54BmrdSnQoUNYoIKk4eqWK3V2lLnpMVfTxO0Mszjpaz51UP70VlJLjrSXTHO733/k5z9kwDIAmkGyYZCyiTOURA9OcpdydivkJKll6y5xwgbqnjx9Ce/6I2h+5xmHLex5qmn6EaghbP+MsGeJgq30x0wLQGAg==&p=</wsse:BinarySecurityToken>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedTokenReference>
|
||||
<wsse:KeyIdentifier ValueType="urn:passport:compact"/>
|
||||
<wsse:Reference URI="#Compact3"/>
|
||||
</wst:RequestedTokenReference>
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:compact</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>messengersecure.live.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:LifeTime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:LifeTime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<wsse:BinarySecurityToken Id="Compact4">t={{ pptoken1 }}2oHItBdtfopLtOddVL6AAMdC+gI2waErOBMJCMqZitiSapE6unig1eU9NNgQZOO3QdgIHELplGTchaqH0MtKxPiGdiHNUNvuZuH+fGx1ij2d1ktZDGKi70eDkVg9dbtGECqhNCsFbFynNwVDebPtFNPXtPv1bNZ9J0Dzshoh6qvS2CU1l3PMrDa+Y3P4zeGVA2YAAAgGg5rOAqHhj9gB9rRZmHJ3ivzxKI/hfRcMWQQegC7gaXs8UcSXmF1GqUJ264kfELpQ0UAVkETFj35qgA21ZfM+L+gQV+UbQ1Tfil4sPNGD5vsrZBKecL0ZJ6TAT/NDjcGe54/vUIaPmi3A2L6QBaC8gbGiQQb+054R+0PU/Hkkn887HEnTIhTRtqqAjI5P/pF1mcC82DVnPlGV8TLzMb3or2KaPjkgDs5MjnXbedubO6uN0Egev+9/hacX/21i6ZQwIVZD0szg6Q6grI6jNGDm4ct3JJHux6534kDB/jdskMtOG97hp2Ed+Ks4vmWYJPetdTd/ARmZkjQcT2CLHKcHEbzK3Hf+Muzqotn3D7L8fbCGZH3xtRNqM3A0VyKLTxdEd+/fBXaWZ1u4CFseoPtSLM3Z6dNnYTHJK27OSjlXtzaSQJZxUgNIlOvtPmoYVnOV2PkymjlvDhcYaIQ1qDQe0Kh/zo0ymOlpvMlqcAa+MVS5UM6375qmD0ebOCu/cx1aCBq30zTxOYCOuUlU4OdTtSgGri3y2IZi3Ti+aQB7fT5h7N/wqCkaZZy07tNs+ALFELX2RkF5R16BA5G9g19QnSrUECaRa7o0pwoDrVRR3aSuaNW1nnSf9jL8blEOcHK6MxUC&p=</wsse:BinarySecurityToken>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedTokenReference>
|
||||
<wsse:KeyIdentifier ValueType="urn:passport:compact"/>
|
||||
<wsse:Reference URI="#Compact4"/>
|
||||
</wst:RequestedTokenReference>
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:compact</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>spaces.live.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:LifeTime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:LifeTime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<wsse:BinarySecurityToken Id="Compact5">t={{ pptoken1 }}keHxhjSHsGxIm+YQ/BQAAfpdWf+k17Sun3Krcs/4LzzSsq2MgSfhOeEDNIPUfRT9Jxc/EqHh99Rqb4Irvcn2V7N8RkHW6On9gyYoDFWYt1o2YN03YV/NZzVKVbW/pdDxgs+++FELegQCXzs0V1nhH8IIyl5giiPl87OT7GOIe4rrNJ8BKzAAbcuibR8QZft1A9HqnBkdoq76lnmXvMinQTDTD/PRdx91pB+GiSSXWT9X9fQgVK212vNJtuJBJ4AQOwRUhl46F89W/KhGWIMtuVe4y8UlY/tuZv1PDZ6bIczHejXRuddkIPQ9oM9FbOWHcWLtx/uSO4+zhwphucR+dyaydugESasluP5H1GopoRwDZgAACMzE5rF9T18N0AHPV+yFTi0tV4xpUh1q4ZPn22L56LR0yEr/UG6xHBJ0zhIOYbIB6KOTvpwEdcUYO2BY2799B831TmPqF6lkmA3hMK9NGPTmgY625GFe4EZp+BPgV1Th02g+XC4yMMUhgrYB1U95a2h7bt5bTE+6subNzTbgDC71rLtNe2es/b5qcb+/Rpn5jnCbfkrez6AbDOY9JAHfLx/cjfSdnqRVw62HncSWyqFV9S4asjYW5qmCiqByStDnHtUtZmVEWOTC3O2PFl9xvdvtzrMnNQwgfTLf02hwtNIszC8Y12wJEdYmdGuzOVPnRFEyy58HNZFAMw7i2ifU/UKvjVlUZh4PGy8SQZ0ciTTnW0kdCrKiE2jnF7+GztmXtSc5dv6Cx36IfFuhTVX/XnY5MEEn9TOQ608lXLX+AZ9gotel9bGeMQVrUV1tvNBbcnAfbq3B5k4BHIBr7F8tm6ecoTGqGg39x3yaoLUjkCyMY7wtoU6Uc9oJWV5Vu0ZpmPEF4PZEAB9EWKH+4qED50SuEXOgMncu6Eh92lU5kTrACEd/9SSiK2PpV8BHV/xnHr2QEBbho23NsqUaQY+tB/K9PgyPN2p0YPwTiGF9XdbuUtozXCgZnHIMThUC&p=</wsse:BinarySecurityToken>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedTokenReference>
|
||||
<wsse:KeyIdentifier ValueType="urn:passport:compact"/>
|
||||
<wsse:Reference URI="#Compact5"/>
|
||||
</wst:RequestedTokenReference>
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:compact</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>storage.msn.com</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:LifeTime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:LifeTime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<wsse:BinarySecurityToken Id="Compact6">t={{ pptoken1 }}Rg6HvEdmXr19KcNgO+7mAAGz0IdAs+sT7TRsKonUJEvPOUrqSyqirOIB6GjVs8PBKT20j5ceFKQeX28m1O6xHODR+vi3zwMUDySaMy1G2rmpccBwpeFJJBBKXdE10b6nAONSLwMD38gMT253/aofIAEm5XxDGzRJkBPHWGTXzEXx/DxNVskTL3YUIwId2Eh44A2YAAAiDtG///iWnZNABjCsiZgVJfU8F3jDylPAvSZHpeXltbIKMUzh5Ja/55AGwfWI4uJZgX4HYu0TYvhlXoxVrHiQY31lYBH0Lof2Nv5/LLCPGziw3tx2wTM3EplJ2SJ2SPNfbVZNX01UNdF+GMsZWI0xglh+lPHaar6i56UFfjjRL+lWX6F7io4QHMIm7wqsP5r28sHsMO9pFp1kIgJBXCqNf5eOrozUjaq7cfA6mnnxw2uj6jDtXuk9xiTBV18gmEHXIw2Wqp2Ca+c4TaadZCup5mTYyi5m02hWdgg3DahiMtEW953gOWyl/+JRYbzQaGQFfbym68qi3j0p4zJ373j9eXlrf4fJUvTYeC5HGjbcrkWnxjhGg0ryUVjDjxKaUO7zhslVnvX6oLxW8fqNiU0H481wu6+OF/gajQp7Ie9ZrVyRpW1KWtXBrVA69gszTdUrWY8clNZ60kgGFw68Pfv1f6gtGo35Oa3U4Wm9nihV81hRtck58WbYCSOzXJVcH6MR0TlUjKGgwaNQpkc+LtSoyRi8oavoIzN1Giz67qXANYtPUHMPEek8K2p57clCiW99Y6M8C/JdBCkLDB4J4aIIBZ7jx/LhVv06P+AoZIJ660v/tRFDu8PDGij8VAg==&p=</wsse:BinarySecurityToken>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedTokenReference>
|
||||
<wsse:KeyIdentifier ValueType="urn:passport:compact"/>
|
||||
<wsse:Reference URI="#Compact6"/>
|
||||
</wst:RequestedTokenReference>
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
</wst:RequestSecurityTokenResponseCollection>
|
||||
</S:Body>
|
||||
</S:Envelope>
|
||||
@@ -0,0 +1,24 @@
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:compact</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>{{ domain }}</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:LifeTime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:LifeTime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<wsse:BinarySecurityToken Id="Compact{{ i }}">t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</wsse:BinarySecurityToken>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedTokenReference>
|
||||
<wsse:KeyIdentifier ValueType="urn:passport:compact"></wsse:KeyIdentifier>
|
||||
<wsse:Reference URI="#Compact{{ i }}"></wsse:Reference>
|
||||
</wst:RequestedTokenReference>
|
||||
{% if domain == 'messengerclear.live.com' %}
|
||||
<wst:RequestedProofToken>
|
||||
<wst:BinarySecret>{{ binarysecret }}</wst:BinarySecret>
|
||||
</wst:RequestedProofToken>
|
||||
{% endif %}
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<S:Header>
|
||||
<psf:pp xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<psf:serverVersion>1</psf:serverVersion>
|
||||
<psf:PUID>{{ puidhex }}</psf:PUID>
|
||||
<psf:configVersion>16.000.26889.00</psf:configVersion>
|
||||
<psf:uiVersion>3.100.2179.0</psf:uiVersion>
|
||||
<psf:mobileConfigVersion>16.000.26208.0</psf:mobileConfigVersion>
|
||||
<psf:authstate>0x48803</psf:authstate>
|
||||
<psf:reqstatus>0x0</psf:reqstatus>
|
||||
<psf:serverInfo Path="Live1" RollingUpgradeState="ExclusiveNew" LocVersion="0" ServerTime="{{ timez }}">XYZPPLOGN1A23 2017.10.03.19.00.04</psf:serverInfo>
|
||||
<psf:cookies/>
|
||||
<psf:browserCookies>
|
||||
<psf:browserCookie Name="MH" URL="http://www.msn.com">MSFT; path=/; domain=.msn.com; expires=Wed, 30-Dec-2037 16:00:00 GMT</psf:browserCookie>
|
||||
<psf:browserCookie Name="MHW" URL="http://www.msn.com">; path=/; domain=.msn.com; expires=Thu, 30-Oct-1980 16:00:00 GMT</psf:browserCookie>
|
||||
<psf:browserCookie Name="MH" URL="http://www.live.com">MSFT; path=/; domain=.live.com; expires=Wed, 30-Dec-2037 16:00:00 GMT</psf:browserCookie>
|
||||
<psf:browserCookie Name="MHW" URL="http://www.live.com">; path=/; domain=.live.com; expires=Thu, 30-Oct-1980 16:00:00 GMT</psf:browserCookie>
|
||||
</psf:browserCookies>
|
||||
<psf:credProperties>
|
||||
<psf:credProperty Name="MainBrandID">MSFT</psf:credProperty>
|
||||
<psf:credProperty Name="BrandIDList"></psf:credProperty>
|
||||
<psf:credProperty Name="IsWinLiveUser">true</psf:credProperty>
|
||||
<psf:credProperty Name="CID">{{ cid }}</psf:credProperty>
|
||||
<psf:credProperty Name="AuthMembername">{{ email }}</psf:credProperty>
|
||||
<psf:credProperty Name="Country">US</psf:credProperty>
|
||||
<psf:credProperty Name="Language">1033</psf:credProperty>
|
||||
<psf:credProperty Name="FirstName">{{ firstname }}</psf:credProperty>
|
||||
<psf:credProperty Name="LastName">{{ lastname }}</psf:credProperty>
|
||||
<psf:credProperty Name="ChildFlags">00000001</psf:credProperty>
|
||||
<psf:credProperty Name="Flags">40100643</psf:credProperty>
|
||||
<psf:credProperty Name="FlagsV2">00000000</psf:credProperty>
|
||||
<psf:credProperty Name="IP">{{ ip }}</psf:credProperty>
|
||||
<psf:credProperty Name="FamilyID">0000000000000000</psf:credProperty>
|
||||
<psf:credProperty Name="AssociatedForStrongAuth">0</psf:credProperty>
|
||||
</psf:credProperties>
|
||||
<psf:extProperties>
|
||||
<psf:extProperty Name="ANON" Expiry="Wed, 30-Dec-2037 16:00:00 GMT" Domains="bing.com;atdmt.com" IgnoreRememberMe="false">A=2AD1B6380CC38C61A2E95994FFFFFFFF&E=1456&W=1</psf:extProperty>
|
||||
<psf:extProperty Name="NAP" Expiry="Wed, 30-Dec-2037 16:00:00 GMT" Domains="bing.com;atdmt.com" IgnoreRememberMe="false">V=1.9&E=13fc&C=tq1sGI5NyECr4nbob0bsqOGQx85gOAzYs8FuhJP5L22WfJl-67MNNQ&W=1</psf:extProperty>
|
||||
<psf:extProperty Name="LastUsedCredType">1</psf:extProperty>
|
||||
<psf:extProperty Name="WebCredType">1</psf:extProperty>
|
||||
<psf:extProperty Name="CID">{{ cid }}</psf:extProperty>
|
||||
</psf:extProperties>
|
||||
<psf:response/>
|
||||
</psf:pp>
|
||||
</S:Header>
|
||||
<S:Body>
|
||||
<wst:RequestSecurityTokenResponseCollection xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wst="http://schemas.xmlsoap.org/ws/2004/04/trust" xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:legacy</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>http://Passport.NET/tb</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:LifeTime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:LifeTime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Id="BinaryDAToken0" Type="http://www.w3.org/2001/04/xmlenc#Element">
|
||||
<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"></EncryptionMethod>
|
||||
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
|
||||
<ds:KeyName>http://Passport.NET/STS</ds:KeyName>
|
||||
</ds:KeyInfo>
|
||||
<CipherData>
|
||||
<CipherValue>Cap26AQZrSyMm2SwwTyJKyqLR9/S+vQWQsaBc5Mv7PwtQDMzup/udOOMMvSu99R284pmiD3IepBXrEMLK5rLrXAf2A6vrP6vYuGA45GCqQdoxusHZcjt9P2B8WyCTVT2cM8jtGqGIfRlU/4WzOLxNrDJwDfOsmilduGAGZfvRPW7/jyXXrnGK7/PWkymX4YDD+ygJfMrPAfvAprvw/HVE6tutKVc9cViTVYy8oHjosQlb8MKn3vKDW1O2ZWQUc47JPl7DkjQaanfNBGe6CL7K1nr6Z/jy7Ay7MjV+KQehmvphSEmCzLrpB4WWn2PdpdTrOcDj+aJfWHeGL4sIPwEKgrKnTQg9QD8CCsm5wew9P/br39OuIfsC6/PFBEHmVThqj0aMxYLRD4K2GoRay6Ab7NftoIP5dnFnclfRxETAoNpTPE2F5Q669QySrdXxBpBSk8GLmdCDMlhiyzSiByrhFQaZRcH8n9i+i289otYuJQ7xPyP19KwT4CRyOiIlh3DSdlBfurMwihQGxN2spU7P4MwckrDKeOyYQhvNm/XWId/oXBqpHbo2yRPiOwL9p1J4AxA4RaJuh77vyhn2lFQaxPDqZd5A8RJjpb2NE2N3UncKLW7GAangdoLbRDMqt51VMZ0la+b/moL61fKvFXinKRHc7PybrG3MWzgXxO/VMKAuXOsB9XnOgl2A524cgiwyg==</CipherValue>
|
||||
</CipherData>
|
||||
</EncryptedData>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedTokenReference>
|
||||
<wsse:KeyIdentifier ValueType="urn:passport"></wsse:KeyIdentifier>
|
||||
<wsse:Reference URI="#BinaryDAToken0"></wsse:Reference>
|
||||
</wst:RequestedTokenReference>
|
||||
<wst:RequestedProofToken>
|
||||
<wst:BinarySecret>tgoPVK67sU36fQKlGLMgWgTXp7oiaQgE</wst:BinarySecret>
|
||||
</wst:RequestedProofToken>
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
{{ tokenxml }}
|
||||
</wst:RequestSecurityTokenResponseCollection>
|
||||
</S:Body>
|
||||
</S:Envelope>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wst="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<S:Header>
|
||||
<psf:pp xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<psf:serverVersion>1</psf:serverVersion>
|
||||
<psf:authstate>0x80048800</psf:authstate>
|
||||
<psf:reqstatus>0x80048821</psf:reqstatus>
|
||||
<psf:serverInfo Path="Live1" RollingUpgradeState="ExclusiveNew" LocVersion="0" ServerTime="{{ timez }}" BuildVersion="16.0.28426.6">XYZPPLOGN1A23 2017.09.28.12.44.07</psf:serverInfo>
|
||||
<psf:cookies/>
|
||||
<psf:response/>
|
||||
</psf:pp>
|
||||
</S:Header>
|
||||
<S:Body>
|
||||
<S:Fault>
|
||||
<S:Code>
|
||||
<S:Value>S:Sender</S:Value>
|
||||
<S:Subcode>
|
||||
<S:Value>wst:FailedAuthentication</S:Value>
|
||||
</S:Subcode>
|
||||
</S:Code>
|
||||
<S:Reason>
|
||||
<S:Text xml:lang="en-US">Authentication Failure</S:Text>
|
||||
</S:Reason>
|
||||
<S:Detail>
|
||||
<psf:error>
|
||||
<psf:value>0x80048821</psf:value>
|
||||
<psf:internalerror>
|
||||
<psf:code>0x80041012</psf:code>
|
||||
<psf:text>The entered and stored passwords do not match.
</psf:text>
|
||||
</psf:internalerror>
|
||||
</psf:error>
|
||||
</S:Detail>
|
||||
</S:Fault>
|
||||
</S:Body>
|
||||
</S:Envelope>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wst="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<S:Body>
|
||||
<S:Fault>
|
||||
<S:Code>
|
||||
<S:Value>S:Sender</S:Value>
|
||||
<S:Subcode>
|
||||
<S:Value>wst:InvalidRequest</S:Value>
|
||||
</S:Subcode>
|
||||
</S:Code>
|
||||
<S:Reason>
|
||||
<S:Text xml:lang="en-US">Invalid Request</S:Text>
|
||||
</S:Reason>
|
||||
<S:Detail>
|
||||
<psf:error>
|
||||
<psf:value>0x80048820</psf:value>
|
||||
<psf:internalerror>
|
||||
<psf:code>0x80045c01</psf:code>
|
||||
<psf:text>Invalid STS request.
</psf:text>
|
||||
</psf:internalerror>
|
||||
</psf:error>
|
||||
</S:Detail>
|
||||
</S:Fault>
|
||||
</S:Body>
|
||||
</S:Envelope>
|
||||
@@ -0,0 +1,30 @@
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:compact</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://www.w3.org/2005/08/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>{{ domain }}</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:Lifetime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:Lifetime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<wsse:BinarySecurityToken Id="Compact{{ i }}">t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</wsse:BinarySecurityToken>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedAttachedReference>
|
||||
<wsse:SecurityTokenReference>
|
||||
<wsse:Reference URI="/DaESnwwMVTTpRTZEoNqUW/Md0k="></wsse:Reference>
|
||||
</wsse:SecurityTokenReference>
|
||||
</wst:RequestedAttachedReference>
|
||||
<wst:RequestedUnattachedReference>
|
||||
<wsse:SecurityTokenReference>
|
||||
<wsse:Reference URI="/DaESnwwMVTTpRTZEoNqUW/Md0k="></wsse:Reference>
|
||||
</wsse:SecurityTokenReference>
|
||||
</wst:RequestedUnattachedReference>
|
||||
{% if domain == 'messengerclear.live.com' %}
|
||||
<wst:RequestedProofToken>
|
||||
<wst:BinarySecret>{{ binarysecret }}</wst:BinarySecret>
|
||||
</wst:RequestedProofToken>
|
||||
{% endif %}
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa="http://www.w3.org/2005/08/addressing">
|
||||
<S:Header>
|
||||
<wsa:Action xmlns:S="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="Action" S:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue</wsa:Action>
|
||||
<wsa:To xmlns:S="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="To" S:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
|
||||
<wsse:Security S:mustUnderstand="1">
|
||||
<wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="TS">
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ time_5mz }}</wsu:Expires>
|
||||
</wsu:Timestamp>
|
||||
</wsse:Security>
|
||||
<psf:pp xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<psf:serverVersion>1</psf:serverVersion>
|
||||
<psf:PUID>{{ puidhex }}</psf:PUID>
|
||||
<psf:configVersion>16.000.26889.00</psf:configVersion>
|
||||
<psf:uiVersion>3.100.2179.0</psf:uiVersion>
|
||||
<psf:mobileConfigVersion>16.000.26208.0</psf:mobileConfigVersion>
|
||||
<psf:appDataVersion>1</psf:appDataVersion>
|
||||
<psf:authstate>0x48803</psf:authstate>
|
||||
<psf:reqstatus>0x0</psf:reqstatus>
|
||||
<psf:serverInfo Path="Live1" RollingUpgradeState="ExclusiveNew" LocVersion="0" ServerTime="{{ timez }}">XYZPPLOGN1A23 2017.09.28.12.44.07</psf:serverInfo>
|
||||
<psf:cookies/>
|
||||
<psf:browserCookies>
|
||||
<psf:browserCookie Name="MH" URL="http://www.msn.com">MSFT; path=/; domain=.msn.com; expires=Wed, 30-Dec-2037 16:00:00 GMT</psf:browserCookie>
|
||||
<psf:browserCookie Name="MHW" URL="http://www.msn.com">; path=/; domain=.msn.com; expires=Thu, 30-Oct-1980 16:00:00 GMT</psf:browserCookie>
|
||||
<psf:browserCookie Name="MH" URL="http://www.live.com">MSFT; path=/; domain=.live.com; expires=Wed, 30-Dec-2037 16:00:00 GMT</psf:browserCookie>
|
||||
<psf:browserCookie Name="MHW" URL="http://www.live.com">; path=/; domain=.live.com; expires=Thu, 30-Oct-1980 16:00:00 GMT</psf:browserCookie>
|
||||
</psf:browserCookies>
|
||||
<psf:credProperties>
|
||||
<psf:credProperty Name="MainBrandID">MSFT</psf:credProperty>
|
||||
<psf:credProperty Name="BrandIDList"></psf:credProperty>
|
||||
<psf:credProperty Name="IsWinLiveUser">true</psf:credProperty>
|
||||
<psf:credProperty Name="CID">{{ cid }}</psf:credProperty>
|
||||
<psf:credProperty Name="AuthMembername">{{ email }}</psf:credProperty>
|
||||
<psf:credProperty Name="Country">US</psf:credProperty>
|
||||
<psf:credProperty Name="Language">1033</psf:credProperty>
|
||||
<psf:credProperty Name="FirstName">{{ firstname }}</psf:credProperty>
|
||||
<psf:credProperty Name="LastName">{{ lastname }}</psf:credProperty>
|
||||
<psf:credProperty Name="ChildFlags">00000001</psf:credProperty>
|
||||
<psf:credProperty Name="Flags">40100643</psf:credProperty>
|
||||
<psf:credProperty Name="FlagsV2">00000000</psf:credProperty>
|
||||
<psf:credProperty Name="IP">{{ ip }}</psf:credProperty>
|
||||
<psf:credProperty Name="AssociatedForStrongAuth">0</psf:credProperty>
|
||||
</psf:credProperties>
|
||||
<psf:extProperties>
|
||||
<psf:extProperty Name="ANON" Expiry="Wed, 30-Dec-2037 16:00:00 GMT" Domains="bing.com;atdmt.com" IgnoreRememberMe="false">A=B97FB2EE7DB4CE0D0D5B8107FFFFFFFF&E=1542&W=1</psf:extProperty>
|
||||
<psf:extProperty Name="NAP" Expiry="Wed, 30-Dec-2037 16:00:00 GMT" Domains="bing.com;atdmt.com" IgnoreRememberMe="false">V=1.9&E=14e8&C=uT838e-8kV7Jbm-HqQel-ETkvE7QSUGh6ywMjZQ9JJyYtNKxtdfCBw&W=1</psf:extProperty>
|
||||
<psf:extProperty Name="LastUsedCredType">1</psf:extProperty>
|
||||
<psf:extProperty Name="WebCredType">1</psf:extProperty>
|
||||
<psf:extProperty Name="CID">{{ cid }}</psf:extProperty>
|
||||
</psf:extProperties>
|
||||
<psf:response/>
|
||||
</psf:pp>
|
||||
</S:Header>
|
||||
<S:Body>
|
||||
<wst:RequestSecurityTokenResponseCollection xmlns:S="http://www.w3.org/2003/05/soap-envelope" xmlns:wst="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">
|
||||
<wst:RequestSecurityTokenResponse>
|
||||
<wst:TokenType>urn:passport:legacy</wst:TokenType>
|
||||
<wsp:AppliesTo xmlns:wsa="http://www.w3.org/2005/08/addressing">
|
||||
<wsa:EndpointReference>
|
||||
<wsa:Address>http://Passport.NET/tb</wsa:Address>
|
||||
</wsa:EndpointReference>
|
||||
</wsp:AppliesTo>
|
||||
<wst:Lifetime>
|
||||
<wsu:Created>{{ timez }}</wsu:Created>
|
||||
<wsu:Expires>{{ tomorrowz }}</wsu:Expires>
|
||||
</wst:Lifetime>
|
||||
<wst:RequestedSecurityToken>
|
||||
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Id="BinaryDAToken0" Type="http://www.w3.org/2001/04/xmlenc#Element">
|
||||
<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"></EncryptionMethod>
|
||||
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
|
||||
<ds:KeyName>http://Passport.NET/STS</ds:KeyName>
|
||||
</ds:KeyInfo>
|
||||
<CipherData>
|
||||
<CipherValue>Cap26AQZrSyMm2SwwTyJKyqLR9/S+vQWQsaBc5Mv7PwtQDMzup/udOOMMvSu99R284pmiD3IepBXrEMLK5rLrXAf2A6vrP6vYuGA45GCqQdoxusHZcjt9P2B8WyCTVT2cM8jtGqGIfRlU/4WzOLxNrDJwDfOsmilduGAGZfvRPW7/jyXXrnGK7/PWkymX4YDD+ygJfMrPAfvAprvw/HVE6tutKVc9cViTVYy8oHjosQlb8MKn3vKDW1O2ZWQUc47JPl7DkjQaanfNBGe6CL7K1nr6Z/jy7Ay7MjV+KQehmvphSEmCzLrpB4WWn2PdpdTrOcDj+aJfWHeGL4sIPwEKgrKnTQg9QD8CCsm5wew9P/br39OuIfsC6/PFBEHmVThqj0aMxYLRD4K2GoRay6Ab7NftoIP5dnFnclfRxETAoNpTPE2F5Q669QySrdXxBpBSk8GLmdCDMlhiyzSiByrhFQaZRcH8n9i+i289otYuJQ7xPyP19KwT4CRyOiIlh3DSdlBfurMwihQGxN2spU7P4MwckrDKeOyYQhvNm/XWId/oXBqpHbo2yRPiOwL9p1J4AxA4RaJuh77vyhn2lFQaxPDqZd5A8RJjpb2NE2N3UncKLW7GAangdoLbRDMqt51VMZ0la+b/moL61fKvFXinKRHc7PybrG3MWzgXxO/VMKAuXOsB9XnOgl2A524cgiwyg==</CipherValue>
|
||||
</CipherData>
|
||||
</EncryptedData>
|
||||
</wst:RequestedSecurityToken>
|
||||
<wst:RequestedAttachedReference>
|
||||
<wsse:SecurityTokenReference>
|
||||
<wsse:Reference URI="2jmj7l5rSw0yVb/vlWAYkK/YBwk="></wsse:Reference>
|
||||
</wsse:SecurityTokenReference>
|
||||
</wst:RequestedAttachedReference>
|
||||
<wst:RequestedUnattachedReference>
|
||||
<wsse:SecurityTokenReference>
|
||||
<wsse:Reference URI="2jmj7l5rSw0yVb/vlWAYkK/YBwk="></wsse:Reference>
|
||||
</wsse:SecurityTokenReference>
|
||||
</wst:RequestedUnattachedReference>
|
||||
<wst:RequestedProofToken>
|
||||
<wst:BinarySecret>tgoPVK67sU36fQKlGLMgWgTXp7oiaQgE</wst:BinarySecret>
|
||||
</wst:RequestedProofToken>
|
||||
</wst:RequestSecurityTokenResponse>
|
||||
{{ tokenxml }}
|
||||
</wst:RequestSecurityTokenResponseCollection>
|
||||
</S:Body>
|
||||
</S:Envelope>
|
||||
@@ -0,0 +1,242 @@
|
||||
{% macro contact_entry(ab_id, ctc, detail, now) %}
|
||||
<contactId>{{ ctc.head.uuid }}</contactId>
|
||||
<contactInfo>
|
||||
{% if ctc.detail.personal_email or ctc.detail.work_phone or ctc.detail.im_email or ctc.detail.other_email %}
|
||||
<emails>
|
||||
{% if ctc.detail.work_email %}
|
||||
{{ email_entry('ContactEmailBusiness', ctc.detail.work_email) }}
|
||||
{% endif %}
|
||||
{% if ctc.detail.im_email %}
|
||||
{{ email_entry('ContactEmailMessenger', ctc.detail.im_email) }}
|
||||
{% endif %}
|
||||
{% if ctc.detail.other_email %}
|
||||
{{ email_entry('ContactEmailOther', ctc.detail.other_email) }}
|
||||
{% endif %}
|
||||
{% if ctc.detail.personal_email %}
|
||||
{{ email_entry('ContactEmailPersonal', ctc.detail.personal_email) }}
|
||||
{% endif %}
|
||||
</emails>
|
||||
{% endif %}
|
||||
{% if ctc.detail.home_phone or ctc.detail.work_phone or ctc.detail.fax_phone or ctc.detail.pager_phone or ctc.detail.mobile_phone or ctc.detail.other_phone %}
|
||||
<phones>
|
||||
{% if ctc.detail.work_phone %}
|
||||
{{ phone_entry('ContactPhoneBusiness', contact.work_phone) }}
|
||||
{% endif %}
|
||||
{% if ctc.detail.fax_phone %}
|
||||
{{ phone_entry('ContactPhoneFax', ctc.detail.fax_phone) }}
|
||||
{% endif %}
|
||||
{% if ctc.detail.pager_phone %}
|
||||
{{ phone_entry('ContactPhonePager', ctc.detail.pager_phone) }}
|
||||
{% endif %}
|
||||
{% if ctc.detail.mobile_phone %}
|
||||
{{ phone_entry('ContactPhoneMobile', ctc.detail.mobile_phone) }}
|
||||
{% endif %}
|
||||
{% if ctc.detail.other_phone %}
|
||||
{{ phone_entry('ContactPhoneOther', ctc.detail.other_phone) }}
|
||||
{% endif %}
|
||||
{% if ctc.detail.home_phone %}
|
||||
{{ phone_entry('ContactPhonePersonal', ctc.detail.home_phone) }}
|
||||
{% endif %}
|
||||
</phones>
|
||||
{% endif %}
|
||||
{% if ctc.detail.locations %}
|
||||
<locations>
|
||||
{% for location in ctc.detail.locations.values() %}
|
||||
{% if location.street or location.city or location.state or location.country or location.zip_code %}
|
||||
<ContactLocation>
|
||||
<contactLocationType>{{ location.type }}</contactLocationType>
|
||||
{% if location.street %}
|
||||
<street>{{ location.street }}</street>
|
||||
{% endif %}
|
||||
{% if location.city %}
|
||||
<city>{{ location.city }}</city>
|
||||
{% endif %}
|
||||
{% if location.state %}
|
||||
<state>{{ location.state }}</state>
|
||||
{% endif %}
|
||||
{% if location.country %}
|
||||
<country>{{ location.country }}</country>
|
||||
{% endif %}
|
||||
{% if location.zip_code %}
|
||||
<postalCode>{{ location.zip_code }}</postalCode>
|
||||
{% endif %}
|
||||
</ContactLocation>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</locations>
|
||||
{% endif %}
|
||||
{% if ctc.detail.personal_website or ctc.detail.business_website %}
|
||||
<webSites>
|
||||
{% if ctc.detail.business_website %}
|
||||
{{ website_entry('ContactWebSiteBusiness', ctc.detail.business_website) }}
|
||||
{% endif %}
|
||||
{% if ctc.detail.personal_website %}
|
||||
{{ website_entry('ContactWebSitePersonal', ctc.detail.personal_website) }}
|
||||
{% endif %}
|
||||
</webSites>
|
||||
{% endif %}
|
||||
{% if ctc.detail.nickname %}
|
||||
<annotations>
|
||||
{{ annotation('AB.NickName', ctc.detail.nickname) }}
|
||||
</annotations>
|
||||
{% endif %}
|
||||
<contactType>Regular</contactType>
|
||||
<quickName>{{ ctc.status.name }}</quickName>
|
||||
{% if ctc.detail.first_name %}
|
||||
<firstName>{{ ctc.detail.first_name }}</firstName>
|
||||
{% endif %}
|
||||
{% if ctc.detail.middle_name %}
|
||||
<MiddleName>{{ ctc.detail.middle_name }}</MiddleName>
|
||||
{% endif %}
|
||||
{% if ctc.detail.last_name %}
|
||||
<lastName>{{ ctc.detail.last_name }}</lastName>
|
||||
{% endif %}
|
||||
<passportName>{{ ctc.head.email }}</passportName>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<displayName>{{ ctc.status.name }}</displayName>
|
||||
<puid>{{ puid_format(ctc.head.uuid) }}</puid>
|
||||
{% if ctc._groups %}
|
||||
<groupIds>
|
||||
{% for group in ctc._groups.copy() %}
|
||||
<guid>{{ group.uuid }}</guid>
|
||||
{% endfor %}
|
||||
</groupIds>
|
||||
{% endif %}
|
||||
<CID>{{ cid_format(ctc.head.uuid, decimal = True) }}</CID>
|
||||
<IsNotMobileVisible>false</IsNotMobileVisible>
|
||||
<isMobileIMEnabled>false</isMobileIMEnabled>
|
||||
<isMessengerUser>{{ bool_to_str(ctc.is_messenger_user) }}</isMessengerUser>
|
||||
<isFavorite>{% if ab_id == '00000000-0000-0000-0000-000000000000' %}{{ bool_to_str(contact_is_favorite(detail, ctc)) }}{% else %}false{% endif %}</isFavorite>
|
||||
<isSmtp>false</isSmtp>
|
||||
<hasSpace>false</hasSpace>
|
||||
<spotWatchState>NoDevice</spotWatchState>
|
||||
<birthdate>{% if ctc.detail.birthdate %}{{ date_format(ctc.detail.birthdate) }}{% else %}0001-01-01T00:00:00{% endif %}</birthdate>
|
||||
{% if ctc.detail.anniversary %}
|
||||
<Anniversary>{{ ctc.detail.anniversary.strftime('%Y/%m/%d') }}</Anniversary>
|
||||
{% endif %}
|
||||
{% if ctc.detail.notes %}
|
||||
<comment>{{ ctc.detail.notes }}</comment>
|
||||
{% endif %}
|
||||
<primaryEmailType>{% if ctc.detail.primary_email_type %}{{ ctc.detail.primary_email_type }}{% else %}ContactEmailPersonal{% endif %}</primaryEmailType>
|
||||
<PrimaryLocation>ContactLocationPersonal</PrimaryLocation>
|
||||
<PrimaryPhone>ContactPhonePersonal</PrimaryPhone>
|
||||
<IsPrivate>false</IsPrivate>
|
||||
<Gender>Unspecified</Gender>
|
||||
<TimeZone>None</TimeZone>
|
||||
</contactInfo>
|
||||
<propertiesChanged />
|
||||
<fDeleted>false</fDeleted>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro phone_entry(type, phone) %}
|
||||
<ContactPhone>
|
||||
<contactPhoneType>{{ type }}</contactPhoneType>
|
||||
<number>{{ phone }}</number>
|
||||
<isMessengerEnabled>false</isMessengerEnabled>
|
||||
</ContactPhone>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro email_entry(type, email) %}
|
||||
<ContactEmail>
|
||||
<contactEmailType>{{ type }}</contactEmailType>
|
||||
<email>{{ email }}</email>
|
||||
<isMessengerEnabled>false</isMessengerEnabled>
|
||||
<Capability>0</Capability>
|
||||
<MessengerEnabledExternally>false</MessengerEnabledExternally>
|
||||
</ContactEmail>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro website_entry(type, url) %}
|
||||
<ContactWebSite>
|
||||
<contactWebSiteType>{{ type }}</contactWebSiteType>
|
||||
<webURL>{{ url }}</webURL>
|
||||
</ContactWebSite>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro annotation(name, value) %}
|
||||
<Annotation>
|
||||
<Name>{{ name }}</Name>
|
||||
<Value>{{ value }}</Value>
|
||||
</Annotation>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro generate_me_entry(user, now) %}
|
||||
<Contact>
|
||||
<contactId>{{ user.uuid }}</contactId>
|
||||
<contactInfo>
|
||||
<annotations>
|
||||
<Annotation>
|
||||
<Name>MSN.IM.MBEA</Name>
|
||||
<Value>0</Value>
|
||||
</Annotation>
|
||||
<Annotation>
|
||||
<Name>MSN.IM.GTC</Name>
|
||||
<Value>{% if user.settings.get('GTC') == 'A' %}1{% elif user.settings.get('GTC') == 'N' %}2{% else %}0{% endif %}</Value>
|
||||
</Annotation>
|
||||
<Annotation>
|
||||
<Name>MSN.IM.BLP</Name>
|
||||
<Value>{% if user.settings.get('BLP') == 'AL' %}1{% elif user.settings.get('BLP') == 'BL' %}2{% else %}0{% endif %}</Value>
|
||||
</Annotation>
|
||||
{% if user.settings.get('MPOP') %}
|
||||
<Annotation>
|
||||
<Name>MSN.IM.MPOP</Name>
|
||||
<Value>{{ user.settings.get('MPOP') }}</Value>
|
||||
</Annotation>
|
||||
{% endif %}
|
||||
{% if user.settings.get('RLP') %}
|
||||
<Annotation>
|
||||
<Name>MSN.IM.RoamLiveProperties</Name>
|
||||
<Value>{{ user.settings.get('RLP') }}</Value>
|
||||
</Annotation>
|
||||
{% endif %}
|
||||
</annotations>
|
||||
<contactType>Me</contactType>
|
||||
<quickName>{{ user.status.name }}</quickName>
|
||||
<passportName>{{ user.email }}</passportName>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<displayName>{{ user.status.name }}</displayName>
|
||||
<puid>{{ puid_format(user.uuid) }}</puid>
|
||||
<CID>{{ cid_format(user.uuid, decimal = True) }}</CID>
|
||||
<IsNotMobileVisible>false</IsNotMobileVisible>
|
||||
<isMobileIMEnabled>false</isMobileIMEnabled>
|
||||
<isMessengerUser>false</isMessengerUser>
|
||||
<isFavorite>false</isFavorite>
|
||||
<isSmtp>false</isSmtp>
|
||||
<hasSpace>false</hasSpace>
|
||||
<spotWatchState>NoDevice</spotWatchState>
|
||||
<birthdate>0001-01-01T00:00:00</birthdate>
|
||||
<primaryEmailType>ContactEmailPersonal</primaryEmailType>
|
||||
<PrimaryLocation>ContactLocationPersonal</PrimaryLocation>
|
||||
<PrimaryPhone>ContactPhonePersonal</PrimaryPhone>
|
||||
<IsPrivate>false</IsPrivate>
|
||||
<Gender>Unspecified</Gender>
|
||||
<TimeZone>None</TimeZone>
|
||||
</contactInfo>
|
||||
<propertiesChanged />
|
||||
<fDeleted>false</fDeleted>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
</Contact>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro group_entry(group, now) %}
|
||||
<Group>
|
||||
<groupId>{{ group.uuid }}</groupId>
|
||||
<groupInfo>
|
||||
<annotations>
|
||||
<Annotation>
|
||||
<Name>MSN.IM.Display</Name>
|
||||
<Value>1</Value>
|
||||
</Annotation>
|
||||
</annotations>
|
||||
<groupType>c8529ce2-6ead-434d-881f-341e17db3ff8</groupType>
|
||||
<name>{{ group.name }}</name>
|
||||
<IsNotMobileVisible>false</IsNotMobileVisible>
|
||||
<IsPrivate>false</IsPrivate>
|
||||
<IsFavorite>{{ bool_to_str(group.is_favorite) }}</IsFavorite>
|
||||
</groupInfo>
|
||||
<propertiesChanged />
|
||||
<fDeleted>false</fDeleted>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
</Group>
|
||||
{% endmacro %}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABContactAddResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<ABContactAddResult>
|
||||
<guid>{{ contact_uuid }}</guid>
|
||||
</ABContactAddResult>
|
||||
</ABContactAddResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABContactDeleteResponse xmlns="http://www.msn.com/webservices/AddressBook"/>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABContactUpdateResponse xmlns="http://www.msn.com/webservices/AddressBook" />
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,54 @@
|
||||
{% from 'msn:_funcs.xml' import contact_entry, group_entry, generate_me_entry, ab_properties %}
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABFindAllResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<ABFindAllResult>
|
||||
<groups>
|
||||
{% for group in detail._groups_by_uuid.values() %}
|
||||
{{ group_entry(group, now) }}
|
||||
{% endfor %}
|
||||
</groups>
|
||||
<contacts>
|
||||
{% for ctc in detail.contacts.values() %}
|
||||
{% if ctc.lists.__and__(ContactList.FL) %}
|
||||
<Contact>
|
||||
{{ contact_entry(ab_id, ctc, detail, now) }}
|
||||
</Contact>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{{ generate_me_entry(user, now) }}
|
||||
</contacts>
|
||||
<ab>
|
||||
<abId>{{ ab_id }}</abId>
|
||||
<abInfo>
|
||||
<ownerPuid>0</ownerPuid>
|
||||
<OwnerCID>{{ cid_format(user.uuid, decimal = True) }}</OwnerCID>
|
||||
<ownerEmail>{{ user.email }}</ownerEmail>
|
||||
<fDefault>true</fDefault>
|
||||
<joinedNamespace>false</joinedNamespace>
|
||||
<IsBot>false</IsBot>
|
||||
<IsParentManaged>false</IsParentManaged>
|
||||
<SubscribeExternalPartner>false</SubscribeExternalPartner>
|
||||
<NotifyExternalPartner>false</NotifyExternalPartner>
|
||||
<AddressBookType>Individual</AddressBookType>
|
||||
</abInfo>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
<DynamicItemLastChanged>0001-01-01T00:00:00</DynamicItemLastChanged>
|
||||
<createDate>{{ date_format(user.date_created) }}</createDate>
|
||||
<propertiesChanged />
|
||||
</ab>
|
||||
</ABFindAllResult>
|
||||
</ABFindAllResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,270 @@
|
||||
{% from 'msn:_funcs.xml' import contact_entry, group_entry, generate_me_entry, ab_properties %}
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABFindContactsPagedResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<ABFindContactsPagedResult>
|
||||
{% if ab_id == '00000000-0000-0000-0000-000000000000' %}
|
||||
<Groups>
|
||||
{% for group in detail._groups_by_uuid.values() %}
|
||||
{{ group_entry(group, now) }}
|
||||
{% endfor %}
|
||||
</Groups>
|
||||
{% endif %}
|
||||
<Contacts>
|
||||
{% if ab_id == '00000000-0000-0000-0000-000000000000' %}
|
||||
{% for ctc in detail.contacts.values() %}
|
||||
{% if ctc.lists.__and__(ContactList.FL) %}
|
||||
<Contact>
|
||||
{{ contact_entry(ab_id, ctc, detail, now) }}
|
||||
</Contact>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% for circle in circles %}
|
||||
<Contact>
|
||||
<contactId>00000000-0000-0000-0009-{{ circle.chat_id }}</contactId>
|
||||
<contactInfo>
|
||||
<contactType>Circle</contactType>
|
||||
<quickName>circle</quickName>
|
||||
<passportName>00000000-0000-0000-0009-{{ circle.chat_id.upper() }}@hotmail.com</passportName>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<displayName>{% if circle.memberships[user.uuid].role == CircleRole.Admin %}{{ circle.name }}{% else %}00000000-0000-0000-0009-{{ circle.chat_id.upper() }}@hotmail.com{% endif %}</displayName>
|
||||
<puid>{{ puid_format(user.uuid) }}</puid>
|
||||
<CID>{{ cid_format('00000000-0000-0000-0009-' + circle.chat_id, decimal = True) }}</CID>
|
||||
<IsNotMobileVisible>false</IsNotMobileVisible>
|
||||
<isMobileIMEnabled>false</isMobileIMEnabled>
|
||||
<isMessengerUser>false</isMessengerUser>
|
||||
<isFavorite>false</isFavorite>
|
||||
<isSmtp>false</isSmtp>
|
||||
<hasSpace>false</hasSpace>
|
||||
<spotWatchState>NoDevice</spotWatchState>
|
||||
<birthdate>0001-01-01T00:00:00</birthdate>
|
||||
<primaryEmailType>ContactEmailPersonal</primaryEmailType>
|
||||
<PrimaryLocation>ContactLocationPersonal</PrimaryLocation>
|
||||
<PrimaryPhone>ContactPhonePersonal</PrimaryPhone>
|
||||
<IsPrivate>false</IsPrivate>
|
||||
<IsHidden>true</IsHidden>
|
||||
<Gender>Unspecified</Gender>
|
||||
<TimeZone>None</TimeZone>
|
||||
<NetworkInfoList>
|
||||
<NetworkInfo>
|
||||
<DomainId>1</DomainId>
|
||||
<SourceId>WL</SourceId>
|
||||
{% if circle.memberships[user.uuid].role != CircleRole.Admin %}
|
||||
<DomainTag>00000000-0000-0000-0009-{{ circle.chat_id.upper() }}</DomainTag>
|
||||
<DisplayName>00000000-0000-0000-0009-{{ circle.chat_id.upper() }}</DisplayName>
|
||||
{% endif %}
|
||||
<RelationshipType>5</RelationshipType>
|
||||
<RelationshipState>{{ circle.memberships[user.uuid].state.value }}</RelationshipState>
|
||||
<RelationshipStateDate>{{ now }}</RelationshipStateDate>
|
||||
<RelationshipRole>{% if circle.memberships[user.uuid].role == CircleRole.StatePendingOutbound %}4{% else %}0{% endif %}</RelationshipRole>
|
||||
<NDRCount>0</NDRCount>
|
||||
{% if circle.memberships[user.uuid].invite_message %}
|
||||
<InviterMessage>{{ circle.memberships[user.uuid].invite_message }}</InviterMessage>
|
||||
{% endif %}
|
||||
<InviterCID>{% if user.uuid == circle.owner_uuid %}0{% else %}{{ cid_format(circle.memberships[user.uuid].inviter_uuid, decimal = True) }}{% endif %}</InviterCID>
|
||||
{% if circle.memberships[user.uuid].inviter_name %}
|
||||
<InviterName>{{ circle.memberships[user.uuid].inviter_name }}</InviterName>
|
||||
{% endif %}
|
||||
{% if circle.memberships[user.uuid].inviter_email %}
|
||||
<InviterEmail>{{ circle.memberships[user.uuid].inviter_email }}</InviterEmail>
|
||||
{% endif %}
|
||||
<CreateDate>{{ now }}</CreateDate>
|
||||
<LastUpdated>{{ now }}</LastUpdated>
|
||||
<PropertiesChanged />
|
||||
</NetworkInfo>
|
||||
</NetworkInfoList>
|
||||
<IsAutoUpdateDisabled>false</IsAutoUpdateDisabled>
|
||||
<IsShellContact>false</IsShellContact>
|
||||
<TrustLevel>0</TrustLevel>
|
||||
<PropertiesChanged />
|
||||
</contactInfo>
|
||||
<propertiesChanged />
|
||||
<fDeleted>false</fDeleted>
|
||||
<CreateDate>{{ now }}</CreateDate>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
<CreatedBy>96</CreatedBy>
|
||||
</Contact>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
{% for membership in circle.memberships.values() %}
|
||||
<Contact>
|
||||
<contactId>{{ membership.head.uuid }}</contactId>
|
||||
<contactInfo>
|
||||
<contactType>{% if membership.state == CircleState.WaitingResponse or membership.state == CircleState.Rejected or (membership.role == CircleRole.Empty and membership.state == CircleState.Empty) %}LivePending{% else %}Live{% endif %}</contactType>
|
||||
<quickName>{{ membership.head.email }}</quickName>
|
||||
<passportName>{{ membership.head.email }}</passportName>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<displayName>{{ membership.head.email }}</displayName>
|
||||
<puid>{{ puid_format(user.uuid) }}</puid>
|
||||
<CID>{{ cid_format(membership.head.uuid, decimal = True) }}</CID>
|
||||
<IsNotMobileVisible>false</IsNotMobileVisible>
|
||||
<isMobileIMEnabled>false</isMobileIMEnabled>
|
||||
<isMessengerUser>false</isMessengerUser>
|
||||
<isFavorite>false</isFavorite>
|
||||
<isSmtp>false</isSmtp>
|
||||
<hasSpace>false</hasSpace>
|
||||
<spotWatchState>NoDevice</spotWatchState>
|
||||
<birthdate>0001-01-01T00:00:00</birthdate>
|
||||
<primaryEmailType>ContactEmailPersonal</primaryEmailType>
|
||||
<PrimaryLocation>ContactLocationPersonal</PrimaryLocation>
|
||||
<PrimaryPhone>ContactPhonePersonal</PrimaryPhone>
|
||||
<IsPrivate>false</IsPrivate>
|
||||
<IsHidden>false</IsHidden>
|
||||
<Gender>Unspecified</Gender>
|
||||
<TimeZone>None</TimeZone>
|
||||
{% if not (membership.role == CircleRole.Empty or membership.state == CircleState.Empty) %}
|
||||
<NetworkInfoList>
|
||||
<NetworkInfo>
|
||||
<DomainId>1</DomainId>
|
||||
<SourceId>WL</SourceId>
|
||||
<RelationshipType>5</RelationshipType>
|
||||
<RelationshipState>{% if membership.state == CircleState.WaitingResponse %}2{% else %}{{ membership.state.value }}{% endif %}</RelationshipState>
|
||||
<RelationshipStateDate>{{ now }}</RelationshipStateDate>
|
||||
<RelationshipRole>{% if membership.role == CircleRole.StatePendingOutbound %}3{% else %}{{ membership.role.value }}{% endif %}</RelationshipRole>
|
||||
<NDRCount>0</NDRCount>
|
||||
{% if membership.invite_message %}
|
||||
<InviterMessage>{{ membership.invite_message }}</InviterMessage>
|
||||
{% endif %}
|
||||
<InviterCID>{% if membership.head.uuid == circle.owner_uuid %}0{% else %}{{ cid_format(membership.inviter_uuid, decimal = True) }}{% endif %}</InviterCID>
|
||||
{% if membership.inviter_name %}
|
||||
<InviterName>{{ membership.inviter_name }}</InviterName>
|
||||
{% endif %}
|
||||
{% if membership.inviter_email %}
|
||||
<InviterEmail>{{ membership.inviter_email }}</InviterEmail>
|
||||
{% endif %}
|
||||
<CreateDate>{{ now }}</CreateDate>
|
||||
<LastUpdated>{{ now }}</LastUpdated>
|
||||
<PropertiesChanged />
|
||||
</NetworkInfo>
|
||||
</NetworkInfoList>
|
||||
{% endif %}
|
||||
<IsAutoUpdateDisabled>false</IsAutoUpdateDisabled>
|
||||
<IsShellContact>false</IsShellContact>
|
||||
<TrustLevel>0</TrustLevel>
|
||||
<PropertiesChanged />
|
||||
</contactInfo>
|
||||
<propertiesChanged />
|
||||
<fDeleted>{% if membership.state == CircleState.Rejected or (membership.state == CircleState.Empty and not membership.role == CircleRole.Empty) %}true{% else %}false{% endif %}</fDeleted>
|
||||
<CreateDate>{{ now }}</CreateDate>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
<CreatedBy>96</CreatedBy>
|
||||
</Contact>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if ab_id.startswith('00000000-0000-0000-0009-') %}
|
||||
<Contact>
|
||||
<contactId>{{ ab_id }}</contactId>
|
||||
<contactInfo>
|
||||
<contactType>Me</contactType>
|
||||
<quickName>{{ ab_id }}</quickName>
|
||||
<passportName>{{ ab_id }}@live.com</passportName>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<displayName>{{ ab_id }}@live.com</displayName>
|
||||
<puid>{{ puid_format(user.uuid) }}</puid>
|
||||
<CID>{{ cid_format(ab_id, decimal = True) }}</CID>
|
||||
<IsNotMobileVisible>false</IsNotMobileVisible>
|
||||
<isMobileIMEnabled>false</isMobileIMEnabled>
|
||||
<isMessengerUser>false</isMessengerUser>
|
||||
<isFavorite>false</isFavorite>
|
||||
<isSmtp>false</isSmtp>
|
||||
<hasSpace>false</hasSpace>
|
||||
<spotWatchState>NoDevice</spotWatchState>
|
||||
<birthdate>0001-01-01T00:00:00</birthdate>
|
||||
<primaryEmailType>ContactEmailPersonal</primaryEmailType>
|
||||
<PrimaryLocation>ContactLocationPersonal</PrimaryLocation>
|
||||
<PrimaryPhone>ContactPhonePersonal</PrimaryPhone>
|
||||
<IsPrivate>false</IsPrivate>
|
||||
<Gender>Unspecified</Gender>
|
||||
<TimeZone>None</TimeZone>
|
||||
</contactInfo>
|
||||
<propertiesChanged />
|
||||
<fDeleted>false</fDeleted>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
</Contact>
|
||||
{% else %}
|
||||
{{ generate_me_entry(user, now) }}
|
||||
{% endif %}
|
||||
</Contacts>
|
||||
{% if ab_id == '00000000-0000-0000-0000-000000000000' %}
|
||||
<CircleResult>
|
||||
{% if circles %}
|
||||
<Circles>
|
||||
{% for circle in circles %}
|
||||
{% if circle.memberships[user.uuid].state == CircleState.Accepted or circle.memberships[user.uuid].state == CircleState.WaitingResponse %}
|
||||
<CircleInverseInfo>
|
||||
<Content>
|
||||
<Handle>
|
||||
<Id>00000000-0000-0000-0009-{{ circle.chat_id }}</Id>
|
||||
</Handle>
|
||||
<Info>
|
||||
<Domain>1</Domain>
|
||||
<HostedDomain>live.com</HostedDomain>
|
||||
<Type>2</Type>
|
||||
<MembershipAccess>{{ circle.membership_access }}</MembershipAccess>
|
||||
<IsPresenceEnabled>true</IsPresenceEnabled>
|
||||
<RequestMembershipOption>{{ circle.request_membership_option }}</RequestMembershipOption>
|
||||
<DisplayName>{{ circle.name }}</DisplayName>
|
||||
<ProfileLastUpdated>0001-01-01T00:00:00</ProfileLastUpdated>
|
||||
<Changes />
|
||||
<CreateDate>0001-01-01T00:00:00</CreateDate>
|
||||
<LastUpdated>{{ now }}</LastUpdated>
|
||||
</Info>
|
||||
</Content>
|
||||
<PersonalInfo>
|
||||
<MembershipInfo>
|
||||
<CirclePersonalMembership>
|
||||
<Role>{{ circle.memberships[user.uuid].role.name }}</Role>
|
||||
<State>{{ circle.memberships[user.uuid].state.name }}</State>
|
||||
</CirclePersonalMembership>
|
||||
</MembershipInfo>
|
||||
<Name>{{ circle.name }}</Name>
|
||||
<IsNotMobileVisible>false</IsNotMobileVisible>
|
||||
<IsFavorite>false</IsFavorite>
|
||||
<IsFamily>false</IsFamily>
|
||||
<Changes />
|
||||
</PersonalInfo>
|
||||
<Deleted>false</Deleted>
|
||||
</CircleInverseInfo>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</Circles>
|
||||
{% endif %}
|
||||
<CircleTicket>{{ signedticket }}</CircleTicket>
|
||||
</CircleResult>
|
||||
{% endif %}
|
||||
<Ab>
|
||||
<abId>{{ ab_id }}</abId>
|
||||
<abInfo>
|
||||
<ownerPuid>0</ownerPuid>
|
||||
<OwnerCID>{% if ab_id.startswith('00000000-0000-0000-0009-') %}{{ cid_format(ab_id, decimal = True) }}{% else %}{{ cid_format(user.uuid, decimal = True) }}{% endif %}</OwnerCID>
|
||||
<ownerEmail>{% if ab_id.startswith('00000000-0000-0000-0009-') %}{{ ab_id }}@live.com{% else %}{{ user.email }}{% endif %}</ownerEmail>
|
||||
<fDefault>true</fDefault>
|
||||
<joinedNamespace>false</joinedNamespace>
|
||||
<IsBot>false</IsBot>
|
||||
<IsParentManaged>false</IsParentManaged>
|
||||
<AccountTierLastChanged>0001-01-01T00:00:00</AccountTierLastChanged>
|
||||
<ProfileVersion>0</ProfileVersion>
|
||||
<SubscribeExternalPartner>false</SubscribeExternalPartner>
|
||||
<NotifyExternalPartner>false</NotifyExternalPartner>
|
||||
<AddressBookType>{{ ab_type }}</AddressBookType>
|
||||
</abInfo>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
<DynamicItemLastChanged>0001-01-01T00:00:00</DynamicItemLastChanged>
|
||||
<createDate>{{ date_format(user.date_created) }}</createDate>
|
||||
<propertiesChanged />
|
||||
</Ab>
|
||||
</ABFindContactsPagedResult>
|
||||
</ABFindContactsPagedResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABGroupAddResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<ABGroupAddResult>
|
||||
<guid>{{ group_id }}</guid>
|
||||
</ABGroupAddResult>
|
||||
</ABGroupAddResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABGroupContactAddResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<ABGroupContactAddResult>
|
||||
<guid>{{ contact_uuid }}</guid>
|
||||
</ABGroupContactAddResult>
|
||||
</ABGroupContactAddResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABGroupContactDeleteResponse xmlns="http://www.msn.com/webservices/AddressBook"/>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABGroupDeleteResponse xmlns="http://www.msn.com/webservices/AddressBook"/>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ABGroupUpdateResponse xmlns="http://www.msn.com/webservices/AddressBook"/>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<BreakConnectionResponse xmlns="http://www.msn.com/webservices/AddressBook"/>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<CreateContactResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<CreateContactResult>
|
||||
<contactId>{{ head.uuid }}</contactId>
|
||||
<contactInfo>
|
||||
<contactType>LivePending</contactType>
|
||||
<quickName>{{ head.email }}</quickName>
|
||||
<passportName>{{ head.email }}</passportName>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<displayName>{{ head.email }}</displayName>
|
||||
<puid>{{ puid_format(user.uuid) }}</puid>
|
||||
<CID>{{ cid_format(head.uuid, decimal = True) }}</CID>
|
||||
<IsNotMobileVisible>false</IsNotMobileVisible>
|
||||
<isMobileIMEnabled>false</isMobileIMEnabled>
|
||||
<isMessengerUser>false</isMessengerUser>
|
||||
<isFavorite>false</isFavorite>
|
||||
<isSmtp>false</isSmtp>
|
||||
<hasSpace>false</hasSpace>
|
||||
<spotWatchState>NoDevice</spotWatchState>
|
||||
<birthdate>0001-01-01T00:00:00</birthdate>
|
||||
<primaryEmailType>ContactEmailPersonal</primaryEmailType>
|
||||
<PrimaryLocation>ContactLocationPersonal</PrimaryLocation>
|
||||
<PrimaryPhone>ContactPhonePersonal</PrimaryPhone>
|
||||
<IsPrivate>false</IsPrivate>
|
||||
<IsHidden>false</IsHidden>
|
||||
<Gender>Unspecified</Gender>
|
||||
<TimeZone>None</TimeZone>
|
||||
<IsAutoUpdateDisabled>false</IsAutoUpdateDisabled>
|
||||
<IsShellContact>false</IsShellContact>
|
||||
<TrustLevel>0</TrustLevel>
|
||||
<PropertiesChanged />
|
||||
</contactInfo>
|
||||
<propertiesChanged />
|
||||
<fDeleted>false</fDeleted>
|
||||
<CreateDate>{{ now }}</CreateDate>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
<CreatedBy>96</CreatedBy>
|
||||
</CreateContactResult>
|
||||
</CreateContactResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Can Not Add Yourself </faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/{{ action_str }}</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">CanNotAddYourself</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">Can Not Add Yourself </errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BAYABCHWBB133</machineName>
|
||||
<additionalDetails>
|
||||
<conflictObjectId>79ACA834-005D-4812-8749-DC976F38BC5D</conflictObjectId>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Contact Already Exists </faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/{{ action_str }}</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">ContactAlreadyExists</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">Contact Already Exists </errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BAYABCHWBB133</machineName>
|
||||
<additionalDetails>
|
||||
<conflictObjectId>79ACA834-005D-4812-8749-DC976F38BC5D</conflictObjectId>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Contact Does Not Exist </faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/{{ action_str }}</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">ContactDoesNotExist</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">Contact Does Not Exist </errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BAYABCHWBB133</machineName>
|
||||
<additionalDetails>
|
||||
<conflictObjectId>79ACA834-005D-4812-8749-DC976F38BC5D</conflictObjectId>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Malformed email Argument Email missing '@' character</faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/ABContactAdd</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">BadEmailArgument</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">Malformed email Argument Email missing '@' character</errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BAYABCHWBB136</machineName>
|
||||
<additionalDetails>
|
||||
<originalExceptionErrorMessage>Malformed email Argument Email missing '@' character</originalExceptionErrorMessage>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Malformed email Argument Email missing '.' character</faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/ABContactAdd</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">BadEmailArgument</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">Malformed email Argument Email missing '.' character</errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BAYABCHWBB137</machineName>
|
||||
<additionalDetails>
|
||||
<originalExceptionErrorMessage>Malformed email Argument Email missing '.' character</originalExceptionErrorMessage>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Full sync required. Details: Delta syncs disabled.</faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/{{ faultactor }}</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">FullSyncRequired</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">Full sync required. Details: Delta syncs disabled.</errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">DM2CDP1012622</machineName>
|
||||
<additionalDetails>
|
||||
<originalExceptionErrorMessage>Full sync required. Details: Delta syncs disabled.</originalExceptionErrorMessage>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Group Already Exists </faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/{{ action_str }}</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">GroupAlreadyExists</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">Group Already Exists </errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BAYABCHWBB131</machineName>
|
||||
<additionalDetails>
|
||||
<conflictObjectId>A4D21A8C-AD06-435F-8AB0-64D8B663FB91</conflictObjectId>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Argument Exceeded Allowed Length GroupName exceeded length</faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/{{ action_str }}</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">BadArgumentLength</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">Argument Exceeded Allowed Length GroupName exceeded length</errorstring>
|
||||
<parameterFault xmlns="http://www.msn.com/webservices/AddressBook">GroupName</parameterFault>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BAYABCHWBB143</machineName>
|
||||
<additionalDetails>
|
||||
<originalExceptionErrorMessage>Argument Exceeded Allowed Length GroupName exceeded length</originalExceptionErrorMessage>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>The Passport user specified is invalid SignInName: {{ email }}</faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/{{ action_str }}</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">InvalidPassportUser</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">The Passport user specified is invalid SignInName: {{ email }}</errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BAYABCHWBB137</machineName>
|
||||
<additionalDetails>
|
||||
<originalExceptionErrorMessage>The Passport user specified is invalid SignInName: {{ email }}</originalExceptionErrorMessage>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<ManageWLConnectionResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<ManageWLConnectionResult>
|
||||
{% if error %}
|
||||
<clientErrorData>
|
||||
{{ error }}
|
||||
</clientErrorData>
|
||||
{% endif %}
|
||||
{% if not error %}
|
||||
<clientErrorData />
|
||||
<contactId>{% if ab_id == '00000000-0000-0000-0000-000000000000' %}00000000-0000-0000-0009-{{ circle.chat_id }}{% else %}{{ head.uuid }}{% endif %}</contactId>
|
||||
<contactInfo>
|
||||
<contactType>{% if ab_id == '00000000-0000-0000-0000-000000000000' %}Circle{% else %}{% if circle.memberships[head.uuid].state == CircleState.WaitingResponse or circle.memberships[head.uuid].state == CircleState.Rejected or (circle.memberships[head.uuid].role == CircleRole.Empty or circle.memberships[head.uuid].state == CircleState.Empty) %}LivePending{% else %}Live{% endif %}{% endif %}</contactType>
|
||||
<quickName>{% if ab_id == '00000000-0000-0000-0000-000000000000' %}circle{% else %}{{ head.email }}{% endif %}</quickName>
|
||||
<passportName>{% if ab_id == '00000000-0000-0000-0000-000000000000' %}00000000-0000-0000-0009-{{ circle.chat_id.upper() }}@hotmail.com{% else %}{{ head.email }}{% endif %}</passportName>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<displayName>{% if ab_id == '00000000-0000-0000-0000-000000000000' %}{{ circle.name }}{% else %}{{ head.email }}{% endif %}</displayName>
|
||||
<puid>{{ puid_format(user.uuid) }}</puid>
|
||||
<CID>{{ cid_format('00000000-0000-0000-0009-' + circle.chat_id, decimal = True) }}</CID>
|
||||
<IsNotMobileVisible>false</IsNotMobileVisible>
|
||||
<isMobileIMEnabled>false</isMobileIMEnabled>
|
||||
<isMessengerUser>false</isMessengerUser>
|
||||
<isFavorite>false</isFavorite>
|
||||
<isSmtp>false</isSmtp>
|
||||
<hasSpace>false</hasSpace>
|
||||
<spotWatchState>NoDevice</spotWatchState>
|
||||
<birthdate>0001-01-01T00:00:00</birthdate>
|
||||
<primaryEmailType>ContactEmailPersonal</primaryEmailType>
|
||||
<PrimaryLocation>ContactLocationPersonal</PrimaryLocation>
|
||||
<PrimaryPhone>ContactPhonePersonal</PrimaryPhone>
|
||||
<IsPrivate>false</IsPrivate>
|
||||
<IsHidden>{% if ab_id == '00000000-0000-0000-0000-000000000000' %}true{% else %}false{% endif %}</IsHidden>
|
||||
<Gender>Unspecified</Gender>
|
||||
<TimeZone>None</TimeZone>
|
||||
{% if (ab_id == '00000000-0000-0000-0000-000000000000' or ab_id.startswith('00000000-0000-0000-0009-')) and not (circle.memberships[head.uuid].role == CircleRole.Empty or circle.memberships[head.uuid].state == CircleState.Empty) %}
|
||||
<NetworkInfoList>
|
||||
<NetworkInfo>
|
||||
<DomainId>1</DomainId>
|
||||
<SourceId>WL</SourceId>
|
||||
{% if ab_id == '00000000-0000-0000-0000-000000000000' and circle.memberships[head.uuid].role != CircleRole.Admin %}
|
||||
<DomainTag>00000000-0000-0000-0009-{{ circle.chat_id.upper() }}</DomainTag>
|
||||
<DisplayName>00000000-0000-0000-0009-{{ circle.chat_id.upper() }}</DisplayName>
|
||||
{% endif %}
|
||||
<RelationshipType>5</RelationshipType>
|
||||
<RelationshipState>{% if ab_id.startswith('00000000-0000-0000-0009-') and circle.memberships[head.uuid].state == CircleState.WaitingResponse %}2{% else %}{{ circle.memberships[head.uuid].state.value }}{% endif %}</RelationshipState>
|
||||
<RelationshipStateDate>{{ now }}</RelationshipStateDate>
|
||||
<RelationshipRole>{% if ab_id == '00000000-0000-0000-0000-000000000000' %}{% if circle.memberships[head.uuid].role == CircleRole.StatePendingOutbound %}4{% else %}0{% endif %}{% else %}{% if circle.memberships[head.uuid].role == CircleRole.StatePendingOutbound %}3{% else %}{{ circle.memberships[head.uuid].role.value }}{% endif %}{% endif %}</RelationshipRole>
|
||||
<NDRCount>0</NDRCount>
|
||||
{% if circle.memberships[head.uuid].invite_message %}
|
||||
<InviterMessage>{{ circle.memberships[head.uuid].invite_message }}</InviterMessage>
|
||||
{% endif %}
|
||||
<InviterCID>{% if head.uuid == circle.owner_uuid %}0{% else %}{{ cid_format(circle.memberships[head.uuid].inviter_uuid, decimal = True) }}{% endif %}</InviterCID>
|
||||
{% if circle.memberships[head.uuid].inviter_name %}
|
||||
<InviterName>{{ circle.memberships[head.uuid].inviter_name }}</InviterName>
|
||||
{% endif %}
|
||||
{% if circle.memberships[head.uuid].inviter_email %}
|
||||
<InviterEmail>{{ circle.memberships[head.uuid].inviter_email }}</InviterEmail>
|
||||
{% endif %}
|
||||
<CreateDate>{{ now }}</CreateDate>
|
||||
<LastUpdated>{{ now }}</LastUpdated>
|
||||
<PropertiesChanged />
|
||||
</NetworkInfo>
|
||||
</NetworkInfoList>
|
||||
{% endif %}
|
||||
<IsAutoUpdateDisabled>false</IsAutoUpdateDisabled>
|
||||
<IsShellContact>false</IsShellContact>
|
||||
<TrustLevel>0</TrustLevel>
|
||||
<PropertiesChanged />
|
||||
</contactInfo>
|
||||
<propertiesChanged />
|
||||
<fDeleted>false</fDeleted>
|
||||
<CreateDate>{{ now }}</CreateDate>
|
||||
<lastChange>{{ now }}</lastChange>
|
||||
<CreatedBy>96</CreatedBy>
|
||||
{% endif %}
|
||||
</ManageWLConnectionResult>
|
||||
</ManageWLConnectionResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<UpdateDynamicItemResponse xmlns="http://www.msn.com/webservices/AddressBook" />
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,3 @@
|
||||
<AppDir code="2" v="{{ v}}">
|
||||
{{ results }}
|
||||
</AppDir>
|
||||
@@ -0,0 +1,15 @@
|
||||
<Category{% if extra %}{{ extra }}{% endif %}>
|
||||
<CategoryID>{{ category.id }}</CategoryID>
|
||||
<Locale>{{ locale }}</Locale>
|
||||
{% if category.icon_url %}
|
||||
<CategoryIconURL>{{ category.icon_url }}</CategoryIconURL>
|
||||
{% else %}
|
||||
<CategoryIconURL />
|
||||
{% endif %}
|
||||
<CategoryName>{{ category.name }}</CategoryName>
|
||||
{% if category.description %}
|
||||
<CategoryDescription>{{ category.description }}</CategoryDescription>
|
||||
{% else %}
|
||||
<CategoryDescription />
|
||||
{% endif %}
|
||||
</Category>
|
||||
@@ -0,0 +1,2 @@
|
||||
<tr id="r{{ cat_id }}e"><td colspan=3 height=1><img src="/static/AppDir/image/spacer.gif"</td></tr>
|
||||
<tr><td colspan=3 height=16><img src="/static/AppDir/image/spacer.gif"</td></tr>
|
||||
@@ -0,0 +1,3 @@
|
||||
<tr id="cid{{ cat_id }}" ><td valign="top" width=2><img src="/static/AppDir/image/spacer.gif" width=2></td><td colspan=2><a href="#" class="t" title="" onClick="ToggleCatShow({{ cat_id }});" width=100%>{{ cat_name }}</a></td></tr>
|
||||
<tr id="r{{ cat_id }}s" ><td colspan=3 height=4><img src="/static/AppDir/image/spacer.gif"></td></tr>
|
||||
<tr ><td colspan=3 height=2 background="/static/AppDir/image/line.gif"></td></tr>
|
||||
@@ -0,0 +1 @@
|
||||
<tr id="r{{ app_id }}" ><td valign="top" width=2><img src="/static/AppDir/image/spacer.gif" width=2></td><td width=100% colspan=2><a id="a{{ app_id }}" href="javascript:RA('{{ app_id }}', '{{ app_id }}')" title="{{ description }}">{{ name }}</a></td></tr>
|
||||
@@ -0,0 +1,377 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<title>MSN Messenger Application Directory</title>
|
||||
<meta name="CODE_LANGUAGE" Content="Python">
|
||||
<meta name="vs_defaultClientScript" content="JavaScript">
|
||||
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
A.t {
|
||||
font-family: Tahoma, Verdana, Arial;
|
||||
font-weight:bold;
|
||||
font-size:8pt;
|
||||
color:#5C5C5C;
|
||||
text-decoration: none;
|
||||
line-height: 12pt
|
||||
}
|
||||
|
||||
A {
|
||||
font-family: Tahoma, Verdana, Arial;
|
||||
font-size:8pt;
|
||||
color:#2F4A8F;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
A:hover {
|
||||
font-family: Tahoma, Verdana, Arial;
|
||||
font-size:8pt;
|
||||
color:#2F4A8F;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.disclaimer {
|
||||
font-family: Tahoma, Verdana, Arial;
|
||||
font-size:8pt;
|
||||
color:#2F4A8F;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ns {
|
||||
font-family: Tahoma, Verdana, Arial;
|
||||
font-size:8pt;
|
||||
color: red;
|
||||
}
|
||||
|
||||
BODY { direction: ltr; }-->
|
||||
</style>
|
||||
|
||||
<script language="javascript">
|
||||
|
||||
var g_DaysToExpireCookie = 30;// [id, [Kids, MinUsers, MaxUsers]]
|
||||
var g_AppInfo = new Array(
|
||||
|
||||
{{ app_entries_js }} [0, [0]]
|
||||
);
|
||||
|
||||
</script>
|
||||
<script language="javascript">
|
||||
function GetCookieValue(name, defVal) {
|
||||
var c = document.cookie;
|
||||
var i = c.indexOf(name + "=");
|
||||
if (i == -1) return defVal;
|
||||
i = i + name.length + 1;
|
||||
var end = c.indexOf(";", i);
|
||||
if (end == -1) end = c.length;
|
||||
return unescape(c.substring(i, end));
|
||||
}
|
||||
|
||||
function SetCookieValue(name, value) {
|
||||
var d = new Date();
|
||||
d.setTime(d.getTime() + 1000 * 60 * 60 * 24 * g_DaysToExpireCookie);
|
||||
document.cookie = name + "=" + escape(value) + "; expires=" + d.toUTCString();
|
||||
}
|
||||
|
||||
function GetUrlValue(name, defVal) {
|
||||
var i = document.URL.toLowerCase().indexOf(name.toLowerCase() + "=");
|
||||
if (i == -1) return defVal;
|
||||
i = document.URL.indexOf("=", i) + 1;
|
||||
var end = document.URL.indexOf("&", i);
|
||||
if (end == -1) end = document.URL.indexOf("#", i);
|
||||
if (end == -1) end = document.URL.length;
|
||||
return document.URL.substring(i, end);
|
||||
}
|
||||
|
||||
function ShowHide(elem, fShow) {
|
||||
if (fShow)
|
||||
elem.style.display = 'block';
|
||||
else
|
||||
elem.style.display = 'none';
|
||||
}
|
||||
|
||||
function ShowHideRowsInRange(idStart, idEnd, fShow) {
|
||||
var eRow = document.all[idStart];
|
||||
var iRow = eRow.rowIndex;
|
||||
var eTable = eRow.parentElement;
|
||||
while (eTable.tagName != 'TABLE') {
|
||||
eTable = eTable.parentElement;
|
||||
}
|
||||
do {
|
||||
ShowHide(eRow, fShow);
|
||||
iRow++;
|
||||
eRow = eTable.rows[iRow];
|
||||
} while (eRow != null && eRow.id != idEnd)
|
||||
ShowHide(eRow, fShow);
|
||||
}
|
||||
|
||||
function ToggleCatShow(CatId) {
|
||||
var id = "r" + CatId + "s";
|
||||
var fShow = true;
|
||||
|
||||
if (document.all[id].style != null && document.all[id].style.display != "none")
|
||||
fShow = false;
|
||||
|
||||
if (CatId == 0 && fShow)
|
||||
UpdateFavUI(); // favs don't all show - only the defined ones do.
|
||||
else
|
||||
{
|
||||
ShowHideRowsInRange(id, "r" + CatId + "e", fShow);
|
||||
// v9 if (CatId != 0) SaveCatShowHideState(CatId, fShow);
|
||||
}
|
||||
}
|
||||
|
||||
function GetCatCookieName() {
|
||||
return "C" + GetUrlValue("k", 0);
|
||||
}
|
||||
|
||||
/* save for V9
|
||||
function SaveCatShowHideState(CatId, fShow) {
|
||||
var aCatHiddenList;
|
||||
var cookieName = GetCatCookieName();
|
||||
|
||||
if (GetCookieValue(cookieName) == null)
|
||||
aCatHiddenList = new Array();
|
||||
else
|
||||
aCatHiddenList = GetCookieValue(cookieName).split(",");
|
||||
|
||||
var fInHiddenList = (aCatHiddenList.join(",").match(CatId) != null);
|
||||
|
||||
if (fShow != fInHiddenList) return;
|
||||
|
||||
if (fShow)
|
||||
aCatHiddenList = aCatHiddenList.join(",").replace(CatId + ",", "").replace("," + CatId, "").replace(CatId, "").split(",");
|
||||
else
|
||||
aCatHiddenList = aCatHiddenList.concat(CatId);
|
||||
|
||||
SetCookieValue(cookieName, aCatHiddenList.join(","));
|
||||
}
|
||||
|
||||
function HideHiddenCats() {
|
||||
var i;
|
||||
var aCatHiddenList;
|
||||
var cookieName = GetCatCookieName();
|
||||
|
||||
if (GetCookieValue(cookieName) == null)
|
||||
aCatHiddenList = new Array();
|
||||
else
|
||||
aCatHiddenList = GetCookieValue(cookieName).split(",");
|
||||
|
||||
for (i = 0; i < aCatHiddenList.length; i++)
|
||||
ShowHideRowsInRange("r" + aCatHiddenList[i] + "s", "r" + aCatHiddenList[i] + "e", false);
|
||||
} */
|
||||
|
||||
function SetFavLinkValues(eLink, sCookieValue, rowId) {
|
||||
var aV = sCookieValue.split(",");
|
||||
eLink.href = "javascript:RA('" + aV[0] + "', '" + rowId + "');";
|
||||
eLink.title = unescape(aV[5]);
|
||||
eLink.innerText = unescape(aV[1]);
|
||||
if (aV.length > 6) {
|
||||
// icon URL
|
||||
eLink.parentElement.parentElement.children[0].children[0].src = unescape(aV[6]);
|
||||
}
|
||||
}
|
||||
|
||||
function SetLinkFocus(e, cmd) {
|
||||
for (i = 0; i < document.links.length; i++) {
|
||||
if (document.links[i] == e) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
switch (cmd) {
|
||||
case "next":
|
||||
i++;
|
||||
break;
|
||||
|
||||
case "prev":
|
||||
i--;
|
||||
break;
|
||||
}
|
||||
|
||||
if (i < 0)
|
||||
i = document.links.length - 1;
|
||||
else if (i >= document.links.length)
|
||||
i = 0;
|
||||
|
||||
e = document.links[i];
|
||||
if ((e.style.display != "none") &&
|
||||
(e.parentElement.style.display != "none") &&
|
||||
(e.parentElement.parentElement.style.display != "none")) {
|
||||
e.focus();
|
||||
}
|
||||
else {
|
||||
SetLinkFocus(e, cmd);
|
||||
}
|
||||
}
|
||||
|
||||
function OnKeyDownHandler() {
|
||||
var e = window.event;
|
||||
|
||||
switch (e.keyCode) {
|
||||
case 40: // down
|
||||
SetLinkFocus(e.srcElement, "next");
|
||||
break;
|
||||
|
||||
case 38: // up
|
||||
SetLinkFocus(e.srcElement, "prev");
|
||||
break;
|
||||
|
||||
case 32: // space
|
||||
e.srcElement.click();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
function OnLoad() {
|
||||
for (var i = 0; i < document.links.length; i++) {
|
||||
document.links[i].onkeydown = OnKeyDownHandler;
|
||||
}
|
||||
UpdateFavUI();
|
||||
// v9 HideHiddenCats();
|
||||
// preload any images so we don't see layout changes if the images are slow to get
|
||||
var img = new Image();
|
||||
img.src = "/static/AppDir/image/line.gif";
|
||||
img.src = "/static/AppDir/image/spacer.gif";
|
||||
img.src = "/static/AppDir/image/defentry.png";
|
||||
img.src = "/static/AppDir/image/icon_star.png";
|
||||
img.src = "/static/AppDir/image/icon_arrow.png";
|
||||
|
||||
try {
|
||||
window.external.Initialize(); // tell the client we are done loading.
|
||||
}
|
||||
catch(e) {
|
||||
window.status = "Initialize would have been called.";
|
||||
}
|
||||
}
|
||||
|
||||
function GetFavsCookieNamePrefix() {
|
||||
return "F" + GetUrlValue("k", 0) + "-" + GetUrlValue("L", "en-US");
|
||||
}
|
||||
|
||||
function UpdateFavUI() {
|
||||
if (document.all["cid0"] != null) {
|
||||
var cookieName = GetFavsCookieNamePrefix();
|
||||
var aC = new Array(
|
||||
GetCookieValue(cookieName + 1, "0"),
|
||||
GetCookieValue(cookieName + 2, "0"),
|
||||
GetCookieValue(cookieName + 3, "0"));
|
||||
if (aC[0] == 0)
|
||||
ShowHideRowsInRange("cid0", "r0e", false);
|
||||
else {
|
||||
ShowHideRowsInRange("cid0", "r0e", true);
|
||||
for (var i = 0; i < 3; i++) {
|
||||
SetFavLinkValues(document.all["a-" + (i+1)], aC[i], -(i+1));
|
||||
ShowHide(document.all["r-" + (i+1)], aC[i] != 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function AddIdToFavorites(id, Name, Kids, MinUsers, MaxUsers, Desc, iconUrl) {
|
||||
var cookieName = GetFavsCookieNamePrefix();
|
||||
var aFavs = new Array(
|
||||
GetCookieValue(cookieName + 1, "0").split(","),
|
||||
GetCookieValue(cookieName + 2, "0").split(","),
|
||||
GetCookieValue(cookieName + 3, "0").split(",")
|
||||
);
|
||||
// if the same id is already a fav, delete it and shift the others up
|
||||
var i;
|
||||
for (i=0; i < 2; i++) {
|
||||
if (aFavs[i][0] == id) {
|
||||
var j;
|
||||
for (j=i; j < 2; j++) {
|
||||
aFavs[j] = aFavs[j+1];
|
||||
}
|
||||
aFavs[3] = "0".split(",");
|
||||
}
|
||||
}
|
||||
// now insert the new fav and shift the others down
|
||||
SetCookieValue(cookieName + 1, new Array(id, escape(Name), Kids, MinUsers, MaxUsers, escape(Desc), escape(iconUrl)).join(","));
|
||||
SetCookieValue(cookieName + 2, aFavs[0].join(","));
|
||||
SetCookieValue(cookieName + 3, aFavs[1].join(","));
|
||||
UpdateFavUI();
|
||||
}
|
||||
|
||||
function RA(id, rowId) {
|
||||
var appMinUsers;
|
||||
var appMaxUsers;
|
||||
var appKids;
|
||||
var appName;
|
||||
var appDesc;
|
||||
var SubscriptionURL;
|
||||
|
||||
if (id > 0) {
|
||||
var i;
|
||||
for (i = 0; g_AppInfo[i][0] > 0; i++) {
|
||||
if (id == g_AppInfo[i][0]) {
|
||||
var aInfo = g_AppInfo[i];
|
||||
appKids = aInfo[1][0];
|
||||
appMinUsers = aInfo[1][1];
|
||||
appMaxUsers = aInfo[1][2];
|
||||
SubscriptionURL = aInfo[1][3];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// Layout dependent code! - first cell of row has img
|
||||
//var iconUrl = "/static/AppDir/image/spacer.gif"; // document.all["r" + rowId].children[0].children[0].src;
|
||||
var iconUrl = document.all["r" + rowId].children[0].children[0].src;
|
||||
|
||||
var eLink = document.all["a" + rowId];
|
||||
appName = eLink.innerText;
|
||||
var title = eLink.title;
|
||||
AddIdToFavorites(id, appName, appKids, appMinUsers, appMaxUsers, title, iconUrl);
|
||||
} else { // fav id
|
||||
var aFav = GetCookieValue(GetFavsCookieNamePrefix() + id, "0").split(",");
|
||||
id = aFav[0];
|
||||
appName = unescape(aFav[1]);
|
||||
appKids = aFav[2];
|
||||
appMinUsers = aFav[3];
|
||||
appMaxUsers = aFav[4];
|
||||
}
|
||||
try {
|
||||
var Ex = window.external;
|
||||
if(FindClientVersion() >= 6.1) {
|
||||
Ex.StartApp2(appName, id, appMaxUsers, appMinUsers, appKids, SubscriptionURL);
|
||||
}
|
||||
else {
|
||||
Ex.StartApp(appName, id, appMaxUsers, appMinUsers, appKids);
|
||||
}
|
||||
} catch(e) {
|
||||
window.status = "RunApp(" + appName + ", " + id + ", " + appMaxUsers + ", " + appMinUsers + ", " + appKids + ")";
|
||||
}
|
||||
}
|
||||
|
||||
function FindClientVersion() {
|
||||
var cstrVersion = "Version";
|
||||
// find the query string (URL string after the '?' char
|
||||
var query = document.location.search.substring(1);
|
||||
// search the query string for the "Version" paramenter
|
||||
var index = query.indexOf(cstrVersion);
|
||||
// get the string at the end of the version parameter + 1 (skip '=' character)
|
||||
var value = query.substring(index + cstrVersion.length + 1);
|
||||
// return what is after the '=' character and before the '&'
|
||||
var iend = value.indexOf('&');
|
||||
if(iend <= 0)
|
||||
return value;
|
||||
else
|
||||
return value.substring(0, iend);
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
</HEAD>
|
||||
<body oncontextmenu="return false;" onLoad="OnLoad();" scroll="auto" leftmargin="8" topmargin="10">
|
||||
<table cellspacing="0" cellpadding="0" width="201" height="100%" border="0">
|
||||
{{ results }}
|
||||
<noscript class="ns">Your browser's current security settings will not allow you to use Fun & Games. To use Fun & Games, set your browser security to medium or low, and be sure cookies and scripting are enabled.</noscript><tr><td colspan=3 height=16><img src="/static/AppDir/image/spacer.gif"/></td></tr>
|
||||
<tr id="cid0" style="{display: none}"><td colspan=3><a href="#" class="t" title="Fun & Games activities you have launched recently" onClick="ToggleCatShow(0);" width=100%>Recently Played</a></td></tr>
|
||||
<tr id="r0s" style="{display: none}"><td colspan=3 height=4><img src="/static/AppDir/image/spacer.gif"></td></tr>
|
||||
<tr style="{display: none}"><td colspan=3 height=2 background="/static/AppDir/image/line.gif"></td></tr>
|
||||
<tr id="r-1" style="{display: none}"><td valign="top" width=18 height=12><img src=""></td><td width=100% colspan=2><a id="a-1" href="javascript:RA('-1', '-1')" title=""></a></td></tr>
|
||||
<tr id="r-2" style="{display: none}"><td valign="top" width=18 height=12><img src=""></td><td width=100% colspan=2><a id="a-2" href="javascript:RA('-2', '-2')" title=""></a></td></tr>
|
||||
<tr id="r-3" style="{display: none}"><td valign="top" width=18 height=12><img src=""></td><td width=100% colspan=2><a id="a-3" href="javascript:RA('-3', '-3')" title=""></a></td></tr>
|
||||
<tr id="r0e"><td colspan=3 height=1><img src="/static/AppDir/image/spacer.gif"</td></tr>
|
||||
<tr><td colspan=3 height=100%><img src="/static/AppDir/image/spacer.gif"</td></tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</HTML>
|
||||
@@ -0,0 +1,48 @@
|
||||
<EntryID>{{ entry.id }}</EntryID>
|
||||
<SubscriptionURL />
|
||||
{% if entry.error %}
|
||||
<Error>{{ entry.error }}</Error>
|
||||
{% else %}
|
||||
<Error/>
|
||||
{% endif %}
|
||||
<Locale>{{ entry.locale or 'en-US' }}</Locale>
|
||||
<Kids>{{ 1 if entry.kids else 0 }}</Kids>
|
||||
<Page>{{ entry.page }}</Page>
|
||||
<CategoryID>{{ entry.category_id }}</CategoryID>
|
||||
<Sequence>{{ i }}</Sequence>
|
||||
<Name>{{ entry.name }}</Name>
|
||||
<Description>{{ entry.description }}</Description>
|
||||
<URL>{{ entry.url }}</URL>
|
||||
{% if entry.icon_url %}
|
||||
<IconURL>{{ entry.icon_url }}</IconURL>
|
||||
<AppIconURL>{{ entry.icon_url }}</AppIconURL>
|
||||
{% else %}
|
||||
<IconURL/>
|
||||
<AppIconURL/>
|
||||
{% endif %}
|
||||
<PassportSiteID>0</PassportSiteID>
|
||||
<Type>{{ entry.type }}</Type>
|
||||
<Height>{{ entry.height }}</Height>
|
||||
<Width>{{ entry.width }}</Width>
|
||||
<Location>{{ entry.location }}</Location>
|
||||
<MinUsers>{{ entry.min_users }}</MinUsers>
|
||||
<MaxUsers>{{ entry.max_users }}</MaxUsers>
|
||||
<EnableIP>{{ bool_to_str(entry.enable_ip) }}</EnableIP>
|
||||
<ActiveX>{{ bool_to_str(entry.activex) }}</ActiveX>
|
||||
<SendFile>{{ bool_to_str(entry.send_file) }}</SendFile>
|
||||
<SendIM>{{ bool_to_str(entry.send_im) }}</SendIM>
|
||||
<ReceiveIM>{{ bool_to_str(entry.receive_im) }}</ReceiveIM>
|
||||
<ReplaceIM>{{ bool_to_str(entry.replace_im) }}</ReplaceIM>
|
||||
<Windows>{{ bool_to_str(entry.windows) }}</Windows>
|
||||
<MaxPacketRate>{{ entry.max_packet_rate }}</MaxPacketRate>
|
||||
{% if entry.log_url %}
|
||||
<LogURL>{{ entry.log_url }}</LogURL>
|
||||
{% else %}
|
||||
<LogURL/>
|
||||
{% endif %}
|
||||
<UserProperties>{{ bool_to_str(entry.user_properties) }}</UserProperties>
|
||||
{% if entry.minimum_client_version %}
|
||||
<ClientVersion>{{ entry.minimum_client_version }}</ClientVersion>
|
||||
{% endif %}
|
||||
<AppType>{{ entry.app_type }}</AppType>
|
||||
<Hidden>{{ bool_to_str(entry.hidden) }}</Hidden>
|
||||
@@ -0,0 +1,3 @@
|
||||
<Entry{% if extra %}{{ extra }}{% endif %}>
|
||||
{{ entry }}
|
||||
</Entry>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
{% if entry %}
|
||||
<GetAppEntryResponse xmlns="http://www.msn.com/webservices/Messenger/Client">
|
||||
<GetAppEntryResult>
|
||||
{{ entry }}
|
||||
</GetAppEntryResult>
|
||||
</GetAppEntryResponse>
|
||||
{% else %}
|
||||
<GetAppEntryResponse xmlns="http://www.msn.com/webservices/Messenger/Client" />
|
||||
{% endif %}
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>AppDirectory Version Page</TITLE>
|
||||
</HEAD>
|
||||
<BODY>{{ version }}</BODY>
|
||||
</HTML>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<GetFilteredDataSet2Response xmlns="http://www.msn.com/webservices/Messenger/Client">
|
||||
<GetFilteredDataSet2Result>
|
||||
{{ diffgram }}
|
||||
</GetFilteredDataSet2Result>
|
||||
</GetFilteredDataSet2Response>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<GetFullDataSetResponse xmlns="http://www.msn.com/webservices/Messenger/Client">
|
||||
<GetFullDataSetResult>
|
||||
{{ diffgram }}
|
||||
</GetFullDataSetResult>
|
||||
</GetFullDataSetResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,9 @@
|
||||
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
{% if results %}
|
||||
<NewDataSet>
|
||||
{{ results }}
|
||||
</NewDataSet>
|
||||
{% else %}
|
||||
<NewDataSet />
|
||||
{% endif %}
|
||||
</diffgr:diffgram>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<GetClientConfigResponse xmlns="http://www.msn.com/webservices/Messenger/Client">
|
||||
<GetClientConfigResult><![CDATA[{MsgrConfig}]]></GetClientConfigResult>
|
||||
</GetClientConfigResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,102 @@
|
||||
<MsgrConfig>
|
||||
<Simple>
|
||||
<Config>
|
||||
<ExpiresInDays>0</ExpiresInDays>
|
||||
</Config>
|
||||
<DisablePhoneDialer>1</DisablePhoneDialer>
|
||||
<MinFlashPlayer BuildNumber="60" MajorVersion="7" MinorVersion="0"></MinFlashPlayer>
|
||||
<Relay>
|
||||
<Enabled>0</Enabled>
|
||||
<MaxCallLength>0</MaxCallLength>
|
||||
</Relay>
|
||||
<TrustedDomains>
|
||||
<domain name="hiden.cc"/>
|
||||
<domain name="ugnet.gay"/>
|
||||
<domain name="crosstalk.im"/>
|
||||
<domain name="ctsrv.gay"/>
|
||||
</TrustedDomains>
|
||||
<ErrorResponseTable>
|
||||
<Feature type="0" name="Login">
|
||||
<Entry hr="0x80072EE7" action="3"></Entry>
|
||||
<Entry hr="0x81000306" action="3"></Entry>
|
||||
<Entry hr="0x80072EFD" action="3"></Entry>
|
||||
<Entry hr="0x81000362" action="3"></Entry>
|
||||
<Entry hr="0x8100030E" action="3"></Entry>
|
||||
<Entry hr="0x80072745" action="3"></Entry>
|
||||
<Entry hr="0x800701F7" action="3"></Entry>
|
||||
<Entry hr="0x80072EFF" action="3"></Entry>
|
||||
<Entry hr="0x81000363" action="3"></Entry>
|
||||
<Entry hr="0x81000395" action="3"></Entry>
|
||||
<Entry hr="0x800B0001" action="3"></Entry>
|
||||
<Entry hr="0x81000323" action="3"></Entry>
|
||||
<Entry hr="0x80072F19" action="3"></Entry>
|
||||
<Entry hr="0x800701F8" action="3"></Entry>
|
||||
<Entry hr="0x80072746" action="3"></Entry>
|
||||
<Entry hr="0x800701F6" action="3"></Entry>
|
||||
<Entry hr="0x81000377" action="3"></Entry>
|
||||
<Entry hr="0x81000314" action="3"></Entry>
|
||||
<Entry hr="0x81000378" action="3"></Entry>
|
||||
<Entry hr="0x80072EFF" action="3"></Entry>
|
||||
<Entry hr="0x80070190" action="3"></Entry>
|
||||
<Entry hr="0x80070197" action="3"></Entry>
|
||||
<Entry hr="0x80048820" action="3"></Entry>
|
||||
<Entry hr="0x80048829" action="3"></Entry>
|
||||
<Entry hr="0x80048834" action="3"></Entry>
|
||||
<Entry hr="0x80048852" action="3"></Entry>
|
||||
<Entry hr="0x8004886a" action="3"></Entry>
|
||||
<Entry hr="0x8004886b" action="3"></Entry>
|
||||
</Feature>
|
||||
<Feature type="2" name="MapFile">
|
||||
<Entry hr="0x810003F0" action="3"></Entry>
|
||||
<Entry hr="0x810003F1" action="3"></Entry>
|
||||
<Entry hr="0x810003F2" action="3"></Entry>
|
||||
<Entry hr="0x810003F3" action="3"></Entry>
|
||||
<Entry hr="0x810003F4" action="3"></Entry>
|
||||
<Entry hr="0x810003F5" action="3"></Entry>
|
||||
<Entry hr="0x810003F6" action="3"></Entry>
|
||||
<Entry hr="0x810003F7" action="3"></Entry>
|
||||
</Feature>
|
||||
</ErrorResponseTable>
|
||||
</Simple>
|
||||
<TabConfig>
|
||||
{tabs}
|
||||
</TabConfig>
|
||||
<AbchCfg>
|
||||
<abchconfig>
|
||||
<url>https://ctsvcs.addressbook.ugnet.gay/abservice.asmx</url>
|
||||
</abchconfig>
|
||||
</AbchCfg>
|
||||
<LocalizedConfig Market="en-US">
|
||||
<AdMainConfig>
|
||||
<TextAdRefresh>1</TextAdRefresh>
|
||||
<TextAdServer>http://ctsvcs.advertising.ugnet.gay/ads/txt</TextAdServer>
|
||||
<AdBanner20URL Refresh="300">http://ctsvcs.advertising.ugnet.gay/ads/banner</AdBanner20URL>
|
||||
</AdMainConfig>
|
||||
<AppDirConfig>
|
||||
<AppDirPageURL>http://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/Directory.aspx?L=en-us</AppDirPageURL>
|
||||
<AppDirSeviceURL>http://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/AppDirectory.asmx</AppDirSeviceURL>
|
||||
<AppDirVersionURL>http://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/GetAppdirVersion.aspx</AppDirVersionURL>
|
||||
</AppDirConfig>
|
||||
<MSNSearch>
|
||||
<DesktopInstallURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</DesktopInstallURL>
|
||||
<ImagesURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=images</ImagesURL>
|
||||
<NearMeURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</NearMeURL>
|
||||
<NewsURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$+news&ia=news</NewsURL>
|
||||
<SearchKidsURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SearchKidsURL>
|
||||
<SearchURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SearchURL>
|
||||
<SharedSearchURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SharedSearchURL>
|
||||
<SharedSearchURL2>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SharedSearchURL2>
|
||||
</MSNSearch>
|
||||
<MsnTodayConfig>
|
||||
<MsnTodayURL>http://today.msgrsvcs.ctsrv.gay/start?msn=1</MsnTodayURL>
|
||||
</MsnTodayConfig>
|
||||
<MusicIntegration URL="https://www.last.fm/search/tracks?q=$ARTIST$+$TITLE$"/>
|
||||
<RL>
|
||||
<ViewProfileURL>https://crosstalk.im/account/settings</ViewProfileURL>
|
||||
</RL>
|
||||
<TermsOfUse>
|
||||
<TermsOfUseSID>956</TermsOfUseSID>
|
||||
<TermsOfUseURL>https://crosstalk.im/tos</TermsOfUseURL>
|
||||
</TermsOfUse>
|
||||
</LocalizedConfig>
|
||||
</MsgrConfig>
|
||||
@@ -0,0 +1,239 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MsgrConfig>
|
||||
<Simple>
|
||||
<Config>
|
||||
<ExpiresInDays>0</ExpiresInDays>
|
||||
</Config>
|
||||
<P2PConfig>
|
||||
<ObjectStore>
|
||||
<SendDelay>1</SendDelay>
|
||||
</ObjectStore>
|
||||
</P2PConfig>
|
||||
<DisablePhoneDialer>1</DisablePhoneDialer>
|
||||
<GetItemVersionForUnknown>false</GetItemVersionForUnknown>
|
||||
<MinFlashPlayer BuildNumber="28" MajorVersion="9" MinorVersion="0" />
|
||||
<Relay>
|
||||
<Enabled>0</Enabled>
|
||||
<MaxCallLength>0</MaxCallLength>
|
||||
</Relay>
|
||||
<Contacts>
|
||||
<Client ZombieServerDetectDelay="1800" ZombieServerDetectInterval="30" ZombieServerDetectResumeDelay="1800" />
|
||||
<Server ZombieServerDetectDelay="900" ZombieServerDetectResumeDelay="900" ZombieServerDetectConnectDelay="900" ZombieServerDetectLongDelay="900" />
|
||||
</Contacts>
|
||||
<TrustedDomains>
|
||||
<domain name="hiden.cc"/>
|
||||
<domain name="ugnet.gay"/>
|
||||
<domain name="crosstalk.im"/>
|
||||
<domain name="ctsrv.gay"/>
|
||||
</TrustedDomains>
|
||||
<ErrorResponseTable>
|
||||
<Feature type="0" name="Login">
|
||||
<Entry hr="0x80004002" action="3"/>
|
||||
<Entry hr="0x80004004" action="3"/>
|
||||
<Entry hr="0x80004005" action="3"/>
|
||||
<Entry hr="0x8000402A" action="3"/>
|
||||
<Entry hr="0x8000FFFF" action="3"/>
|
||||
<Entry hr="0x8001012E" action="3"/>
|
||||
<Entry hr="0x80040200" action="3"/>
|
||||
<Entry hr="0x80048051" action="3"/>
|
||||
<Entry hr="0x80048820" action="3"/>
|
||||
<Entry hr="0x80048823" action="3"/>
|
||||
<Entry hr="0x80070002" action="3"/>
|
||||
<Entry hr="0x80070005" action="3"/>
|
||||
<Entry hr="0x8007000E" action="3"/>
|
||||
<Entry hr="0x80070057" action="3"/>
|
||||
<Entry hr="0x8007007E" action="3"/>
|
||||
<Entry hr="0x800702E4" action="3"/>
|
||||
<Entry hr="0x800706BA" action="3"/>
|
||||
<Entry hr="0x800706BE" action="3"/>
|
||||
<Entry hr="0x80071392" action="3"/>
|
||||
<Entry hr="0x80072745" action="3"/>
|
||||
<Entry hr="0x80072746" action="3"/>
|
||||
<Entry hr="0x80072EE2" action="3"/>
|
||||
<Entry hr="0x80072EF3" action="3"/>
|
||||
<Entry hr="0x80072EFD" action="3"/>
|
||||
<Entry hr="0x80072EFF" action="3"/>
|
||||
<Entry hr="0x80072F06" action="3"/>
|
||||
<Entry hr="0x80072F7D" action="3"/>
|
||||
<Entry hr="0x800C013E" action="3"/>
|
||||
<Entry hr="0x80191002" action="3"/>
|
||||
<Entry hr="0x81000306" action="3"/>
|
||||
<Entry hr="0x8100030D" action="3"/>
|
||||
<Entry hr="0x81000314" action="3"/>
|
||||
<Entry hr="0x81000362" action="3"/>
|
||||
<Entry hr="0x81000378" action="3"/>
|
||||
<Entry hr="0x81000395" action="3"/>
|
||||
<Entry hr="0x85AE000B" action="3"/>
|
||||
<Entry hr="0x85AE000F" action="3"/>
|
||||
<Entry hr="0x85AE001D" action="3"/>
|
||||
<Entry hr="0x85AE0022" action="3"/>
|
||||
<Entry hr="0x85AE0024" action="3"/>
|
||||
<Entry hr="0x85AE0027" action="3"/>
|
||||
<Entry hr="0x85AE003C" action="3"/>
|
||||
<Entry hr="0x85AE0053" action="3"/>
|
||||
<Entry hr="0x8E5E0152" action="3"/>
|
||||
<Entry hr="0x8E5E0158" action="3"/>
|
||||
<Entry hr="0x8E5E0211" action="3"/>
|
||||
<Entry hr="0x8E5E0220" action="3"/>
|
||||
<Entry hr="0x8E5E0226" action="3"/>
|
||||
<Entry hr="0x8E5E03FE" action="3"/>
|
||||
<Entry hr="0x8E5E0408" action="3"/>
|
||||
<Entry hr="0x8E5E05F6" action="3"/>
|
||||
<Entry hr="0x8E5E0710" action="3"/>
|
||||
<Entry hr="0x8E5E0713" action="3"/>
|
||||
</Feature>
|
||||
<Feature type="2" name="MapFile">
|
||||
<Entry hr="0x810003F1" action="3"/>
|
||||
<Entry hr="0x810003F6" action="3"/>
|
||||
</Feature>
|
||||
<Feature type="3" name="P2P">
|
||||
<Entry hr="0x82000016" action="3"/>
|
||||
<Entry hr="0x82000017" action="3"/>
|
||||
<Entry hr="0x82000019" action="3"/>
|
||||
<Entry hr="0x8200001b" action="3"/>
|
||||
<Entry hr="0x8200001d" action="3"/>
|
||||
<Entry hr="0x8200001e" action="3"/>
|
||||
<Entry hr="0x82000024" action="3"/>
|
||||
<Entry hr="0x82000026" action="3"/>
|
||||
</Feature>
|
||||
</ErrorResponseTable>
|
||||
<USBDevices>
|
||||
<Device VID="0x045e" PID="0x0719"/>
|
||||
<Device VID="0x045e" PID="0x0722"/>
|
||||
<Device VID="0x041e" PID="0x4080"/>
|
||||
</USBDevices>
|
||||
<CirclesWeb General="https://crosstalk.im/circles/$CIRCLECID$/settings/" General-SiteId="73625" Management="https://crosstalk.im/circles/$CIRCLECID$/settings/" Management-SiteId="73625" Membership="https://crosstalk.im/circles/$CIRCLECID$/settings/" Membership-SiteId="73625" Leave="https://crosstalk.im/circles/$CIRCLECID$/settings/" Leave-SiteId="73625" Disc="https://discord.gg/dumJwXTPxX" />
|
||||
<AnonymousIMSettings>
|
||||
<SettingsPage URL="http://settings.messenger.live.com/applications/WebSettings.aspx" SiteID="76215" />
|
||||
</AnonymousIMSettings>
|
||||
</Simple>
|
||||
<AbchCfg>
|
||||
<abchconfig>
|
||||
<url>https://ctsvcs.addressbook.ugnet.gay/abservice.asmx</url>
|
||||
</abchconfig>
|
||||
</AbchCfg>
|
||||
<LocalizedConfig Market="en-US">
|
||||
<AdMainConfig>
|
||||
<TextAdRotation>420</TextAdRotation>
|
||||
<TextAdRefresh>1</TextAdRefresh>
|
||||
<TextAdServer>http://ctsvcs.advertising.ugnet.gay/ads/txt</TextAdServer>
|
||||
<AdBanner20URL Refresh="300">http://ctsvcs.advertising.ugnet.gay/ads/banner</AdBanner20URL>
|
||||
<StdAd AdVisible="60" VideoVisible="120" VideoDldIntvl="0">
|
||||
<VideoFeeds FeedsListURL="http://ctsvcs.advertising.ugnet.gay/svcs/msn-video-feeds/"/>
|
||||
</StdAd>
|
||||
</AdMainConfig>
|
||||
<AppDirConfig>
|
||||
<AppDirPageURL>http://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/Directory.aspx?L=en-us</AppDirPageURL>
|
||||
<AppDirSeviceURL>http://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/AppDirectory.asmx</AppDirSeviceURL>
|
||||
<AppDirVersionURL>http://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/GetAppdirVersion.aspx</AppDirVersionURL>
|
||||
</AppDirConfig>
|
||||
<Contacts>
|
||||
<ABPendingRequests>
|
||||
<SiteId>73625</SiteId>
|
||||
<height>672</height>
|
||||
<IncludeSNRequests>true</IncludeSNRequests>
|
||||
<width>808</width>
|
||||
<urlcid>http://cid-%1!16.16I64X!.profile.live.com/invites?partner=Messenger</urlcid>
|
||||
</ABPendingRequests>
|
||||
<EditMyLiveContactProfile>
|
||||
<url>http://social.ugnet.gay/profile.aspx?action=edit&mode=activecontacts&mkt=en-us&partner=Messenger</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</EditMyLiveContactProfile>
|
||||
<EditMyProfile>
|
||||
<url>http://profile.live.com/details</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</EditMyProfile>
|
||||
<Import>
|
||||
<url>http://cid-%1!16.16I64X!.profile.live.com/connect/?partner=Messenger</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</Import>
|
||||
<MessengerInvite>
|
||||
<url>http://cid-%1.profile.live.com/connect/send.aspx?email=%2</url>
|
||||
<urlcid>http://cid-%1.profile.live.com/connect/send.aspx?cid=%2</urlcid>
|
||||
<SiteId>73625</SiteId>
|
||||
</MessengerInvite>
|
||||
<Profile>
|
||||
<url>http://social.ugnet.gay/Profile.aspx?partner=Messenger&mkt=en-us&mem=%ls</url>
|
||||
<urlcid>http://social.ugnet.gay/Profile.aspx?partner=Messenger&mkt=en-us&cid=%ls</urlcid>
|
||||
<urlcid2>http://cid-%1!16.16I64X!.profile.live.com</urlcid2>
|
||||
<SiteId>73625</SiteId>
|
||||
</Profile>
|
||||
<SNInvites>
|
||||
<url>http://cid-%1.profile.live.com/connect/Messenger.aspx?Email=%2</url>
|
||||
<urlcid>http://cid-%1.profile.live.com/connect/Messenger.aspx?cid=0x%2</urlcid>
|
||||
<SiteId>73625</SiteId>
|
||||
</SNInvites>
|
||||
<ViewMapEnabled>true</ViewMapEnabled>
|
||||
</Contacts>
|
||||
<ContactCard>
|
||||
<AddToMySpaceSiteId>45930</AddToMySpaceSiteId>
|
||||
<AddToMySpaceUrl>http://social.ugnet.gay/?addblogentry=true&mkt=nl-nl</AddToMySpaceUrl>
|
||||
<ContactCardDisabled>false</ContactCardDisabled>
|
||||
<CreateSpaceSiteId>45930</CreateSpaceSiteId>
|
||||
<CreateSpaceUrl>http://social.ugnet.gay/signup.aspx?mkt=nl-nl</CreateSpaceUrl>
|
||||
<GetItemVerUrl>http://ctas.storage.ugnet.gay/storageservice/schematizedstore.asmx</GetItemVerUrl>
|
||||
<GetXmlFeedUrl>http://social.ugnet.gay/contactcard/contactcardservice.asmx</GetXmlFeedUrl>
|
||||
<MySpaceSiteId>45930</MySpaceSiteId>
|
||||
<MySpaceUrl>http://social.ugnet.gay/homepage.aspx</MySpaceUrl>
|
||||
<SpaceBaseSiteId>45930</SpaceBaseSiteId>
|
||||
<SpaceBaseUrl>http://social.ugnet.gay</SpaceBaseUrl>
|
||||
<SpaceIntegrationEnabled>true</SpaceIntegrationEnabled>
|
||||
</ContactCard>
|
||||
<FlashUpgradeURL>http://storage.ugnet.gay/crosstalk-dist/client/all/tools/flashplayer_10_3r183_48_winax.exe</FlashUpgradeURL>
|
||||
<GLinkMarket v="en_us" />
|
||||
<LiveFolders UpsellMessageId="1" />
|
||||
<MessengerBlogURL>https://crosstalk.im/blog</MessengerBlogURL>
|
||||
<MSNSearch>
|
||||
<DesktopInstallURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</DesktopInstallURL>
|
||||
<ImagesURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=images</ImagesURL>
|
||||
<NearMeURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</NearMeURL>
|
||||
<NewsURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$+news&ia=news</NewsURL>
|
||||
<PeopleSearchURL>http://home.live.com/search?query=$QUERY$</PeopleSearchURL>
|
||||
<PeopleSearchSiteID>73625</PeopleSearchSiteID>
|
||||
<SearchKidsURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SearchKidsURL>
|
||||
<SearchURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SearchURL>
|
||||
<SharedSearchURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SharedSearchURL>
|
||||
<SharedSearchURL2>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SharedSearchURL2>
|
||||
</MSNSearch>
|
||||
<MsnTodayConfig>
|
||||
<MsnTodaySiteID>6528</MsnTodaySiteID>
|
||||
<MsnTodayURL>http://today.msgrsvcs.ctsrv.gay/start?wlm=1</MsnTodayURL>
|
||||
<Flags>2</Flags>
|
||||
</MsnTodayConfig>
|
||||
<MusicIntegration URL="https://www.last.fm/search/tracks?q=$ARTIST$+$TITLE$"/>
|
||||
<OneCare Enabled="0" />
|
||||
<PE Tracking=""/>
|
||||
<PremiumAV Visibility="1" />
|
||||
<PSTNOut Hidden="0" />
|
||||
<ReportAbuse>
|
||||
<ReportAbuseSID />
|
||||
<ReportAbuseURL>https://crosstalk.im/report</ReportAbuseURL>
|
||||
</ReportAbuse>
|
||||
<RL>
|
||||
<ViewProfileURL>http://g.msn.com/5meen_us/106?%1&Plcid=%2!hs!&%3&Country=%4!hs!&BrandID=%5&passport=%6</ViewProfileURL>
|
||||
</RL>
|
||||
<SDrive Enabled="true" />
|
||||
<TermsOfUse>
|
||||
<TermsOfUseSID>956</TermsOfUseSID>
|
||||
<TermsOfUseURL>https://crosstalk.im/tos</TermsOfUseURL>
|
||||
</TermsOfUse>
|
||||
<VoiceClip Hidden="0" />
|
||||
<VoiceVideo>
|
||||
<DisableSipProxyInviteTest>0</DisableSipProxyInviteTest>
|
||||
<DisableSipProxyCapability>0</DisableSipProxyCapability>
|
||||
<DisableSipProxyInvite>0</DisableSipProxyInvite>
|
||||
<DisableSipProxyCapability2>0</DisableSipProxyCapability2>
|
||||
<DisableSipProxyInvite2>0</DisableSipProxyInvite2>
|
||||
</VoiceVideo>
|
||||
<TabConfig>
|
||||
<RowNumber>1</RowNumber>
|
||||
<slots>
|
||||
{% for tab in tabs %}
|
||||
<URL id="{{ tab.id }}">
|
||||
https://ctsvcs.advertising.ugnet.gay/svcs/tab={{ tab.id }}
|
||||
</URL>
|
||||
{% endfor %}
|
||||
</slots>
|
||||
</TabConfig>
|
||||
</LocalizedConfig>
|
||||
</MsgrConfig>
|
||||
@@ -0,0 +1,804 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<MsgrConfig>
|
||||
<Brands>
|
||||
<Client v="def" bv="1.0.1.0">
|
||||
<b i="FT01" v="1.0.5.0" f="FT01_fr-fr_R4.cab" u="http://g.msn.com/0USWLPIT/9" p="FT01" />
|
||||
<b i="Q002" v="1.0.0.1" f="Q002_en-us_P10.cab" u="http://g.msn.com/0USWLPIT/5" p="Q001" />
|
||||
<b i="VZ03" v="1.0" f="VZ03_en-us_VZ03_R7.cab" u="http://g.msn.com/0USWLPIT/11" p="VZ02" />
|
||||
</Client>
|
||||
<Client v="2" CDNVER="http://cba.domains.live.com/cdn1" CDNCAB="http://cba.domains.live.com/cdn3" CDNPRV="http://cba.domains.live.com/prvw" />
|
||||
<Client v="3" CDNVER="http://cba.domains.live.com/cdn1" CDNCAB="http://cba.domains.live.com/cdn3" CDNPRV="http://cba.domains.live.com/prvw" />
|
||||
</Brands>
|
||||
<Simple>
|
||||
<Config>
|
||||
<ExpiresInDays>2</ExpiresInDays>
|
||||
</Config>
|
||||
<P2PConfig>
|
||||
<ObjectStore>
|
||||
<SendDelay>1</SendDelay>
|
||||
</ObjectStore>
|
||||
</P2PConfig>
|
||||
<DisablePhoneDialer>1</DisablePhoneDialer>
|
||||
<GetItemVersionForUnknown>false</GetItemVersionForUnknown>
|
||||
<Logitech>
|
||||
<PremiumAVConfigServer>http://mplocate.spotlife.net/locate.sxml</PremiumAVConfigServer>
|
||||
<PreRollEnabled>1</PreRollEnabled>
|
||||
<WebcamConfigServer>http://mlocate.spotlife.net/locate.sxml</WebcamConfigServer>
|
||||
</Logitech>
|
||||
<MinFlashPlayer BuildNumber="28" MajorVersion="9" MinorVersion="0" />
|
||||
<RadUrl Tracking="http://global.msads.net/ads/abuimg/%PACKID%.xml">http://rad.msn.com/ADSAdClient31.dll?GetAd?PG=</RadUrl>
|
||||
<ComScoreUrlFormat>http://b.scorecardresearch.com/p?c1=7&c2=3000001&c3=%1!d!&cj=1</ComScoreUrlFormat>
|
||||
<Relay>
|
||||
<Enabled>1</Enabled>
|
||||
<MaxCallLength>0</MaxCallLength>
|
||||
<RegistrationDomain>4.68.251.254</RegistrationDomain>
|
||||
<RelayDNS>avrelay.msn.com</RelayDNS>
|
||||
<TimeoutToFallback>7000</TimeoutToFallback>
|
||||
</Relay>
|
||||
<Contacts>
|
||||
<Client ZombieServerDetectDelay="1800" ZombieServerDetectInterval="30" ZombieServerDetectResumeDelay="1800" ZombieServerDetectDelayW4="180" ZombieServerDetectIntervalW4="30" ZombieServerDetectResumeDelayW4="180" />
|
||||
<Server ZombieServerDetectDelay="900" ZombieServerDetectResumeDelay="900" ZombieServerDetectConnectDelay="900" ZombieServerDetectLongDelay="900" ZombieServerDetectDelayW4="45" ZombieServerDetectResumeDelayW4="600" ZombieServerDetectConnectDelayW4="135" ZombieServerDetectLongDelayW4="450" />
|
||||
</Contacts>
|
||||
<TrustedDomains>
|
||||
<domain name="bluemountaincards.co.uk" />
|
||||
<domain name="bluemountaincards.com.au" />
|
||||
<domain name="bmamessenger.com" />
|
||||
<domain name="gmarket.co.kr" />
|
||||
<domain name="hotmail.com" />
|
||||
<domain name="imgag.com" />
|
||||
<domain name="meegos.com" />
|
||||
<domain name="msn.com" />
|
||||
<domain name="msads.net" />
|
||||
<domain name="imagine-msn.com" />
|
||||
<domain name="imagine-windowslive.com" />
|
||||
<domain name="kiwee.com" />
|
||||
<domain name="live.com" />
|
||||
<domain name="msnplus.co.kr" />
|
||||
<domain name="wee-mee.com" />
|
||||
<domain name="mypersonalexpression.com" />
|
||||
<domain name="mobilemoney.com" />
|
||||
<domain name="hotmail.co.jp" />
|
||||
<domain name="hotmail.de" />
|
||||
<domain name="hotmail.it" />
|
||||
<domain name="hotmail.fr" />
|
||||
<domain name="hotmail.co.uk" />
|
||||
<domain name="hotmail.com.tr" />
|
||||
<domain name="hotmail.com.ar" />
|
||||
<domain name="hotmail.co.th" />
|
||||
<domain name="ninemsn.com" />
|
||||
<domain name="ninemsn.com.au" />
|
||||
<domain name="joyinter.net" />
|
||||
<domain name="messengervibe.com" />
|
||||
<domain name="messengervibe.net" />
|
||||
<domain name="messengervibe.org" />
|
||||
<domain name="meezone.com" />
|
||||
<domain name="live.jp" />
|
||||
<domain name="excite.co.jp" />
|
||||
<domain name="start.com" />
|
||||
<domain name="msn.com.hk" />
|
||||
<domain name="msn.co.il" />
|
||||
<domain name="msn.co.kr" />
|
||||
<domain name="event-information.jp" />
|
||||
<domain name="msn.mydrivers.com" />
|
||||
<domain name="msn.com.br" />
|
||||
<domain name="im.live.cn" />
|
||||
<domain name="sc.imp.live.com" />
|
||||
<domain name="c.imp.live.com" />
|
||||
<domain name="origindigital.net" />
|
||||
<domain name="laughabits.com" />
|
||||
<domain name="laughabits.net" />
|
||||
<domain name="windowslive.com" />
|
||||
<domain name="gowindowslive.com" />
|
||||
<domain name="msn.com.tw" />
|
||||
<domain name="msn.co.in" />
|
||||
<domain name="www.mobilemoney.com" />
|
||||
<domain name="wall-e.msn.co.uk" />
|
||||
<domain name="walle.msn.co.uk" />
|
||||
<domain name="wall-e.msn.fr" />
|
||||
<domain name="walle.msn.fr" />
|
||||
<domain name="wall-e.msn.be" />
|
||||
<domain name="walle.msn.be" />
|
||||
<domain name="wall-e.fr.msn.be" />
|
||||
<domain name="walle.fr.msn.be" />
|
||||
<domain name="wall-e.msn.nl" />
|
||||
<domain name="walle.msn.nl" />
|
||||
<domain name="wall-e.msn.es" />
|
||||
<domain name="walle.msn.es" />
|
||||
<domain name="wall-e.msn.dk" />
|
||||
<domain name="walle.msn.dk" />
|
||||
<domain name="wall-e.msn.fi" />
|
||||
<domain name="walle.msn.fi" />
|
||||
<domain name="wall-e.msn.no" />
|
||||
<domain name="walle.msn.no" />
|
||||
<domain name="wall-e.msn.se" />
|
||||
<domain name="walle.msn.se" />
|
||||
<domain name="wall-e.msn.de" />
|
||||
<domain name="walle.msn.de" />
|
||||
<domain name="wall-e.msn.it" />
|
||||
<domain name="walle.msn.it" />
|
||||
<domain name="msbrandent.vo.llnwd.net" />
|
||||
<domain name="www.messengerexpressions.com" />
|
||||
<domain name="www.sunsilkgangofgirls.com" />
|
||||
<domain name="messenger.live.de" />
|
||||
<domain name="themepackchooser.windowslivehosting.de" />
|
||||
<domain name="messengermakeover.com" />
|
||||
<domain name="microsoft.com" />
|
||||
<domain name="windowslive.se" />
|
||||
<domain name="messenger-themes.com" />
|
||||
<domain name="visualsearch.msn.com" />
|
||||
<domain name="xbox.com" />
|
||||
<domain name="quebles.com" />
|
||||
<domain name="technodesignip.com" />
|
||||
<domain name="promotion.hk.msn.com" />
|
||||
<domain name="promotion.msn.com.tw" />
|
||||
<domain name="18design.com" />
|
||||
<domain name="egreetings.com" />
|
||||
<domain name="kiwee.com" />
|
||||
<domain name="live.mundijuegos.com" />
|
||||
<domain name="skype.com" />
|
||||
<domain name="hiden.cc"/>
|
||||
<domain name="ugnet.gay"/>
|
||||
<domain name="crosstalk.im"/>
|
||||
<domain name="ctsrv.gay"/>
|
||||
</TrustedDomains>
|
||||
<ErrorResponseTable>
|
||||
<Feature type="0" name="Login">
|
||||
<Entry hr="*" action="3" />
|
||||
<Entry hr="0x81000605" action="3" />
|
||||
<Entry hr="0x80048849" action="5" />
|
||||
<Entry hr="0x8004882A" action="5" />
|
||||
<Entry hr="0x80048800" action="5" />
|
||||
<Entry hr="0x8004889C" action="5" />
|
||||
<Entry hr="0x80048831" action="5" />
|
||||
<Entry hr="0x81000306" action="5" />
|
||||
<Entry hr="0x80048862" action="5" />
|
||||
<Entry hr="0x800488EB" action="5" />
|
||||
<Entry hr="0x80048848" action="5" />
|
||||
<Entry hr="0x80004002" action="3" />
|
||||
<Entry hr="0x80004004" action="3" />
|
||||
<Entry hr="0x80004005" action="3" />
|
||||
<Entry hr="0x8000402A" action="3" />
|
||||
<Entry hr="0x8000FFFF" action="3" />
|
||||
<Entry hr="0x8001012E" action="3" />
|
||||
<Entry hr="0x80040200" action="3" />
|
||||
<Entry hr="0x80048051" action="3" />
|
||||
<Entry hr="0x80048820" action="5" />
|
||||
<Entry hr="0x80048823" action="3" />
|
||||
<Entry hr="0x80070002" action="3" />
|
||||
<Entry hr="0x80070005" action="3" />
|
||||
<Entry hr="0x8007000E" action="3" />
|
||||
<Entry hr="0x80070057" action="3" />
|
||||
<Entry hr="0x8007007E" action="3" />
|
||||
<Entry hr="0x800702E4" action="3" />
|
||||
<Entry hr="0x800706BA" action="3" />
|
||||
<Entry hr="0x800706BE" action="3" />
|
||||
<Entry hr="0x80071392" action="3" />
|
||||
<Entry hr="0x80072745" action="3" />
|
||||
<Entry hr="0x80072746" action="3" />
|
||||
<Entry hr="0x80072EE2" action="3" />
|
||||
<Entry hr="0x80072EF3" action="3" />
|
||||
<Entry hr="0x80072EFD" action="3" />
|
||||
<Entry hr="0x80072EFF" action="3" />
|
||||
<Entry hr="0x80072F06" action="3" />
|
||||
<Entry hr="0x80072F7D" action="3" />
|
||||
<Entry hr="0x800C013E" action="3" />
|
||||
<Entry hr="0x80191002" action="3" />
|
||||
<Entry hr="0x8100030D" action="3" />
|
||||
<Entry hr="0x81000314" action="3" />
|
||||
<Entry hr="0x81000362" action="3" />
|
||||
<Entry hr="0x81000378" action="3" />
|
||||
<Entry hr="0x81000395" action="3" />
|
||||
<Entry hr="0x85AE000B" action="3" />
|
||||
<Entry hr="0x85AE000F" action="3" />
|
||||
<Entry hr="0x85AE001D" action="3" />
|
||||
<Entry hr="0x85AE0022" action="3" />
|
||||
<Entry hr="0x85AE0024" action="3" />
|
||||
<Entry hr="0x85AE0027" action="3" />
|
||||
<Entry hr="0x85AE003C" action="3" />
|
||||
<Entry hr="0x85AE0053" action="3" />
|
||||
<Entry hr="0x8E5E0152" action="3" />
|
||||
<Entry hr="0x8E5E0158" action="3" />
|
||||
<Entry hr="0x8E5E0211" action="3" />
|
||||
<Entry hr="0x8E5E0220" action="3" />
|
||||
<Entry hr="0x8E5E0226" action="3" />
|
||||
<Entry hr="0x8E5E03FE" action="3" />
|
||||
<Entry hr="0x8E5E0408" action="3" />
|
||||
<Entry hr="0x8E5E05F6" action="3" />
|
||||
<Entry hr="0x8E5E0710" action="3" />
|
||||
<Entry hr="0x8E5E0713" action="3" />
|
||||
</Feature>
|
||||
<Feature type="2" name="MapFile">
|
||||
<Entry hr="0x810003F1" action="3" />
|
||||
<Entry hr="0x810003F6" action="3" />
|
||||
</Feature>
|
||||
<Feature type="3" name="P2P">
|
||||
<Entry hr="0x82000016" action="3" />
|
||||
<Entry hr="0x82000017" action="3" />
|
||||
<Entry hr="0x82000019" action="3" />
|
||||
<Entry hr="0x8200001b" action="3" />
|
||||
<Entry hr="0x8200001d" action="3" />
|
||||
<Entry hr="0x8200001e" action="3" />
|
||||
<Entry hr="0x82000024" action="3" />
|
||||
<Entry hr="0x82000026" action="3" />
|
||||
</Feature>
|
||||
<Feature type="5" name="VoiceVideo">
|
||||
<Entry hr="*" action="3" />
|
||||
</Feature>
|
||||
</ErrorResponseTable>
|
||||
<USBDevices>
|
||||
<Device VID="0x045e" PID="0x0719" />
|
||||
<Device VID="0x045e" PID="0x070F" />
|
||||
<Device VID="0x045e" PID="0x0772" />
|
||||
<Device VID="0x041e" PID="0x4080" />
|
||||
<Device VID="0x041e" PID="0x4083" />
|
||||
<Device VID="0x041e" PID="0x4088" />
|
||||
<Device VID="0x041e" PID="0x4087" />
|
||||
<Device VID="0x041e" PID="0x4086" />
|
||||
</USBDevices>
|
||||
<VoiceVideo>
|
||||
<Log PeerLogDisable="1" />
|
||||
</VoiceVideo>
|
||||
<CirclesWeb General="https://crosstalk.im/circles/$CIRCLECID$/settings/" General-SiteId="73625" Management="https://crosstalk.im/circles/$CIRCLECID$/settings/" Management-SiteId="73625" Membership="https://crosstalk.im/circles/$CIRCLECID$/settings/" Membership-SiteId="73625" Leave="https://crosstalk.im/circles/$CIRCLECID$/settings/" Leave-SiteId="73625" Disc="https://discord.gg/dumJwXTPxX" />
|
||||
<AnonymousIMSettings>
|
||||
<SettingsPage URL="http://settings.messenger.live.com/applications/WebSettings.aspx" SiteID="76215" />
|
||||
</AnonymousIMSettings>
|
||||
<SocialNews>
|
||||
<ActivityDisplay PageSize="50" MaxItems="100" />
|
||||
<AlbumDisplay UnderlayImages="2" LeadUnderlayImages="2" />
|
||||
<IdleRefreshSecs Typing="180" Scrolling="10" />
|
||||
<Comments MaxDisplayItems="20" MaxInputLen="512" />
|
||||
<MainWindow>
|
||||
<AskIfLessThanXContacts>5</AskIfLessThanXContacts>
|
||||
<MaxSecsToShowSyncHint>10</MaxSecsToShowSyncHint>
|
||||
</MainWindow>
|
||||
<ServerSync>
|
||||
<FetchImagesForActivities Minimized="10" Visible="1000" />
|
||||
</ServerSync>
|
||||
<EXP_URL>http://ro-test.exp.glbdns.microsoft.com/</EXP_URL>
|
||||
</SocialNews>
|
||||
<SAC SiteID="73625" />
|
||||
<InlineFlashEnabled>1</InlineFlashEnabled>
|
||||
<Badgewhitelist>
|
||||
<Badge hash="9lfw5+i0VZl9Vg7y5Un2OlJmtfs=" />
|
||||
<Badge hash="37ryp9MdaDZjOiv4goIAeWK0EX8=" />
|
||||
<Badge hash="bg4dyWk7FEhW5vh3FrGxr7xw+mg=" />
|
||||
<Badge hash="h8tLlwWUls1wgiFYbjVZBzs5mW0=" />
|
||||
<Badge hash="4rzC8sYjtzAbzVYZcB4wvxMhbVg=" />
|
||||
<Badge hash="vVenvAzv1l+nEMf62r5+n6DCIn0=" />
|
||||
<Badge hash="vjJ3jVT690ORqHHhBgrYsMK5DOw=" />
|
||||
<Badge hash="Yxv7pB8BkosiGNn0oGsXryPkGwk=" />
|
||||
<Badge hash="mChdOIxTCBtxBPa+jrB8wwUs5gw=" />
|
||||
<Badge hash="4Dyw5JiNMjquWPruSAHEFwYq/Gs=" />
|
||||
<Badge hash="D9vI4Cg6dxswaI8CWe4OyBnLe9I=" />
|
||||
<Badge hash="ZPa3APVAtDXHZWkXMuqvHJ7d1Oc=" />
|
||||
<Badge hash="6on/QiZ+oCinkJoZ46kJUUuOJOU=" />
|
||||
<Badge hash="m1RNenPjuuPi5K9J8URF+s1t1RA=" />
|
||||
<Badge hash="IOGiVO3tySKcci62UN5cm3HWpu8=" />
|
||||
<Badge hash="BozySP9KXMkBFD7yhU5dtFk7uhY=" />
|
||||
<Badge hash="QvaYObfDCYnqJ7PY1xehXK1h7Vg=" />
|
||||
<Badge hash="ev1TxfBsXT71YaxkwJ1qLWxTvqM=" />
|
||||
<Badge hash="AVL5/uKTExH58MBBif46FwDeIlI=" />
|
||||
<Badge hash="zI4RpERkOV8EIPe8GgVuMP/zsAU=" />
|
||||
<Badge hash="w+OPDFW9zUCophcUHzCD9vJkWPo=" />
|
||||
<Badge hash="LTSltKJuhiAXwEnYnhdhlGwCeh4=" />
|
||||
<Badge hash="Q35ITEMaQZoU6HaJ1O0f/B0t9gs=" />
|
||||
<Badge hash="4MFANR59I364LscZCocBADKMaUU=" />
|
||||
<Badge hash="XnMhTovzcp1yO7TI5IVKLHJPZno=" />
|
||||
<Badge hash="qt7d1rBxs8dAOn7iY0HsxITbLXw=" />
|
||||
<Badge hash="d5Z7ZpzFS2lWJprExnYdZdH0vn4=" />
|
||||
<Badge hash="UT1nTu3LYZwfa2TFnZCKrn+vaFU=" />
|
||||
<Badge hash="nJsMh4U2loNkfYmdB7TEMdLieu8=" />
|
||||
<Badge hash="XA9SbvUp+iqzFEUWtQpqna7PrC8=" />
|
||||
<Badge hash="BazH3YqwlvzyhcUkjYGCf+qIyKg=" />
|
||||
<Badge hash="M8xU6J839spw4iyQFJjTTs6WB84=" />
|
||||
<Badge hash="8CLDN2ByqlbeiGHlwQyaAytHQ58=" />
|
||||
<Badge hash="0qbNS31d6WpD5MMMzlWqAOnuo2U=" />
|
||||
<Badge hash="4RvEU8H6/wZVf9EcET7lqDkFtT4=" />
|
||||
<Badge hash="egsg4TWsu8qDnSCgvr7iugcG0LM=" />
|
||||
<Badge hash="YpzN8KhlfuhKwFPJ/7EsMmLAbuk=" />
|
||||
<Badge hash="MgAjD7JMuFyNFfd4NnZ1Ki+o2pU=" />
|
||||
<Badge hash="uiJWWP/ub6TK98UTEQ5qcDboodo=" />
|
||||
<Badge hash="WPaadPRXlBRaxt3hOp2NlM6qbMg=" />
|
||||
<Badge hash="cDbb4pvKRfY4rMrQ5nkYrWzRgGA=" />
|
||||
<Badge hash="W5oSJU3k59GI5RbJnZl6Qf6pH08=" />
|
||||
<Badge hash="/PU6/QRwosJ7qr6KmYsrqehvrJ0=" />
|
||||
<Badge hash="v9sMUux76smDtxJVy1LeUEhLHRc=" />
|
||||
<Badge hash="OKXA2XP1372wcWRDsIccDfLu4sw=" />
|
||||
<Badge hash="7EqLZG50DDPN8wrbo5cZRylxbxA=" />
|
||||
<Badge hash="C7sxFpDuIksjfGHUeJ8VCT0skuk=" />
|
||||
<Badge hash="ZVsu2eb55OvHBb8vMaqJuTk04bM=" />
|
||||
<Badge hash="eCdqiMJSKjhAk4DAnyual0GTEao=" />
|
||||
<Badge hash="br3uGnBy/3iFUXzRXYcV83k0YEo=" />
|
||||
<Badge hash="LNYcLtJv0uzfOzGqdGeahV6K6M8=" />
|
||||
<Badge hash="f9T6bHBmsNSDBA6YXUI+Ev1d1a8=" />
|
||||
<Badge hash="iAwbvV2Fpl2B1atHWSCeqUxBuQ0=" />
|
||||
<Badge hash="rSWxtjTwQuOGdQ6icpgCygnC3Cw=" />
|
||||
<Badge hash="vtFONiM9ZzlcBs6vCdFe0MvAbvM=" />
|
||||
<Badge hash="3Y6LxMK+gDrjna/wbB1YJhjpgSw=" />
|
||||
<Badge hash="zQsxtCr0XMSO5uR0Sw+qc+bVwmk=" />
|
||||
<Badge hash="9WqtJjDlJNleDRs5270wA941Sn0=" />
|
||||
<Badge hash="hib0Cd2LaqUCE2GhKLZSKuK4Vd4=" />
|
||||
<Badge hash="e6aj74s8QJdxk8j7sVFNGpjISUM=" />
|
||||
<Badge hash="BsOFlAwMS+33I7XUYZ8GtyAKbpw=" />
|
||||
<Badge hash="rYUDkUnRKKhT1fYVQ+HYTGSR0f0=" />
|
||||
<Badge hash="mt/zjgXkxyAAsuysl7dwQJrtCCs=" />
|
||||
<Badge hash="9QWMRHSWliBE0Nml7izqsmQueuI=" />
|
||||
<Badge hash="Af4UlxCI9Q4E69cu3gSnT8QM+J0=" />
|
||||
<Badge hash="vs+XlfnMXk9XW2h36X2h3B6revc=" />
|
||||
<Badge hash="XyqywanZEWiRA5lm9qkkoVgvQ0E=" />
|
||||
<Badge hash="QAJsPE15szOII/tSxPpAFrxNk1Y=" />
|
||||
<Badge hash="STIkOlYxsAG60k6tfzFrKZ0OEZc=" />
|
||||
<Badge hash="ddNPDt8PhYnlMZ40k9vCY0ykABM=" />
|
||||
<Badge hash="PeQELvXViAhtZ/zoTsPdAkD+Q4M=" />
|
||||
<Badge hash="T62weZK79pgV7mlqdbitG/Dy454=" />
|
||||
<Badge hash="wil7kcephpQDw1uT4vHaeTBWRlc=" />
|
||||
<Badge hash="xqrldsPAEO0CER+ThpPWeU6yFIw=" />
|
||||
<Badge hash="XIcOrK2whUy08x/Qv1WI76a6BPA=" />
|
||||
<Badge hash="rAakWEDEg7wQcYCBGq7/bIjYao8=" />
|
||||
<Badge hash="B6X7uu8jrk2SBzS+8Q0Ipl4hS3k=" />
|
||||
<Badge hash="93YzxkXPI9HYwFsbUndZtkMbWe0=" />
|
||||
<Badge hash="+nApQVaEOLh3BAnltLW3JNaExcw=" />
|
||||
<Badge hash="qJ6iPKlEjUoZseAbwTxNKlS+DQA=" />
|
||||
<Badge hash="wdp3RGOgtGQ+5sq1c4hVU1MB1dI=" />
|
||||
<Badge hash="+TIl/KYEVwr+JF/nNFGXEWvhp9I=" />
|
||||
<Badge hash="/O6no1Wc+VwDvk1V4tneT1rVN68=" />
|
||||
<Badge hash="zbfGlhssMmB5IPvhBQMzK7n6PK4=" />
|
||||
<Badge hash="KQceiyW0oVyLz2x3aw6ccEKHrcQ=" />
|
||||
<Badge hash="+s2/b8lxTyuJ9fydnis5szl9mmI=" />
|
||||
<Badge hash="Hu4DE0KpCc/QcWniA7YsZaIbd4E=" />
|
||||
<Badge hash="PWNqw7+xphOvbi1hPgTgKuGL5Ds=" />
|
||||
<Badge hash="wQA4IOu5eFhYnrOz/jpZ3mf10Vw=" />
|
||||
<Badge hash="sU1+y0KfjoeDQq7Ilk2d/Sltoc8=" />
|
||||
<Badge hash="3pViUUmJ6Qngao9ZBz0iJGW05W8=" />
|
||||
<Badge hash="P6X4JKOsvzlCdxSuVuZQ+oQjFn8=" />
|
||||
<Badge hash="rc5FO/sPiH5RrVGhpxTe57Rvf5s=" />
|
||||
<Badge hash="PdCll4Hu1FBQCfuxTET6WK4YqvU=" />
|
||||
<Badge hash="aDip/uLZFXFuQUWDL9Ez+js/Xlg=" />
|
||||
<Badge hash="gBo+51w4rmvpwXMHKeB/9I+5WO8=" />
|
||||
<Badge hash="spqOkvjnFubFQqSxKGEY6pylOKo=" />
|
||||
</Badgewhitelist>
|
||||
<HotmailUrls>
|
||||
<BaseUrlFormat>http://mail.live.com/?rru=%1</BaseUrlFormat>
|
||||
<InboxTarget>inbox</InboxTarget>
|
||||
<SendMailTarget>compose</SendMailTarget>
|
||||
<SendMailFormat>?to=%1</SendMailFormat>
|
||||
<ViewMessageTarget>getmsg</ViewMessageTarget>
|
||||
<ViewMessageFormat>?msg=%1</ViewMessageFormat>
|
||||
</HotmailUrls>
|
||||
<HwBlockList Version="9">
|
||||
<List Application="0" Version="0">
|
||||
<Entry Flags="1" Options="1" VendorId="8086" DeviceId="8108" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="00FA" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="00FB" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="00FC" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="00FD" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="00FE" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0301" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0302" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0308" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0309" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0311" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0312" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0314" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="031A" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="031B" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="031C" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0320" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0321" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0322" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0323" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0324" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0325" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0326" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0327" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0328" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="032A" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="032B" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="032C" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="032D" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0330" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0331" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0332" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0333" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0334" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0338" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="033F" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0341" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0342" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0343" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0344" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0347" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="0348" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="034C" />
|
||||
<Entry Flags="1" Options="1" VendorId="10DE" DeviceId="034E" />
|
||||
<Entry Flags="0" Options="2" VendorId="1002" />
|
||||
<Entry Flags="1" Options="4" VendorId="8086" DeviceId="2992" />
|
||||
<Entry Flags="1" Options="8" VendorId="8086" DeviceId="2A42" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="3154" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="3e54" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4147" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="3154" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4147" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="414b" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4154" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4155" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4156" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4157" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4a4d" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4c58" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4c66" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4e47" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4e4b" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4e54" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4e56" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="4e67" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5148" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5464" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5550" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5551" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5552" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5554" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5571" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="564a" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="564b" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5b64" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5b65" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5b74" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5b75" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5d49" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5d50" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5e48" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="5e49" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="7103" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="7104" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="7105" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="7106" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="7124" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="7152" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="7153" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="7172" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="7173" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="71c4" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="71d2" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="71d4" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="71f2" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="940a" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="940b" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="940f" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="9489" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="9511" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="958c" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="958d" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="9595" />
|
||||
<Entry Flags="1" Options="1" VendorId="1002" DeviceId="95cc" />
|
||||
<Entry Flags="2" Options="1" VendorId="8086" Version="8.15.10.1749" />
|
||||
<Entry Flags="4" Options="1" VendorId="10DE" Version="8.17.12.8026" />
|
||||
<Entry Flags="10" Options="1" VendorId="8086" Minimum="8.15.10.2104" Version="8.15.10.2142" />
|
||||
<Entry Flags="1" Options="1" VendorId="1414" DeviceId="008c" />
|
||||
</List>
|
||||
<List Application="1" Version="0">
|
||||
<Entry Flags="0" Options="2" VendorId="1002" />
|
||||
<Entry Flags="1" Options="1" VendorId="8086" DeviceId="8108" />
|
||||
<Entry Flags="1" Options="4" VendorId="8086" DeviceId="2992" />
|
||||
<Entry Flags="3" Options="1" VendorId="8086" DeviceId="0116" Version="8.15.10.2321" />
|
||||
<Entry Flags="3" Options="1" VendorId="8086" DeviceId="0106" Version="8.15.10.2321" />
|
||||
<Entry Flags="3" Options="1" VendorId="8086" DeviceId="0102" Version="8.15.10.2321" />
|
||||
<Entry Flags="3" Options="1" VendorId="8086" DeviceId="0126" Version="8.15.10.2321" />
|
||||
<Entry Flags="3" Options="1" VendorId="8086" DeviceId="0122" Version="8.15.10.2321" />
|
||||
<Entry Flags="3" Options="1" VendorId="8086" DeviceId="0112" Version="8.15.10.2321" />
|
||||
<Entry Flags="3" Options="1" VendorId="8086" DeviceId="010a" Version="8.15.10.2321" />
|
||||
<Entry Flags="4" Options="1" VendorId="10DE" Version="8.17.12.8562" />
|
||||
<Entry Flags="10" Options="1" VendorId="8086" Minimum="8.15.10.2104" Version="8.15.10.2142" />
|
||||
</List>
|
||||
</HwBlockList>
|
||||
</Simple>
|
||||
<AbchCfg>
|
||||
<abchconfig>
|
||||
<url>https://ctsvcs.addressbook.ugnet.gay/abservice.asmx</url>
|
||||
</abchconfig>
|
||||
</AbchCfg>
|
||||
<AdMainConfig>
|
||||
<AdDownloadTimeInMinutes>120</AdDownloadTimeInMinutes>
|
||||
<AdMainCfg>http://ctsvcs.advertising.ugnet.gay/ads/banner</AdMainCfg>
|
||||
</AdMainConfig>
|
||||
<AdPhoneConfig>http://ctsvcs.advertising.ugnet.gay/ads/banner</AdPhoneConfig>
|
||||
<LocalizedConfig Market="en-US">
|
||||
<AdMainConfig>
|
||||
<AdBanner20URL Refresh="390">http://ctsvcs.advertising.ugnet.gay/ads/banner</AdBanner20URL>
|
||||
<AdBanner300URL Refresh="390" FooterPane="AlwaysShown">http://ctsvcs.advertising.ugnet.gay/ads/banner-lg</AdBanner300URL>
|
||||
<ConvoWinAd AdVisible="420" FooterPane="CollapsibleAndHideable" />
|
||||
<ConvoWinAdBannerURL>http://ctsvcs.advertising.ugnet.gay/ads/banner</ConvoWinAdBannerURL>
|
||||
<StdAd AdVisible="60" VideoVisible="120" VideoDldIntvl="0">
|
||||
<VideoFeeds FeedsListURL="http://ctsvcs.advertising.ugnet.gay/svcs/msn-video-feeds/"/>
|
||||
</StdAd>
|
||||
<TextAdRotation>420</TextAdRotation>
|
||||
<TextAdRefresh>1</TextAdRefresh>
|
||||
<TextAdServer>https://ctsvcs.advertising.ugnet.gay/ads/txt</TextAdServer>
|
||||
<Window Size="680" />
|
||||
</AdMainConfig>
|
||||
<AppDirConfig>
|
||||
<AppDirPageURL>https://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/Directory.aspx?L=en-us</AppDirPageURL>
|
||||
<AppDirSeviceURL>https://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/AppDirectory.asmx</AppDirSeviceURL>
|
||||
<AppDirVersionURL>https://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/GetAppdirVersion.aspx</AppDirVersionURL>
|
||||
</AppDirConfig>
|
||||
<AVPrerollAd FetchTimeout="6900" IntroLength="3000" MinAdLength="7000" URL="http://rad.msn.com/ADSAdClient31.dll?GetAd=&PG=IMUSV1" />
|
||||
<AVPrerollAd2 FetchTimeout="6900" IntroLength="0" MinAdLength="7000" URL="http://rad.msn.com/ADSAdClient31.dll?GetAd=&PG=IMUVD1" />
|
||||
<BuyWebcamLink URL="http://www.logitech.com/msn/index.cfm?c=US&l=EN" />
|
||||
<Contacts>
|
||||
<ABPendingRequests>
|
||||
<SiteId>73625</SiteId>
|
||||
<height>672</height>
|
||||
<IncludeSNRequests>true</IncludeSNRequests>
|
||||
<width>808</width>
|
||||
<urlcid>http://profile.live.com/invites</urlcid>
|
||||
</ABPendingRequests>
|
||||
<EditAlertNotificationOptions>
|
||||
<url>http://alerts.live.com/Alerts/MyAlerts.aspx</url>
|
||||
</EditAlertNotificationOptions>
|
||||
<EditMyLiveContactProfile>
|
||||
<url>http://profile.live.com/details/edit</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</EditMyLiveContactProfile>
|
||||
<EditMyProfile>
|
||||
<url>http://profile.live.com/details</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</EditMyProfile>
|
||||
<EditMyName>
|
||||
<url>http://profile.live.com/details/edit/name</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</EditMyName>
|
||||
<EditMyPrivacySettings>
|
||||
<url>http://profile.live.com/privacy</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</EditMyPrivacySettings>
|
||||
<EditSocialNotificationOptions>
|
||||
<url>http://cid-%1!16.16I64X!.profile.live.com/options/notifications</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</EditSocialNotificationOptions>
|
||||
<EditWLPersonURL>
|
||||
<url>http://cid-%1!16.16I64X!.profile.live.com/details/Edit </url>
|
||||
<SiteId>73625</SiteId>
|
||||
</EditWLPersonURL>
|
||||
<EditNonWLPersonURL>
|
||||
<url>http://cid-%1!16.16I64X!.profile.live.com/details/Edit/?ContactId=%2 </url>
|
||||
<SiteId>73625</SiteId>
|
||||
</EditNonWLPersonURL>
|
||||
<Export>
|
||||
<url>http://mail.live.com/?rru=options?subsection=26</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</Export>
|
||||
<Import>
|
||||
<url>http://cid-%1!16.16I64X!.profile.live.com/connect</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</Import>
|
||||
<Marketplace>
|
||||
<url>http://expo.live.com/BuddyProfile.aspx?cid=</url>
|
||||
<SiteId>67227</SiteId>
|
||||
</Marketplace>
|
||||
<MessengerInvite>
|
||||
<url>https://profile.live.com/%1/connect/send?email=%2</url>
|
||||
<urlcid>https://profile.live.com/%1/connect/send?cid=%2</urlcid>
|
||||
<SiteId>73625</SiteId>
|
||||
</MessengerInvite>
|
||||
<MutualFriends>
|
||||
<url>http://cid-%1!16.16I64X!.profile.live.com/friends/common/</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</MutualFriends>
|
||||
<PeopleSearch>
|
||||
<url>http://home.live.com/search</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</PeopleSearch>
|
||||
<Profile>
|
||||
<url>https://profile.live.com/cid-%1!16.16I64X!</url>
|
||||
<urlcid>https://profile.live.com/cid-%1!16.16I64X!</urlcid>
|
||||
<urlcid2>http://cid-%1!16.16I64X!.profile.live.com</urlcid2>
|
||||
<SiteId>73625</SiteId>
|
||||
</Profile>
|
||||
<LimitedAccessHelp>
|
||||
<url>http://explore.live.com/windows-live-privacy-limited-access-ui</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</LimitedAccessHelp>
|
||||
<SNHip>
|
||||
<url>http://cid-%1!16.16I64X!.profile.live.com/SecurityCheck/?oid=12&usercid=%3&QRCode=SocialNetworkInvites</url>
|
||||
<SiteId>73625</SiteId>
|
||||
</SNHip>
|
||||
<SNInvites>
|
||||
<url>http://cid-%1.profile.live.com/connect/Messenger.aspx?Email=%2</url>
|
||||
<urlcid>http://cid-%1.profile.live.com/connect/Messenger.aspx?cid=0x%2</urlcid>
|
||||
<SiteId>73625</SiteId>
|
||||
</SNInvites>
|
||||
<ViewPhotosWLPersonURL>
|
||||
<url>http://cid-%1!16.16I64X!.photos.live.com </url>
|
||||
<SiteId>73625</SiteId>
|
||||
</ViewPhotosWLPersonURL>
|
||||
<ViewMapEnabled>true</ViewMapEnabled>
|
||||
</Contacts>
|
||||
<ContactCard>
|
||||
<AddToMySpaceSiteId>73625</AddToMySpaceSiteId>
|
||||
<AddToMySpaceUrl>http://social.ugnet.gay/?addblogentry=true&mkt=en-us</AddToMySpaceUrl>
|
||||
<ContactCardDisabled>false</ContactCardDisabled>
|
||||
<CreateSpaceSiteId>73625</CreateSpaceSiteId>
|
||||
<CreateSpaceUrl>http://social.ugnet.gay</CreateSpaceUrl>
|
||||
<GetItemVerUrl>http://storage.msn.com/storageservice/schematizedstore.asmx</GetItemVerUrl>
|
||||
<GetXmlFeedUrl>http://cc.services.social.ugnet.gay/contactcard/contactcardservice.asmx</GetXmlFeedUrl>
|
||||
<GetXmlFeedRpsUrl>http://cc.services.social.ugnet.gay/contactcard/contactcardservice.asmx</GetXmlFeedRpsUrl>
|
||||
<GetXmlFeedRpsCidUrl>http://cid-%1!16.16I64X!.cc.services.social.ugnet.gay/contactcard/contactcardservice.asmx</GetXmlFeedRpsCidUrl>
|
||||
<MySpaceSiteId>73625</MySpaceSiteId>
|
||||
<MySpaceUrl>http://social.ugnet.gay</MySpaceUrl>
|
||||
<SpaceBaseSiteId>73625</SpaceBaseSiteId>
|
||||
<SpaceBaseUrl>http://social.ugnet.gay</SpaceBaseUrl>
|
||||
<SpaceIntegrationEnabled>true</SpaceIntegrationEnabled>
|
||||
</ContactCard>
|
||||
<EditorialConfig>http://www.msn.com/infopane/messenger.armx</EditorialConfig>
|
||||
<FlashUpgradeURL>http://storage.ugnet.gay/crosstalk-dist/client/all/tools/flashplayer_10_3r183_48_winax.exe</FlashUpgradeURL>
|
||||
<FSS>
|
||||
<SiteID>71659</SiteID>
|
||||
<AddBuddyURL>https://fss.live.com/krl/AddContact.aspx</AddBuddyURL>
|
||||
</FSS>
|
||||
<GLinkMarket v="en_us" />
|
||||
<Highlight>
|
||||
<FirstRunURLSet>
|
||||
<FirstRunURL id="1">
|
||||
<url id="1">http://c.imp.live.com/content/dam/imp/surfaces/highlights/skype/en/wave3.html</url>
|
||||
</FirstRunURL>
|
||||
</FirstRunURLSet>
|
||||
<MinDaysBtwFirstRunLaunches>1</MinDaysBtwFirstRunLaunches>
|
||||
<MinDaysBtwFirstRecurringLaunches>7</MinDaysBtwFirstRecurringLaunches>
|
||||
<RecurringHighlightURL>
|
||||
<url>http://c.imp.live.com/content/dam/imp/surfaces/highlights/skype/en/wave3.html</url>
|
||||
</RecurringHighlightURL>
|
||||
<Wave val="4">
|
||||
<FirstRunURLSet>
|
||||
<FirstRunURL id="1">
|
||||
<url id="1">http://c.imp.live.com/content/dam/imp/surfaces/highlights/skype/en/wave4.html</url>
|
||||
</FirstRunURL>
|
||||
</FirstRunURLSet>
|
||||
<RecurringHighlightURL>
|
||||
<url>http://c.imp.live.com/content/dam/imp/surfaces/highlights/skype/en/wave4.html</url>
|
||||
</RecurringHighlightURL>
|
||||
</Wave>
|
||||
</Highlight>
|
||||
<IntroConfig />
|
||||
<LiveFolders UpsellMessageId="1" />
|
||||
<Marketplace>
|
||||
<General URL="http://www.microsoft.com/windowslivedevices/marketplace/default.aspx" />
|
||||
<Webcam URL="http://www.microsoft.com/windowslivedevices/marketplace/default.aspx" />
|
||||
</Marketplace>
|
||||
<MessengerBlogURL>https://crosstalk.im/blog</MessengerBlogURL>
|
||||
<MobileMessaging Mode="RPPNew" CarrierList="" CrossSell="1" CharMax="140" MainWindowButton="true" OperatorPage="http://get.live.com/messenger/mobile" ValidRoutes="US;CA" />
|
||||
<MSNSearch>
|
||||
<DesktopInstallURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</DesktopInstallURL>
|
||||
<ImagesURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=images</ImagesURL>
|
||||
<NearMeURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</NearMeURL>
|
||||
<NewsURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$+news&ia=news</NewsURL>
|
||||
<PeopleSearchURL>http://home.live.com/search?query=$QUERY$</PeopleSearchURL>
|
||||
<PeopleSearchSiteID>73625</PeopleSearchSiteID>
|
||||
<SearchKidsURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SearchKidsURL>
|
||||
<SearchURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SearchURL>
|
||||
<SharedSearchURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SharedSearchURL>
|
||||
<SharedSearchURL2>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SharedSearchURL2>
|
||||
</MSNSearch>
|
||||
<MsnTodayConfig>
|
||||
<MsnTodaySiteID>6528</MsnTodaySiteID>
|
||||
<MsnTodayURL>https://today.msgrsvcs.ctsrv.gay/start?windowslive=1</MsnTodayURL>
|
||||
<Flags>2</Flags>
|
||||
</MsnTodayConfig>
|
||||
<MusicIntegration URL="https://www.last.fm/search/tracks?q=$ARTIST$+$TITLE$"/>
|
||||
<PartnerFeeds>
|
||||
<Feed Name="MSN" URL="https://today.msgrsvcs.ctsrv.gay/start?windowslive=1" Owner="MSN" />
|
||||
<Feed Name="GAMES" URL="http://windowsphone.xbox.com/en-US/MessengerGames/TabConfig" Owner="GAMES" />
|
||||
</PartnerFeeds>
|
||||
<PartnerFeedsSSL>
|
||||
<Feed Name="MSN" URL="https://today.msgrsvcs.ctsrv.gay/start?windowslive=1" Owner="MSN" />
|
||||
<Feed Name="GAMES" URL="http://windowsphone.xbox.com/en-US/MessengerGames/TabConfig" Owner="GAMES" />
|
||||
</PartnerFeedsSSL>
|
||||
<PE Tracking="http://trackingw4.technodesignip.com/?ContentID=$ContentID$&Click=$Click$" />
|
||||
<PremiumAV Visibility="1" />
|
||||
<PSTNOut Hidden="0" />
|
||||
<PublicFederated>
|
||||
<YahooNetwork Enabled="true" OfflineIM="true" />
|
||||
</PublicFederated>
|
||||
<ReportAbuse>
|
||||
<ReportAbuseSID />
|
||||
<ReportAbuseURL>http://support.live.com/default.aspx?productkey=wlmessengerabuse</ReportAbuseURL>
|
||||
<BiciReportAbuseApiUrl>https://home.live.com/handlers/ReportAbuse.mvc</BiciReportAbuseApiUrl>
|
||||
<BiciReportAbuseApiServiceTarget>social.ugnet.gay</BiciReportAbuseApiServiceTarget>
|
||||
</ReportAbuse>
|
||||
<RL>
|
||||
<ViewProfileURL>http://g.msn.com/5meen_us/106?%1&Plcid=%2!hs!&%3&Country=%4!hs!&BrandID=%5&passport=%6</ViewProfileURL>
|
||||
</RL>
|
||||
<SDrive Enabled="true" />
|
||||
<ServiceAwareness>
|
||||
<FindMoreUrl>http://cid-%1!16.16I64X!.profile.live.com/Services/</FindMoreUrl>
|
||||
<FindMoreSiteId>73625</FindMoreSiteId>
|
||||
<ManageUrl>http://cid-%1!16.16I64X!.profile.live.com/Services/?view=manage</ManageUrl>
|
||||
<ManageSiteId>73625</ManageSiteId>
|
||||
<ServicePartnerUrl>http://cid-%1!16.16I64X!.profile.live.com/Services/Add.aspx?appid=%2</ServicePartnerUrl>
|
||||
<ServicePartnerSiteId>73625</ServicePartnerSiteId>
|
||||
<WindowsLiveUrl>http://cid-%1!16.16I64X!.profile.live.com/whatsnewsettings</WindowsLiveUrl>
|
||||
<WindowsLiveSiteId>73625</WindowsLiveSiteId>
|
||||
</ServiceAwareness>
|
||||
<SocialNews>
|
||||
<EventUrl>http://cid-%1!16.16I64X!.events.live.com</EventUrl>
|
||||
<EventSiteID>73625</EventSiteID>
|
||||
<GroupUrl>http://cid-%1!16.16I64X!.groups.live.com</GroupUrl>
|
||||
<GroupSiteID>73625</GroupSiteID>
|
||||
<MainUrl>http://home.live.com/whatsnew.aspx</MainUrl>
|
||||
<MainSiteID>73625</MainSiteID>
|
||||
<OptionsUrl>http://profile.live.com/whatsnewsettings/</OptionsUrl>
|
||||
<OptionsSiteID>73625</OptionsSiteID>
|
||||
<HideUserFirstPartyUrl>http://cid-%1.profile.live.com/WhatsNew/HideUpdates?cid=%2&name=%3</HideUserFirstPartyUrl>
|
||||
<HideUserFirstPartyUrl2>http://cid-%1.profile.live.com/WhatsNew/HideUpdates?cid=%2&name=%3</HideUserFirstPartyUrl2>
|
||||
<HideUserFirstPartySiteID>73625</HideUserFirstPartySiteID>
|
||||
<HideUserThirdPartyUrl>http://cid-%1.profile.live.com/WhatsNew/HideUpdates?externalSourceId=%2&externalObjectId=%3&name=%4</HideUserThirdPartyUrl>
|
||||
<HideUserThirdPartyUrl2>http://cid-%1.profile.live.com/WhatsNew/HideUpdates?externalSourceId=%2&externalObjectId=%3&name=%4</HideUserThirdPartyUrl2>
|
||||
<HideUserThirdPartySiteID>73625</HideUserThirdPartySiteID>
|
||||
<HideUserEmailUrl>http://cid-%1.profile.live.com/WhatsNew/HideUpdates?email=%2&name=%3</HideUserEmailUrl>
|
||||
<HideUserEmailUrl2>http://cid-%1.profile.live.com/WhatsNew/HideUpdates?email=%2&name=%3</HideUserEmailUrl2>
|
||||
<HideUserEmailSiteID>73625</HideUserEmailSiteID>
|
||||
<HideServiceUrl>http://cid-%1.profile.live.com/WhatsNew/HideUpdates?appid=%2</HideServiceUrl>
|
||||
<HideServiceUrl2>http://cid-%1.profile.live.com/WhatsNew/HideUpdates?appid=%2</HideServiceUrl2>
|
||||
<HideServiceSiteID>73625</HideServiceSiteID>
|
||||
<UserUrl>http://cid-%1!16.16I64X!.profile.live.com</UserUrl>
|
||||
<UserSiteID>73625</UserSiteID>
|
||||
</SocialNews>
|
||||
<SocialToast>
|
||||
<SuppressedEmailDomain>windowslivemail.com</SuppressedEmailDomain>
|
||||
</SocialToast>
|
||||
<TabConfig>
|
||||
<RowNumber>1</RowNumber>
|
||||
<slots>
|
||||
{% for tab in tabs %}
|
||||
<URL id="{{ tab.id }}">
|
||||
https://ctsvcs.advertising.ugnet.gay/svcs/tab={{ tab.id }}
|
||||
</URL>
|
||||
{% endfor %}
|
||||
</slots>
|
||||
</TabConfig>
|
||||
<TermsOfUse>
|
||||
<TermsOfUseSID>956</TermsOfUseSID>
|
||||
<TermsOfUseURL>https://crosstalk.im/tos</TermsOfUseURL>
|
||||
</TermsOfUse>
|
||||
<UPUX>
|
||||
<Product id="8" PartnerID="TD" ProductName="Winks" BrandName="Quebles Winks">
|
||||
<BasePurchaseURL LaunchWindowType="Messenger" SiteID="60025" URL="http://www.mobilemoney.com/partners/msnmessenger/webshop/winks.asp?pos=chatwindow&contentID=$CONTENTID$" />
|
||||
<BillingHelpURL LaunchWindowType="Messenger" SiteID="60025" URL="http://us.mobilemoney.com/partners/msnmessenger/webshop/winks.asp?account=msnus&pos=billingmenu" />
|
||||
<BillingURL LaunchWindowType="Messenger" SiteID="60025" URL="http://us.mobilemoney.com/partners/msnmessenger/webshop/winks.asp?account=msnus&pos=billingmenu" />
|
||||
<ProductShopURL LaunchWindowType="Messenger" SiteID="60025" URL="http://us.mobilemoney.com/partners/msnmessenger/webshop/winks.asp?account=msnus&pos=actionmenu" />
|
||||
</Product>
|
||||
<Product id="9" PartnerID="TD" ProductName="Dynamic Display Pictures" BrandName="Quebles Display Pictures" DialogMenuString="Quebles Display Pictures" IntegrationType="deep">
|
||||
<BillingHelpURL LaunchWindowType="Messenger" SiteID="60025" URL="http://us.mobilemoney.com/partners/msnmessenger/webshop/ddp.asp?account=msnus&pos=billingmenu" />
|
||||
<BillingURL LaunchWindowType="Messenger" SiteID="60025" URL="http://us.mobilemoney.com/partners/msnmessenger/webshop/ddp.asp?account=msnus&pos=billingmenu" />
|
||||
<ProductShopURL LaunchWindowType="Messenger" SiteID="60025" URL="http://us.mobilemoney.com/partners/msnmessenger/webshop/ddp.asp?account=msnus&pos=actionmenu" />
|
||||
</Product>
|
||||
<Product id="10" PartnerID="SY" ProductName="Dynamic Display Pictures" BrandName="WeeMee" DialogMenuString="Create a Dynamic WeeMee" IntegrationType="medium">
|
||||
<ProductShopURL LaunchWindowType="IE" SiteID="41170" URL="http://www.wee-mee.com/en-us/ddp/" />
|
||||
<BillingURL LaunchWindowType="IE" SiteID="41170" URL="http://www.wee-mee.com/en-us/myaccount/" />
|
||||
<BillingHelpURL LaunchWindowType="IE" SiteID="41170" URL="http://www.wee-mee.com/en-us/help/" />
|
||||
</Product>
|
||||
<Product id="11" PartnerID="SY" ProductName="Winks" BrandName="WeeMee Winks">
|
||||
<ProductShopURL LaunchWindowType="IE" SiteID="41170" URL="http://www.wee-mee.com/en-us/winks/" />
|
||||
<BillingURL LaunchWindowType="IE" SiteID="41170" URL="http://www.wee-mee.com/en-us/myaccount/" />
|
||||
<BillingHelpURL LaunchWindowType="IE" SiteID="41170" URL="http://www.wee-mee.com/en-us/help/" />
|
||||
<BasePurchaseURL LaunchWindowType="IE" SiteID="41170" URL="http://www.wee-mee.com/en-us/content.aspx?id=$CONTENTID$" />
|
||||
</Product>
|
||||
<Product id="98" PartnerID="TD" ProductName="Emoticons" BrandName="Quebles Emoticons">
|
||||
<BasePurchaseURL LaunchWindowType="Messenger" SiteID="60025" URL="http://www.mobilemoney.com/partners/msnmessenger/webshop/emoticons.asp?pos=chatwindow&contentID=$CONTENTID$" />
|
||||
</Product>
|
||||
<Product id="99" PartnerID="VML" ProductName="Winks">
|
||||
<BasePurchaseURL LaunchWindowType="Messenger" SiteID="258666" URL="http://themepackfactory.windowslive.com/default.aspx?tpf.loc=WKGetThis&tpf.cid=$CONTENTID$" />
|
||||
</Product>
|
||||
</UPUX>
|
||||
<VoiceClip Hidden="0" />
|
||||
<VoiceVideo>
|
||||
<DisableSipProxyInviteTest>0</DisableSipProxyInviteTest>
|
||||
<DisableSipProxyCapability>0</DisableSipProxyCapability>
|
||||
<DisableSipProxyInvite>0</DisableSipProxyInvite>
|
||||
<DisableSipProxyCapability2>0</DisableSipProxyCapability2>
|
||||
<DisableSipProxyInvite2>0</DisableSipProxyInvite2>
|
||||
<VideoMessages>
|
||||
<Config EnableRecording="1" Length="30" />
|
||||
</VideoMessages>
|
||||
</VoiceVideo>
|
||||
</LocalizedConfig>
|
||||
</MsgrConfig>
|
||||
@@ -0,0 +1,180 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<MsgrConfig>
|
||||
<Simple>
|
||||
<Config>
|
||||
<ExpiresInDays>0</ExpiresInDays>
|
||||
</Config>
|
||||
<DisablePhoneDialer>0</DisablePhoneDialer>
|
||||
<GetItemVersionForUnknown>false</GetItemVersionForUnknown>
|
||||
<MinFlashPlayer BuildNumber="28" MajorVersion="9" MinorVersion="0"/>
|
||||
<Relay>
|
||||
<Enabled>0</Enabled>
|
||||
<MaxCallLength>0</MaxCallLength>
|
||||
</Relay>
|
||||
<TrustedDomains>
|
||||
<domain name="hiden.cc"/>
|
||||
<domain name="ugnet.gay"/>
|
||||
<domain name="crosstalk.im"/>
|
||||
<domain name="ctsrv.gay"/>
|
||||
</TrustedDomains>
|
||||
<ErrorResponseTable>
|
||||
<Feature type="0" name="Login">
|
||||
<Entry hr="0x80072EE7" action="3"/>
|
||||
<Entry hr="0x81000306" action="3"/>
|
||||
<Entry hr="0x80072EFD" action="3"/>
|
||||
<Entry hr="0x81000362" action="3"/>
|
||||
<Entry hr="0x8100030E" action="3"/>
|
||||
<Entry hr="0x80072745" action="3"/>
|
||||
<Entry hr="0x800701F7" action="3"/>
|
||||
<Entry hr="0x80072EFF" action="3"/>
|
||||
<Entry hr="0x81000363" action="3"/>
|
||||
<Entry hr="0x81000395" action="3"/>
|
||||
<Entry hr="0x800B0001" action="3"/>
|
||||
<Entry hr="0x81000323" action="3"/>
|
||||
<Entry hr="0x80072F19" action="3"/>
|
||||
<Entry hr="0x800701F8" action="3"/>
|
||||
<Entry hr="0x80072746" action="3"/>
|
||||
<Entry hr="0x800701F6" action="3"/>
|
||||
<Entry hr="0x81000377" action="3"/>
|
||||
<Entry hr="0x81000314" action="3"/>
|
||||
<Entry hr="0x81000378" action="3"/>
|
||||
<Entry hr="0x80072EFF" action="3"/>
|
||||
<Entry hr="0x80070190" action="3"/>
|
||||
<Entry hr="0x80070197" action="3"/>
|
||||
<Entry hr="0x80048820" action="3"/>
|
||||
<Entry hr="0x80048829" action="3"/>
|
||||
<Entry hr="0x80048834" action="3"/>
|
||||
<Entry hr="0x80048852" action="3"/>
|
||||
<Entry hr="0x8004886a" action="3"/>
|
||||
<Entry hr="0x8004886b" action="3"/>
|
||||
</Feature>
|
||||
<Feature type="2" name="MapFile">
|
||||
<Entry hr="0x810003F0" action="3"/>
|
||||
<Entry hr="0x810003F1" action="3"/>
|
||||
<Entry hr="0x810003F2" action="3"/>
|
||||
<Entry hr="0x810003F3" action="3"/>
|
||||
<Entry hr="0x810003F4" action="3"/>
|
||||
<Entry hr="0x810003F5" action="3"/>
|
||||
<Entry hr="0x810003F6" action="3"/>
|
||||
<Entry hr="0x810003F7" action="3"/>
|
||||
</Feature>
|
||||
<Feature type="3" name="P2P">
|
||||
<Entry hr="0x82000012" action="3"/>
|
||||
<Entry hr="0x82000013" action="3"/>
|
||||
<Entry hr="0x82000016" action="3"/>
|
||||
<Entry hr="0x82000017" action="3"/>
|
||||
<Entry hr="0x82000018" action="3"/>
|
||||
<Entry hr="0x82000019" action="3"/>
|
||||
</Feature>
|
||||
</ErrorResponseTable>
|
||||
</Simple>
|
||||
<TabConfig>
|
||||
{tabs}
|
||||
</TabConfig>
|
||||
<AbchCfg>
|
||||
<abchconfig>
|
||||
<url>https://ctsvcs.addressbook.ugnet.gay/abservice.asmx</url>
|
||||
</abchconfig>
|
||||
</AbchCfg>
|
||||
<LocalizedConfig Market="en-US">
|
||||
<AdMainConfig>
|
||||
<TextAdRefresh>1</TextAdRefresh>
|
||||
<TextAdServer>http://ctsvcs.advertising.ugnet.gay/ads/txt</TextAdServer>
|
||||
<AdBanner20URL Refresh="300">http://ctsvcs.advertising.ugnet.gay/ads/banner</AdBanner20URL>
|
||||
<StdAd AdVisible="60" VideoVisible="120" VideoDldIntvl="0">
|
||||
<VideoFeeds FeedsListURL="http://ctsvcs.advertising.ugnet.gay/svcs/msn-video-feeds/"/>
|
||||
</StdAd>
|
||||
</AdMainConfig>
|
||||
<AppDirConfig>
|
||||
<AppDirPageURL>http://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/Directory.aspx?L=en-us</AppDirPageURL>
|
||||
<AppDirSeviceURL>http://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/AppDirectory.asmx</AppDirSeviceURL>
|
||||
<AppDirVersionURL>http://mactivities.msgrsvcs.ctsrv.gay/AppDirectory/GetAppdirVersion.aspx</AppDirVersionURL>
|
||||
</AppDirConfig>
|
||||
<Contacts>
|
||||
<ABPendingRequests>
|
||||
<url>http://social.ugnet.gay/PendingRequests.aspx?mkt=en-us&partner=Messenger</url>
|
||||
<siteid>73625</siteid>
|
||||
<height>672</height>
|
||||
<width>808</width>
|
||||
</ABPendingRequests>
|
||||
<BuddysSocialNetwork>
|
||||
<url>http://social.ugnet.gay/NetworkExplorer.aspx?mkt=en-us&partner=Messenger&cid=%1</url>
|
||||
<siteid>73625</siteid>
|
||||
<height>674</height>
|
||||
<width>808</width>
|
||||
</BuddysSocialNetwork>
|
||||
<EditMyLiveContactProfile>
|
||||
<url>http://social.ugnet.gay/profile.aspx?action=edit&mode=activecontacts&mkt=en-us&partner=Messenger</url>
|
||||
<siteid>73625</siteid>
|
||||
</EditMyLiveContactProfile>
|
||||
<EditMyProfile>
|
||||
<url>http://social.ugnet.gay/profile.aspx?action=edit&partner=Messenger&mkt=en-us</url>
|
||||
<siteid>73625</siteid>
|
||||
</EditMyProfile>
|
||||
<Profile>
|
||||
<url>http://social.ugnet.gay/Profile.aspx?partner=Messenger&mkt=en-us&mem=%ls</url>
|
||||
<urlcid>http://social.ugnet.gay/Profile.aspx?partner=Messenger&mkt=en-us&cid=%ls</urlcid>
|
||||
<siteid>73625</siteid>
|
||||
</Profile>
|
||||
<SocialNetwork>
|
||||
<url>http://social.ugnet.gay/NetworkSetup.aspx?mkt=en-us&partner=Messenger</url>
|
||||
<siteid>73625</siteid>
|
||||
<height>674</height>
|
||||
<width>808</width>
|
||||
</SocialNetwork>
|
||||
<ViewMapEnabled>false</ViewMapEnabled>
|
||||
</Contacts>
|
||||
<ContactCard>
|
||||
<AddToMySpaceSiteId>45930</AddToMySpaceSiteId>
|
||||
<AddToMySpaceUrl>http://social.ugnet.gay/?addblogentry=true&mkt=nl-nl</AddToMySpaceUrl>
|
||||
<ContactCardDisabled>false</ContactCardDisabled>
|
||||
<CreateSpaceSiteId>45930</CreateSpaceSiteId>
|
||||
<CreateSpaceUrl>http://social.ugnet.gay/signup.aspx?mkt=nl-nl</CreateSpaceUrl>
|
||||
<GetItemVerUrl>http://storage.msn.com/storageservice/schematizedstore.asmx</GetItemVerUrl>
|
||||
<GetXmlFeedUrl>http://services.social.ugnet.gay/contactcard/contactcardservice.asmx</GetXmlFeedUrl>
|
||||
<MySpaceSiteId>45930</MySpaceSiteId>
|
||||
<MySpaceUrl>http://social.ugnet.gay/homepage.aspx</MySpaceUrl>
|
||||
<SpaceBaseSiteId>45930</SpaceBaseSiteId>
|
||||
<SpaceBaseUrl>http://social.ugnet.gay</SpaceBaseUrl>
|
||||
<SpaceIntegrationEnabled>true</SpaceIntegrationEnabled>
|
||||
</ContactCard>
|
||||
<FlashUpgradeURL>http://storage.ugnet.gay/crosstalk-dist/client/all/tools/flashplayer_10_3r183_48_winax.exe</FlashUpgradeURL>
|
||||
<GLinkMarket v="en_us"/>
|
||||
<MessengerBlogURL>https://crosstalk.im/blog</MessengerBlogURL>
|
||||
<MSNSearch>
|
||||
<ImagesURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=images</ImagesURL>
|
||||
<NewsURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$+news&ia=news</NewsURL>
|
||||
<SearchURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SearchURL>
|
||||
<SharedSearchURL>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SharedSearchURL>
|
||||
<SharedSearchURL2>https://searx.ugnet.gay/searxng/search?q=$QUERY$&ia=web</SharedSearchURL2>
|
||||
</MSNSearch>
|
||||
<MsnTodayConfig>
|
||||
<MsnTodaySiteID>6528</MsnTodaySiteID>
|
||||
<MsnTodayURL>http://today.msgrsvcs.ctsrv.gay/start?wlm=1</MsnTodayURL>
|
||||
<Flags>2</Flags>
|
||||
</MsnTodayConfig>
|
||||
<MusicIntegration URL="https://www.last.fm/search/tracks?q=$ARTIST$+$TITLE$"/>
|
||||
<OneCare Enabled="0"/>
|
||||
<PSTNOut Hidden="1"/>
|
||||
<ReportAbuse>
|
||||
<ReportAbuseSID/>
|
||||
<ReportAbuseURL>https://crosstalk.im/report</ReportAbuseURL>
|
||||
</ReportAbuse>
|
||||
<RL>
|
||||
<ViewProfileURL>https://crosstalk.im/account/settings</ViewProfileURL>
|
||||
</RL>
|
||||
<SDrive Enabled="true"/>
|
||||
<TermsOfUse>
|
||||
<TermsOfUseSID>956</TermsOfUseSID>
|
||||
<TermsOfUseURL>https://crosstalk.im/tos</TermsOfUseURL>
|
||||
</TermsOfUse>
|
||||
<VoiceClip Hidden="0"/>
|
||||
<VoiceVideo>
|
||||
<DisableSipProxyInviteTest>0</DisableSipProxyInviteTest>
|
||||
<DisableSipProxyCapability>0</DisableSipProxyCapability>
|
||||
<DisableSipProxyInvite>0</DisableSipProxyInvite>
|
||||
<DisableSipProxyCapability2>0</DisableSipProxyCapability2>
|
||||
<DisableSipProxyInvite2>0</DisableSipProxyInvite2>
|
||||
</VoiceVideo>
|
||||
</LocalizedConfig>
|
||||
</MsgrConfig>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<catalog version='ship.client.main.w5m4--RR1BLDF038-2014-04-01T05:44:12.5238180Z-16.4.3528.0331'>
|
||||
<hash><![CDATA[RzxtMCwjtYFypyMdfgLnBKXe4sTQlLkwNGglT2JlC3i2KNTe9o5951InWF+NOvB3l7OqSCeZeMB6ya+sgv+QTg==]]></hash><url><![CDATA[https://secure.wlxrs.com/~Live.Setup.Catalogship/~16.4.12/~/~/~/~/ship/catalog-daily.cab]]></url><updatebinary version="16.4.12.0" hash="tqLEnISBlpKDwuPqyngCatvR9SQ=" hash512="C4eX3BXbvaEvOqdeuuiNM2/Mp/dqYkYd/eSjccioKBqT3NJdzTJxDquAWYjctx+aNa8oQpTVAhwmspQH6tpoSw=="><![CDATA[https://secure.wlxrs.com/~Live.Setup.Catalogship/~16.4.12/~/~/~/~/ship/wlupdate.dll]]></updatebinary><setupbinary hash="RlB+TMr+j3kQ7aMcATOrqFw5ntwRJEsTVZbT0jXoswScV5K/A8gItinGvp5+us+Ku1WY9bA8z8QTXs7AnOlWKA=="><![CDATA[https://secure.wlxrs.com/~Live.Setup.Catalogship/~16.4.12/~/~/~/~/ship/wlsetup-daily.exe]]></setupbinary><setupresources hash="udf7sUELzfq3mkHsv6ieVfG+thuVaa8s8WjNylwCk8AYGWQbUl+tH24XtwOVL+nGz+EpFqTc/eDP3DETZ9Sn/A"><![CDATA[https://secure.wlxrs.com/~Live.Setup.Catalogship/~16.4.12/~/~/~/~/ship/en/wlsres.dll.mui]]></setupresources><rule name="IsValidOs" logic="and"><!-- Win7 and above --><os version="win7" condition="greaterthanorequal" /><!-- only for W5, only for less than QFE1 --><msiVersion version="16.4.3528.0331" condition="lessthan" upgradeCode="{9E1469E4-F701-FF47-7DF0-7B079A3E1586}" /><msiVersion version="16.0.0.0" condition="greaterthanorequal" upgradeCode="{9E1469E4-F701-FF47-7DF0-7B079A3E1586}" /></rule><MUDelay>0</MUDelay><Throttle>100</Throttle><RescanTimer>720</RescanTimer>
|
||||
<update version='ship.client.main.w5m4--RR1BLDF038-2014-04-01T05:44:12.5238180Z-16.4.3528.0331'>
|
||||
<hash><![CDATA[RzxtMCwjtYFypyMdfgLnBKXe4sTQlLkwNGglT2JlC3i2KNTe9o5951InWF+NOvB3l7OqSCeZeMB6ya+sgv+QTg==]]></hash><url><![CDATA[https://secure.wlxrs.com/~Live.Setup.Catalogship/~16.4.12/~/~/~/~/ship/catalog-daily.cab]]></url><updatebinary version="16.4.12.0" hash="tqLEnISBlpKDwuPqyngCatvR9SQ=" hash512="C4eX3BXbvaEvOqdeuuiNM2/Mp/dqYkYd/eSjccioKBqT3NJdzTJxDquAWYjctx+aNa8oQpTVAhwmspQH6tpoSw=="><![CDATA[https://secure.wlxrs.com/~Live.Setup.Catalogship/~16.4.12/~/~/~/~/ship/wlupdate.dll]]></updatebinary><setupbinary hash="RlB+TMr+j3kQ7aMcATOrqFw5ntwRJEsTVZbT0jXoswScV5K/A8gItinGvp5+us+Ku1WY9bA8z8QTXs7AnOlWKA=="><![CDATA[https://secure.wlxrs.com/~Live.Setup.Catalogship/~16.4.12/~/~/~/~/ship/wlsetup-daily.exe]]></setupbinary><setupresources hash="udf7sUELzfq3mkHsv6ieVfG+thuVaa8s8WjNylwCk8AYGWQbUl+tH24XtwOVL+nGz+EpFqTc/eDP3DETZ9Sn/A"><![CDATA[https://secure.wlxrs.com/~Live.Setup.Catalogship/~16.4.12/~/~/~/~/ship/en/wlsres.dll.mui]]></setupresources><rule name="IsValidOs" logic="and"><!-- Win7 and above --><os version="win7" condition="greaterthanorequal" /><!-- only for W5, only for less than QFE1 --><msiVersion version="16.4.3528.0331" condition="lessthan" upgradeCode="{9E1469E4-F701-FF47-7DF0-7B079A3E1586}" /><msiVersion version="16.0.0.0" condition="greaterthanorequal" upgradeCode="{9E1469E4-F701-FF47-7DF0-7B079A3E1586}" /></rule><MUDelay>0</MUDelay><Throttle>100</Throttle><RescanTimer>720</RescanTimer>
|
||||
</update>
|
||||
</catalog>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<DeleteMessagesResponse xmlns="http://www.hotmail.msn.com/ws/2004/09/oim/rsi" />
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode xmlns:q0="{{ owsns }}">q0:AuthenticationFailed</faultcode>
|
||||
<faultstring>Exception of type System.Web.Services.Protocols.SoapException was thrown.</faultstring>
|
||||
<faultactor>https://ows.messenger.msn.com/OimWS/oim.asmx</faultactor>
|
||||
<detail>
|
||||
<TweenerChallenge xmlns="{{ owsns }}">ct=1,rver=1,wp=FS_40SEC_0_COMPACT,lc=1,id=1</TweenerChallenge>
|
||||
<LockKeyChallenge xmlns="{{ owsns }}">1850937852</LockKeyChallenge>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<Machine xmlns="{{ owsns }}" name="BAYM-OW15" ver="12.30.1623.0"/>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode xmlns:q0="{{ owsns }}">q0:InvalidContent</faultcode>
|
||||
<faultstring>Exception of type 'System.Web.Services.Protocols.SoapException' was thrown.</faultstring>
|
||||
<detail/>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<Machine xmlns="{{ owsns }}" name="BAYM-OW15" ver="12.30.1623.0"/>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode xmlns:q0="{{ owsns }}">q0:SenderThrottleLimitExceeded</faultcode>
|
||||
<faultstring>Exception of type 'System.Web.Services.Protocols.SoapException' was thrown.</faultstring>
|
||||
<detail/>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode xmlns:q0="{{ owsns }}">q0:SystemUnavailable</faultcode>
|
||||
<faultstring>Exception of type System.Web.Services.Protocols.SoapException was thrown.</faultstring>
|
||||
<detail />
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Schema validation error</faultstring>
|
||||
<faultactor>https://cts.storage.ugnet.gay/rsi/rsi.asmx</faultactor>
|
||||
<detail />
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<GetMessageResponse xmlns="http://www.hotmail.msn.com/ws/2004/09/oim/rsi">
|
||||
<GetMessageResult>{{ oim_data }}</GetMessageResult>
|
||||
</GetMessageResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<GetMetadataResponse xmlns="http://www.hotmail.msn.com/ws/2004/09/oim/rsi">{{ md }}</GetMetadataResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<SequenceAcknowledgment xmlns="http://schemas.xmlsoap.org/ws/2003/03/rm">
|
||||
<Identifier xmlns="http://schemas.xmlsoap.org/ws/2002/07/utility">http://messenger.msn.com</Identifier>
|
||||
<AcknowledgmentRange Upper="{{ seq }}" Lower="{{ seq }}" />
|
||||
</SequenceAcknowledgment>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<StoreResponse xmlns="{{ owsns }}">
|
||||
<PointsConsumed>0</PointsConsumed>
|
||||
</StoreResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<AddMemberResponse xmlns="http://www.msn.com/webservices/AddressBook" />
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<CreateCircleResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<CreateCircleResult>
|
||||
<Id>00000000-0000-0000-0009-{{ chat_id }}</Id>
|
||||
</CreateCircleResult>
|
||||
</CreateCircleResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<DeleteMemberResponse xmlns="http://www.msn.com/webservices/AddressBook" />
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>Member does not exist </faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/DeleteMember</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">MemberDoesNotExist</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">Member does not exist </errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BY2ABCHWB346</machineName>
|
||||
<additionalDetails>
|
||||
<originalExceptionErrorMessage>
|
||||
BY2ABCHSQLA110.ABCHA1100134..prc_ABRoleMappingDeleteInt_W12R1: Member Does Not Exist in specified Role(s) : RoleMap Delete - 2
|
||||
|
||||
BY2ABCHSQLA110.ABCHA1100134..prc_ABRoleMappingDelete_W12R1: Failed to execute stored procedure prc_ABRoleMappingDeleteInt.
|
||||
</originalExceptionErrorMessage>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Body>
|
||||
<soap:Fault>
|
||||
<faultcode>soap:Client</faultcode>
|
||||
<faultstring>User does not exist </faultstring>
|
||||
<faultactor>http://www.msn.com/webservices/AddressBook/AddMember</faultactor>
|
||||
<detail>
|
||||
<errorcode xmlns="http://www.msn.com/webservices/AddressBook">UserDoesNotExist</errorcode>
|
||||
<errorstring xmlns="http://www.msn.com/webservices/AddressBook">User does not exist </errorstring>
|
||||
<machineName xmlns="http://www.msn.com/webservices/AddressBook">BY2ABCHWB346</machineName>
|
||||
<additionalDetails>
|
||||
<originalExceptionErrorMessage>
|
||||
BY2ABCHSQLA110.ABCHA1100134..prc_ABRoleMappingAdd_W12R1: Failed to execute stored procedure prc_ABRoleMappingAddInt.
|
||||
</originalExceptionErrorMessage>
|
||||
</additionalDetails>
|
||||
</detail>
|
||||
</soap:Fault>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,128 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<ServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.01.1408.0000</Version>
|
||||
<CacheKey>12r1:{{ cachekey }}</CacheKey>
|
||||
<CacheKeyChanged>true</CacheKeyChanged>
|
||||
<PreferredHostName>{{ host }}</PreferredHostName>
|
||||
<SessionId>{{ session_id }}</SessionId>
|
||||
</ServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<FindMembershipResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<FindMembershipResult>
|
||||
<Services>
|
||||
<Service>
|
||||
<Memberships>
|
||||
{% for lst in lists %}
|
||||
<Membership>
|
||||
<MemberRole>{{ lst.label }}</MemberRole>
|
||||
<Members>
|
||||
{% for contact in detail.contacts.values() %}
|
||||
{% if (contact.lists.__and__(lst) and lst not in (ContactList.AL,ContactList.BL,ContactList.RL)) or (lst in (ContactList.AL,ContactList.BL,ContactList.RL) and contact.lists.__and__(lst) and not contact.pending) %}
|
||||
<Member xsi:type="PassportMember">
|
||||
<MembershipId>{{ lst.label }}/{{ contact.head.uuid }}</MembershipId>
|
||||
<Type>Passport</Type>
|
||||
<State>Accepted</State>
|
||||
<Deleted>false</Deleted>
|
||||
<LastChanged>{{ now }}</LastChanged>
|
||||
<JoinedDate>{{ date_format(contact.head.date_created) }}</JoinedDate>
|
||||
<ExpirationDate>0001-01-01T00:00:00</ExpirationDate>
|
||||
<Changes />
|
||||
<PassportName>{{ contact.head.email }}</PassportName>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<PassportId>0</PassportId>
|
||||
<CID>{{ cid_format(contact.head.uuid, decimal = True) }}</CID>
|
||||
<PassportChanges />
|
||||
<LookedupByCID>false</LookedupByCID>
|
||||
</Member>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% if lst == ContactList.BL %}
|
||||
{% for circle in circles %}
|
||||
{% if circle.memberships[user.uuid].blocking %}
|
||||
<Member xsi:type="CircleMember">
|
||||
<MembershipId>Block/00000000-0000-0000-0009-{{ circle.chat_id }}</MembershipId>
|
||||
<Type>Circle</Type>
|
||||
<State>Accepted</State>
|
||||
<Deleted>false</Deleted>
|
||||
<LastChanged>{{ now }}</LastChanged>
|
||||
<JoinedDate>{{ now }}</JoinedDate>
|
||||
<ExpirationDate>0001-01-01T00:00:00</ExpirationDate>
|
||||
<Changes />
|
||||
<CircleId>00000000-0000-0000-0009-{{ circle.chat_id }}</CircleId>
|
||||
</Member>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</Members>
|
||||
<MembershipIsComplete>true</MembershipIsComplete>
|
||||
</Membership>
|
||||
{% endfor %}
|
||||
<Membership>
|
||||
<MemberRole>Pending</MemberRole>
|
||||
<Members>
|
||||
{% for contact in detail.contacts.values() %}
|
||||
{% if contact.pending and not contact.lists.__and__(ContactList.FL) %}
|
||||
<Member xsi:type="PassportMember">
|
||||
<MembershipId>Pending/{{ contact.head.uuid }}</MembershipId>
|
||||
<Type>Passport</Type>
|
||||
<State>Accepted</State>
|
||||
<Deleted>false</Deleted>
|
||||
<LastChanged>{{ now }}</LastChanged>
|
||||
<JoinedDate>{{ date_format(contact.head.date_created) }}</JoinedDate>
|
||||
<ExpirationDate>0001-01-01T00:00:00</ExpirationDate>
|
||||
<Changes />
|
||||
<PassportName>{{ contact.head.email }}</PassportName>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<PassportId>0</PassportId>
|
||||
<CID>{{ cid_format(contact.head.uuid, decimal = True) }}</CID>
|
||||
<PassportChanges />
|
||||
<LookedupByCID>false</LookedupByCID>
|
||||
</Member>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</Members>
|
||||
<MembershipIsComplete>true</MembershipIsComplete>
|
||||
</Membership>
|
||||
</Memberships>
|
||||
<Info>
|
||||
<Handle>
|
||||
<Id>1</Id>
|
||||
<Type>Messenger</Type>
|
||||
<ForeignId />
|
||||
</Handle>
|
||||
<InverseRequired>false</InverseRequired>
|
||||
<AuthorizationCriteria>Everyone</AuthorizationCriteria>
|
||||
<IsBot>false</IsBot>
|
||||
</Info>
|
||||
<Changes />
|
||||
<LastChange>{{ now }}</LastChange>
|
||||
<Deleted>false</Deleted>
|
||||
</Service>
|
||||
</Services>
|
||||
<OwnerNamespace>
|
||||
<Info>
|
||||
<Handle>
|
||||
<Id>00000000-0000-0000-0000-000000000000</Id>
|
||||
<IsPassportNameHidden>false</IsPassportNameHidden>
|
||||
<CID>0</CID>
|
||||
</Handle>
|
||||
<CreatorPuid>0</CreatorPuid>
|
||||
<CreatorCID>{{ cid_format(user.uuid, decimal = True) }}</CreatorCID>
|
||||
<CreatorPassportName>{{ user.email }}</CreatorPassportName>
|
||||
<CircleAttributes>
|
||||
<IsPresenceEnabled>false</IsPresenceEnabled>
|
||||
<Domain>WindowsLive</Domain>
|
||||
</CircleAttributes>
|
||||
<MessengerApplicationServiceCreated>false</MessengerApplicationServiceCreated>
|
||||
</Info>
|
||||
<Changes />
|
||||
<CreateDate>{{ now }}</CreateDate>
|
||||
<LastChange>{{ now }}</LastChange>
|
||||
</OwnerNamespace>
|
||||
</FindMembershipResult>
|
||||
</FindMembershipResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<AffinityCacheHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<CacheKey>{{ cachekey }}</CacheKey>
|
||||
</AffinityCacheHeader>
|
||||
<StorageUserHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<Puid>{{ puid_format(user.uuid) }}</Puid>
|
||||
<Cid>{{ cid }}</Cid>
|
||||
<ApplicationId>0</ApplicationId>
|
||||
<DeviceId>0</DeviceId>
|
||||
<IsTrustedDevice>false</IsTrustedDevice>
|
||||
<IsStrongAuth>false</IsStrongAuth>
|
||||
<TicketToken>t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</TicketToken>
|
||||
<IsAdmin>false</IsAdmin>
|
||||
<LanguagePreference>0</LanguagePreference>
|
||||
<Claims />
|
||||
</StorageUserHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<CreateDocumentResponse xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<CreateDocumentResult>{{ cid }}!205</CreateDocumentResult>
|
||||
</CreateDocumentResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<AffinityCacheHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<CacheKey>{{ cachekey }}</CacheKey>
|
||||
</AffinityCacheHeader>
|
||||
<StorageUserHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<Puid>{{ puid_format(user.uuid) }}</Puid>
|
||||
<Cid>{{ cid }}</Cid>
|
||||
<ApplicationId>0</ApplicationId>
|
||||
<DeviceId>0</DeviceId>
|
||||
<IsTrustedDevice>false</IsTrustedDevice>
|
||||
<IsStrongAuth>false</IsStrongAuth>
|
||||
<TicketToken>t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</TicketToken>
|
||||
<IsAdmin>false</IsAdmin>
|
||||
<LanguagePreference>0</LanguagePreference>
|
||||
<Claims />
|
||||
</StorageUserHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<CreateRelationshipsResponse xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}" />
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<AffinityCacheHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<CacheKey>{{ cachekey }}</CacheKey>
|
||||
</AffinityCacheHeader>
|
||||
<StorageUserHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<Puid>{{ puid_format(user.uuid) }}</Puid>
|
||||
<Cid>{{ cid }}</Cid>
|
||||
<ApplicationId>0</ApplicationId>
|
||||
<DeviceId>0</DeviceId>
|
||||
<IsTrustedDevice>false</IsTrustedDevice>
|
||||
<IsStrongAuth>false</IsStrongAuth>
|
||||
<TicketToken>t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</TicketToken>
|
||||
<IsAdmin>false</IsAdmin>
|
||||
<LanguagePreference>0</LanguagePreference>
|
||||
<Claims />
|
||||
</StorageUserHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<DeleteRelationshipsResponse xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}" />
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<AffinityCacheHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<CacheKey>{{ cachekey }}</CacheKey>
|
||||
</AffinityCacheHeader>
|
||||
<StorageUserHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<Puid>{{ puid_format(user.uuid) }}</Puid>
|
||||
<Cid>{{ cid }}</Cid>
|
||||
<ApplicationId>0</ApplicationId>
|
||||
<DeviceId>0</DeviceId>
|
||||
<IsTrustedDevice>false</IsTrustedDevice>
|
||||
<IsStrongAuth>false</IsStrongAuth>
|
||||
<TicketToken>t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</TicketToken>
|
||||
<IsAdmin>false</IsAdmin>
|
||||
<LanguagePreference>0</LanguagePreference>
|
||||
<Claims />
|
||||
</StorageUserHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<FindDocumentsResponse xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<FindDocumentsResult>
|
||||
<Document xsi:type="Photo">
|
||||
<ResourceID>{{ cid }}!205</ResourceID>
|
||||
<Name>photo_msn</Name>
|
||||
<WhenTaken>0001-01-01T00:00:00</WhenTaken>
|
||||
</Document>
|
||||
</FindDocumentsResult>
|
||||
</FindDocumentsResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<AffinityCacheHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<CacheKey>{{ cachekey }}</CacheKey>
|
||||
</AffinityCacheHeader>
|
||||
<StorageUserHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<Puid>{{ puid_format(user.uuid) }}</Puid>
|
||||
<Cid>{{ cid }}</Cid>
|
||||
<ApplicationId>0</ApplicationId>
|
||||
<DeviceId>0</DeviceId>
|
||||
<IsTrustedDevice>false</IsTrustedDevice>
|
||||
<IsStrongAuth>false</IsStrongAuth>
|
||||
<TicketToken>t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</TicketToken>
|
||||
<IsAdmin>false</IsAdmin>
|
||||
<LanguagePreference>0</LanguagePreference>
|
||||
<Claims />
|
||||
</StorageUserHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<GetProfileResponse xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<GetProfileResult>
|
||||
<ResourceID>{{ cid }}!106</ResourceID>
|
||||
<DateModified>{{ now }}</DateModified>
|
||||
<ExpressionProfile>
|
||||
<ResourceID>{{ cid }}!118</ResourceID>
|
||||
<Version>205</Version>
|
||||
<DateModified>{{ now }}</DateModified>
|
||||
<Photo>
|
||||
<ResourceID>{{ cid }}!205</ResourceID>
|
||||
<DocumentStreams>
|
||||
{% if mime %}
|
||||
<DocumentStream>
|
||||
<DocumentStreamName>UserTileStatic</DocumentStreamName>
|
||||
<MimeType>image/{{ mime }}</MimeType>
|
||||
<DataSize>{{ size_static }}</DataSize>
|
||||
<PreAuthURL>https://{{ host }}/avatar/{{ user.uuid }}/static</PreAuthURL>
|
||||
<WriteMode>Overwrite</WriteMode>
|
||||
<StreamDataStatus>None</StreamDataStatus>
|
||||
<StreamStatus>None</StreamStatus>
|
||||
<Genie>false</Genie>
|
||||
<StreamVersion>0</StreamVersion>
|
||||
<DocumentStreamType>UserTileStatic</DocumentStreamType>
|
||||
<IsAliasForDefault>false</IsAliasForDefault>
|
||||
<ExpirationDateTime>0001-01-01T00:00:00</ExpirationDateTime>
|
||||
</DocumentStream>
|
||||
{% endif %}
|
||||
<DocumentStream>
|
||||
<DocumentStreamName>UserTileSmall</DocumentStreamName>
|
||||
<DataSize>{{ size_small }}</DataSize>
|
||||
<PreAuthURL>https://{{ host }}/avatar/{{ user.uuid }}/small</PreAuthURL>
|
||||
<WriteMode>Overwrite</WriteMode>
|
||||
<StreamDataStatus>None</StreamDataStatus>
|
||||
<StreamStatus>None</StreamStatus>
|
||||
<Genie>false</Genie>
|
||||
<StreamVersion>0</StreamVersion>
|
||||
<DocumentStreamType>Named</DocumentStreamType>
|
||||
<IsAliasForDefault>false</IsAliasForDefault>
|
||||
<ExpirationDateTime>0001-01-01T00:00:00</ExpirationDateTime>
|
||||
</DocumentStream>
|
||||
</DocumentStreams>
|
||||
</Photo>
|
||||
{% if roaming_info.message %}
|
||||
<PersonalStatus>{{ roaming_info.message }}</PersonalStatus>
|
||||
<PersonalStatusLastModified>{{ date_format(roaming_info.message_last_modified) }}</PersonalStatusLastModified>
|
||||
{% endif %}
|
||||
{% if roaming_info.name %}
|
||||
<DisplayName>{{ roaming_info.name }}</DisplayName>
|
||||
<DisplayNameLastModified>{{ date_format(roaming_info.name_last_modified) }}</DisplayNameLastModified>
|
||||
{% endif %}
|
||||
<StaticUserTilePublicURL>https://{{ host }}/avatar/{{ user.uuid }}/static</StaticUserTilePublicURL>
|
||||
</ExpressionProfile>
|
||||
</GetProfileResult>
|
||||
</GetProfileResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<AffinityCacheHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<CacheKey>{{ cachekey }}</CacheKey>
|
||||
</AffinityCacheHeader>
|
||||
<StorageUserHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<Puid>{{ puid_format(user.uuid) }}</Puid>
|
||||
<Cid>{{ cid }}</Cid>
|
||||
<ApplicationId>0</ApplicationId>
|
||||
<DeviceId>0</DeviceId>
|
||||
<IsTrustedDevice>false</IsTrustedDevice>
|
||||
<IsStrongAuth>false</IsStrongAuth>
|
||||
<TicketToken>t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</TicketToken>
|
||||
<IsAdmin>false</IsAdmin>
|
||||
<LanguagePreference>0</LanguagePreference>
|
||||
<Claims />
|
||||
</StorageUserHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<UpdateDocumentResponse xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}" />
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<AffinityCacheHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<CacheKey>{{ cachekey }}</CacheKey>
|
||||
</AffinityCacheHeader>
|
||||
<StorageUserHeader xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}">
|
||||
<Puid>{{ puid_format(user.uuid) }}</Puid>
|
||||
<Cid>{{ cid }}</Cid>
|
||||
<ApplicationId>0</ApplicationId>
|
||||
<DeviceId>0</DeviceId>
|
||||
<IsTrustedDevice>false</IsTrustedDevice>
|
||||
<IsStrongAuth>false</IsStrongAuth>
|
||||
<TicketToken>t={{ pptoken1 }}Y6+H31sTUOFkqjNTDYqAAFLr5Ote7BMrMnUIzpg860jh084QMgs5djRQLLQP0TVOFkKdWDwAJdEWcfsI9YL8otN9kSfhTaPHR1njHmG0H98O2NE/Ck6zrog3UJFmYlCnHidZk1g3AzUNVXmjZoyMSyVvoHLjQSzoGRpgHg3hHdi7zrFhcYKWD8XeNYdoz9wfA2YAAAgZIgF9kFvsy2AC0Fl/ezc/fSo6YgB9TwmXyoK0wm0F9nz5EfhHQLu2xxgsvMOiXUSFSpN1cZaNzEk/KGVa3Z33Mcu0qJqvXoLyv2VjQyI0VLH6YlW5E+GMwWcQurXB9hT/DnddM5Ggzk3nX8uMSV4kV+AgF1EWpiCdLViRI6DmwwYDtUJU6W6wQXsfyTm6CNMv0eE0wFXmZvoKaL24fggkp99dX+m1vgMQJ39JblVH9cmnnkBQcKkV8lnQJ003fd6iIFzGpgPBW5Z3T1Bp7uzSGMWnHmrEw8eOpKC5ny4x8uoViXDmA2UId23xYSoJ/GQrMjqB+NslqnuVsOBE1oWpNrmfSKhGU1X0kR4Eves56t5i5n3XU+7ne0MkcUzlrMi89n2j8aouf0zeuD7o+ngqvfRCsOqjaU71XWtuD4ogu2X7/Ajtwkxg/UJDFGAnCxFTTd4dqrrEpKyMK8eWBMaartFxwwrH39HMpx1T9JgknJ1hFWELzG8b302sKy64nCseOTGaZrdH63pjGkT7vzyIxVH/b+yJwDRmy/PlLz7fmUj6zpTBNmCtl1EGFOEFdtI2R04EprIkLXbtpoIPA7m0TPZURpnWufCSsDtD91ChxR8j/FnQ/gOOyKg/EJrTcHvM1e50PMRmoRZGlltBRRwBV+ArPO64On6zygr5zud5o/aADF1laBjkuYkjvUVsXwgnaIKbTLN2+sr/WjogxT1Yins79jPa1+3dDenxZtE/rHA/6qsdJmo5BJZqNYQUFrnpkU428LryMnBaNp2BW51JRsWXPAA7yCi0wDlHzEDxpqaOnhI4Ol87ra+VAg==&p=</TicketToken>
|
||||
<IsAdmin>false</IsAdmin>
|
||||
<LanguagePreference>0</LanguagePreference>
|
||||
<Claims />
|
||||
</StorageUserHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<UpdateProfileResponse xmlns="http://www.msn.com/webservices/storage/{{ storage_ns }}" />
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/static/style/today.css">
|
||||
<div class="header">
|
||||
<div class="svclogo">
|
||||
<p class="headtext"><b>CrossTalk</b></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Coming soon!</h3>
|
||||
<p>Stay tuned.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 7]><html class="ie7" lang="en"><![endif]-->
|
||||
<!--[if IE 8]><html class="ie8" lang="en"><![endif]-->
|
||||
<!--[if !(IE 7) | !(IE 8)]><!-->
|
||||
<html lang="en">
|
||||
<!--<![endif]-->
|
||||
<head>
|
||||
<link rel="stylesheet" href="/static/style/today.css">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<![endif]-->
|
||||
<script type="text/javascript">
|
||||
function preventDefaultFallback() {
|
||||
if (window.event.preventDefault) {
|
||||
window.event.preventDefault();
|
||||
} else {
|
||||
window.event.returnValue = false;
|
||||
}
|
||||
}
|
||||
|
||||
function NavPage() {
|
||||
var tmp, e, srcE, url;
|
||||
srcE = window.event.srcElement;
|
||||
if (srcE != null) {
|
||||
tmp = srcE.tagName;
|
||||
while(tmp != "BODY") {
|
||||
if (tmp == "A"){
|
||||
e = srcE;
|
||||
break;
|
||||
} else {
|
||||
srcE = srcE.parentElement;
|
||||
tmp = srcE.tagName;
|
||||
}
|
||||
}
|
||||
if (e != null) {
|
||||
url = e.href;
|
||||
if(url.indexOf("javascript:") == -1) {
|
||||
window.open(url,'msnt');
|
||||
preventDefaultFallback();
|
||||
} else {
|
||||
eval(url.substring(11,url.length));
|
||||
preventDefaultFallback();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
{% if msn %}
|
||||
function OpenWA(TargetURL, SiteID) {
|
||||
var bNoAuth = true;
|
||||
var p,e;
|
||||
e = window.external;
|
||||
|
||||
if (e != null) {
|
||||
p = e.MsgrHost;
|
||||
if (p != null) {
|
||||
p.OpenWithAuth(TargetURL, SiteID);
|
||||
bNoAuth = false;
|
||||
}
|
||||
}
|
||||
if (bNoAuth) {
|
||||
window.open(TargetURL,'msnt');
|
||||
}
|
||||
}
|
||||
|
||||
function ShowMSNToday(popInFront) {
|
||||
var p,e;
|
||||
e = window.external;
|
||||
if (e != null) {
|
||||
p = e.MsgrHost;
|
||||
if (p != null){
|
||||
p.ShowMessengerHostWnd(popInFront);
|
||||
}
|
||||
}
|
||||
}
|
||||
var intSiteID = 6528;
|
||||
{% endif %}
|
||||
{% if wlm %}
|
||||
window.onerror=function(){return true};
|
||||
try {
|
||||
if(window.location.search.indexOf('nopop=true')==-1){window.external.MsgrHost.ShowMessengerHostWnd(0)}
|
||||
} catch(e) {}
|
||||
{% endif %}
|
||||
{% if windowslive %}
|
||||
{% raw %}<![CDATA[*/function showToday(){var b=/tdyloaded=1/ig,a=document.cookie.match(b)==null;if(a)try{"tdyloaded".setCookie(1);window.external.MsgrHost.ShowMessengerHostWnd(0)}catch(c){}}(function($){$(function(){$.async("asyncCanary",function(){$(window).todaylayout().trigger("resize");$("div.cogr.coss").slideshow({delay:7e3});$(document).todayClickHandler({siteIds:"hotmail.msn.com:2|passport.net:10|spaces.msn.com:45930|maps.live.com:76517|mail.live.com:64855"});showToday();$.extend(true,{hotmail:{defaults:{proxyurl:"https://web.archive.org/web/20120504194423/http://hotmailproxy.us.msn.com/pm/v1.0/getheaders.aspx",domain:"https://web.archive.org/web/20120504194423/http://mail.live.com",listlen:5}}});$(".hminbox1").previewInbox({tsrttextOn:0,expanded:1,noSignOut:1,disableExpand:1});$("div.todaynav1").menuBar({delay:{open:500,close:50}});$('<input type="hidden"/>').attr({name:"mkt",value:"en-US"}).appendTo("#srchfrm")},$.jsUrl)})})(jQuery)//]]{% endraw %}
|
||||
{% endif %}
|
||||
</script>
|
||||
</head>
|
||||
{% if msn %}
|
||||
<body onclick="NavPage();" onload="ShowMSNToday(0);">
|
||||
{% else %}
|
||||
<body onclick="NavPage();">
|
||||
{% endif %}
|
||||
<div class="header">
|
||||
<div class="svclogo">
|
||||
<p class="headtext"><b>CrossTalk</b></p>
|
||||
</div>
|
||||
<div class="date">
|
||||
<script src="/static/js/date.js"></script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Welcome! Thank you for using CrossTalk!</h3>
|
||||
<p>If you find any issues, have suggestions for any new features, or just want to hang out with fellow CrossTalk users, join our <a href="https://discord.gg/dumJwXTPxX">Discord server</a>.</p>
|
||||
<p>This page will soon be redesigned with more content and WLM 2011/2012 support. Stay tuned!</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
<msntabsettings>
|
||||
<oemtotallimit>1</oemtotallimit>
|
||||
<oemdisplaylimit>1</oemdisplaylimit>
|
||||
</msntabsettings>
|
||||
<msntabdata>{% for tab in tabs %}
|
||||
<tab>
|
||||
<type>page</type>
|
||||
<contenturl>{{ tab.url }}</contenturl>
|
||||
<hiturl>{{ tab.url }}</hiturl>
|
||||
<image>{{ tab.image }}</image>
|
||||
<name>{{ tab.tooltip }}</name>
|
||||
<tooltip>{{ tab.tooltip }}</tooltip>
|
||||
<siteid>0</siteid>
|
||||
<notificationid>0</notificationid>
|
||||
</tab>{% endfor %}
|
||||
</msntabdata>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<ads>
|
||||
<tabad>
|
||||
<type>page</type>
|
||||
<contenturl>{{ tab.url }}</contenturl>
|
||||
<hiturl>{{ tab.url }}</hiturl>
|
||||
<image>{{ tab.image }}</image>
|
||||
<name>{{ tab.tooltip }}</name>
|
||||
<tooltip>{{ tab.tooltip }}</tooltip>
|
||||
<siteid>0</siteid>
|
||||
<notificationid>0</notificationid>
|
||||
</tabad>
|
||||
</ads>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>CrossTalk Video</title>
|
||||
<link>https://crosstalk.im</link>
|
||||
<description>CrossTalk Video</description>
|
||||
<language>en-us</language>
|
||||
<copyright>2023 - 2026 the undergr0und</copyright>
|
||||
<lastBuildDate>Thu, 05 Sep 2024 5:48:54 GMT</lastBuildDate>
|
||||
<category>MSN_Microsoft</category>
|
||||
<ttl>0</ttl>
|
||||
<item>
|
||||
<title>Testing</title>
|
||||
<link>http://ctsvcs.advertising.ugnet.gay/svcs/feed</link>
|
||||
<description>Test feed</description>
|
||||
<pubDate>Thu, 05 Sep 2024 00:00:00 GMT</pubDate>
|
||||
<category>MSN_Microsoft</category>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<soap:Header>
|
||||
<WNServiceHeader xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<Version>15.1.1216.0</Version>
|
||||
</WNServiceHeader>
|
||||
</soap:Header>
|
||||
<soap:Body>
|
||||
<GetContactsRecentActivityResponse xmlns="http://www.msn.com/webservices/AddressBook">
|
||||
<GetContactsRecentActivityResult>
|
||||
<Activities>
|
||||
<ActivityDetails>
|
||||
<OwnerCID>0</OwnerCID>
|
||||
<ObjectId>Fri, 08 Jan 2025 4:59:43 CDT</ObjectId>
|
||||
<ApplicationId>420</ApplicationId>
|
||||
<ChangeType>20</ChangeType>
|
||||
<PublishDate>{date}</PublishDate>
|
||||
<TemplateVariables>
|
||||
<TemplateVariable xsi:type="TextTemplateVariable">
|
||||
<Name>Name</Name>
|
||||
<Value>{title}</Value>
|
||||
</TemplateVariable>
|
||||
<TemplateVariable xsi:type="HlinkTemplateVariable">
|
||||
<Name>Url</Name>
|
||||
<Value>{url}</Value>
|
||||
</TemplateVariable>
|
||||
</TemplateVariables>
|
||||
</ActivityDetails>
|
||||
</Activities>
|
||||
<Templates>
|
||||
<RecentActivityTemplateContainer>
|
||||
<ApplicationId>420</ApplicationId>
|
||||
<ApplicationName>{appName}</ApplicationName>
|
||||
<MiniIconSizeX>0</MiniIconSizeX>
|
||||
<MiniIconSizeY>0</MiniIconSizeY>
|
||||
<ChangeType>20</ChangeType>
|
||||
<Locale>en-us</Locale>
|
||||
<RequestedLocales>
|
||||
<string>en-US</string>
|
||||
</RequestedLocales>
|
||||
<TemplateRevision>1</TemplateRevision>
|
||||
<Templates>
|
||||
<RecentActivityTemplate>
|
||||
<Cardinality>One</Cardinality>
|
||||
<Data>CrossTalk News</Data>
|
||||
<Title>{content}</Title>
|
||||
</RecentActivityTemplate>
|
||||
</Templates>
|
||||
<ActivityType>
|
||||
<string>blog</string>
|
||||
</ActivityType>
|
||||
<CanMergeItemsWithSameObjectID>false</CanMergeItemsWithSameObjectID>
|
||||
</RecentActivityTemplateContainer>
|
||||
</Templates>
|
||||
<FeedUrl>http://crosstalk.im</FeedUrl>
|
||||
</GetContactsRecentActivityResult>
|
||||
</GetContactsRecentActivityResponse>
|
||||
</soap:Body>
|
||||
</soap:Envelope>
|
||||
Reference in New Issue
Block a user