Difference between revisions of "Protocol Design"
Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0102f68/fos/wiki/includes/MagicWord.php on line 902
From FOS Wiki
(Started clean protocol specification) |
m (→Message) |
||
Line 5: | Line 5: | ||
== Message == | == Message == | ||
A message is a json encoded object. Each message has a common "type" property, which determines it's type. | A message is a json encoded object. Each message has a common "type" property, which determines it's type. | ||
− | The message ends with the determination of the json object: } | + | The message ends with the determination of the json object: <code>}</code>. |
= Login - Logout = | = Login - Logout = | ||
[[File:protocol-login-logout.png]] | [[File:protocol-login-logout.png]] |