diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-27 23:57:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-27 23:57:10 +0200 |
commit | ce6f728085167c4f9e78e70f894b4234b0a717f2 (patch) | |
tree | 33a3b6303e84fc895db692e22e76b4f52ba0c67a | |
parent | stylo (diff) | |
download | mds-ce6f728085167c4f9e78e70f894b4234b0a717f2.tar.gz mds-ce6f728085167c4f9e78e70f894b4234b0a717f2.tar.bz2 mds-ce6f728085167c4f9e78e70f894b4234b0a717f2.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | doc/protocols | 7 |
2 files changed, 7 insertions, 1 deletions
@@ -36,6 +36,7 @@ Missing servers: stack A simple, reference implementation of a, stack window manager workspace A simple, reference implementation of a, workspaces vt VT switcher + cmd-registry Command line interface for the protocol registry Fast lanes diff --git a/doc/protocols b/doc/protocols index 3a30d17..449f669 100644 --- a/doc/protocols +++ b/doc/protocols @@ -66,8 +66,13 @@ Reference implementation: mds-echo Command: register Register availability of a command for which you implement a service + +Required header: Client ID + Your ID, provided by `ID assignment` + in response to `Command: assign-id` -Required header: Length +Conditionally required header: Length + Required if: `Action: list` Length of the message Optional header: Action |