mirror of
https://git.ugnet.gay/CrossTalk/azul.git
synced 2026-05-28 15:19:48 +00:00
76 lines
4.3 KiB
XML
76 lines
4.3 KiB
XML
<?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 }}/msn</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 }}/msn</StaticUserTilePublicURL>
|
|
</ExpressionProfile>
|
|
</GetProfileResult>
|
|
</GetProfileResponse>
|
|
</soap:Body>
|
|
</soap:Envelope> |