<ServerData> element in SYNCML response

The ServerData element, which is included into the element SyncHdr might be helpful for figuring out which rights have been considered by CRM.interface.

In the sample below the station right SR Global and the group right GR International are active for user MUser.

<SyncHdr>
 <ServerData>
  <session id="2" flags="1d0">
   <user nr="100344" gr="100286" rgr="100286" name="MUser" />
   <rights sta="SR Global" grp="GR International" />
  </session>
 </ServerData>
 <!-- ... -->
</SyncHdr>