3.2 Server-to-Client Response

This section contains an example of an SQM server-to-client response. There are two responses that map to the requests in section 3.1.

 <?xml version="1.0" encoding="utf-8"?>
 <resp ver="2">
  <tlm>
   <resps>
    <resp key="1">
     <namespace svc="sqm" ptr="windows" gp="winsqm8" app="13238528">
     </namespace>
     <cmd nm="throttle">
      <arg nm="period" val="30" />
      <arg nm="namespace" val=" app" />
     </cmd>
    </resp>
    <resp key="2">
     <namespace svc="sqm" ptr="windows" gp="winsqm8" app="1">
     </namespace>
     <cmd nm="approved">
      <arg nm="token" val="1.5c719a32ffe543c0.1cb128940d0e3a7" />
      <arg nm="tokenexp" val="129561149070780000" />
     </cmd>
    </resp>
   </resps>
  </tlm>
 </resp>