Firefox OS/Remote Control: Difference between revisions

Jump to navigation Jump to search
→‎Authentication and Event Protocol: remove custom event, add server reply error
(→‎Peer authentication: update JPAKE round 2)
(→‎Authentication and Event Protocol: remove custom event, add server reply error)
Line 248: Line 248:
   }
   }


==== Custom Events ====
==== Server reply error ====


   {
   {
     type: 'command'
     type: common, or the event type sent from client
    action: 'custom',
     error: <error message of exception or root cause>
     detail: {
      action: <custom action name, string>,
      ...
    }
   }
   }


133

edits

Navigation menu