Site updated at 2017-11-17 00:51:24 UTC

This commit is contained in:
Travis CI 2017-11-17 00:51:24 +00:00
parent b18af64131
commit bde2b50b5d
26 changed files with 69 additions and 66 deletions

View file

@ -96,8 +96,11 @@
<li>Send <code class="highlighter-rouge">auth_ok</code> message</li>
<li>Authentication phase ends.</li>
<li>Command phase starts.
a. Client can send commands.
b. Server can send results of previous commands.</li>
<ol>
<li>Client can send commands.</li>
<li>Server can send results of previous commands.</li>
</ol>
</li>
<li>Client or server disconnects session.</li>
</ol>
<p>During the command phase, the client attaches a unique identifier to each message. The server will add this identifier to each message so that the client can link each message to its origin.</p>