From d5d9c881220ebf94c72812beac356568406f6ef5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 12 Dec 2017 12:23:50 +0000 Subject: [PATCH 1/9] 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 --- doc/dbus-specification.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index c33f0a0c..143cf839 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2205,7 +2205,9 @@ 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. Protocol Overview -- 2.15.1