Firefox OS/Remote Control: Difference between revisions

→‎Pairing: Add deprecated part
(→‎Secure Connection: Deprecate secure control section)
(→‎Pairing: Add deprecated part)
Line 235: Line 235:
   }
   }


=== Pairing ===
=== Pairing (Full version, without secure connection) ===
Meta Bug: {{Bug|1207996}}
Meta Bug: {{Bug|1207996}}


==== Flowchart ====
==== Flowchart ====


First Time Connection
First Time Connection (deprecated in secure connection)


[[File: RemoteControl FirstConnect.png]]
[[File: RemoteControl FirstConnect.png]]


Enter PIN Code
Enter PIN Code (deprecated in secure connection)


[[File:RemoteControl EnterPIN.png]]
[[File:RemoteControl EnterPIN.png]]


Resume Connection
Resume Connection (deprecated in secure connection)


[[File:RemoteControl ResumeConnection.png]]
[[File:RemoteControl ResumeConnection.png]]
Line 258: Line 258:
==== Protocol ====
==== Protocol ====


from client to server via AJAX
from client to server via AJAX (deprecated in secure connection)


   {
   {
Line 264: Line 264:
   }
   }


response when success
response when success (deprecated in secure connection)


   {
   {
133

edits