Transaction 7 - Contacts request
Using the authorization and lock token from previous transactions this request seems to be indicating the start of a contact upload.
iSync Request
<?xml version="1.0" encoding="UTF-8"?> <request version="1.0" id="A"> <transaction type="authorization" version="1" id="1778343201"> <object entityname=".mac"> <attribute name="username" value="jebeke" /> <attribute name="type" value="token" /> <attribute name="token" value="[removed for brevity]" /> <attribute name="locktoken" value="[removed for brevity]" /> </object> </transaction> <transaction type="commit" version="1" id="1778343202"> <object entityname="CONT" resourceguid="73625329-D3B3-11D6-8260-0030655A2EF2"> <attribute name="storageconsumed" value="0" /> <attribute name="localversion" value="-1" /> <attribute name="adds" value="0" /> <attribute name="updates" value="0" /> <attribute name="deletes" value="0" /> <attribute name="moves" value="0" /> <attribute name="renames" value="0" /> <attribute name="provider" value="1020" /> <attribute name="description" value="contacts" /> <attribute name="filter" value="1020" /> </object> </transaction> </request>
Apple Response
<response version="1.0" id="A"> <transaction type="authorization" version="1.0" id="1778343201"> <object entityid="100" entitytype="7" entityname=".mac" resourceid="2667495" resourceguid="269548F8-00F0-1000-8981-00039388919E"> </object> <result> <attribute name="resultcode" value="0" /> <attribute name="resulttext" value="success" /> </result> </transaction> <transaction type="commit" version="1.0" id="1778343202"> <object entityname="CONT" resourceguid="73625329-D3B3-11D6-8260-0030655A2EF2"> </object> <result> <attribute name="resultcode" value="0" /> <attribute name="resulttext" value="success" /> </result> </transaction> </response>
All of the XML has been formated for easy reading. The actual conversation had no line breaks in them. I also removed some long attributes and confidential data.