authored by Stef's avatar Stef
......@@ -40,6 +40,8 @@ Send a new post that the client doesn’t have yet. At first application loading
P:<postID>^@<time>^@<info>^@<login>^@<message>
When receiving one of this message, the client add the post in the HTML ordered list displayed to the user.
=== Set cookie
Ask the client to set a cookie with his userID.
......@@ -64,7 +66,7 @@ Additional fields may be added in the future.
=== Reply to a query
The following type of message is sent back as a reply to a "query" message (Q:)
The following type of message is sent back as a reply to a "query" message (Q:) (see link:queries[Queries])
R:<username>^@<queryID>^@<commande>^@<record1>^@<record2>…^@<recordN>
......
......