spec: Explicitly say that auth client and server take turns

This was (hopefully) implicit in the protocol descriptions, but we
never actually said it. Do so.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104224
This commit is contained in:
Simon McVittie 2017-12-12 12:23:50 +00:00
parent f8a2a03ca0
commit 071237542f

View file

@ -2238,7 +2238,9 @@
</para>
<para>
In examples, "C:" and "S:" indicate lines sent by the client and
server respectively.
server respectively. The client sends the first line, and the
server must respond to each line from the client with a single-line
reply, with one exception: there is no reply to the BEGIN command.
</para>
<sect2 id="auth-protocol-overview">
<title>Protocol Overview</title>