summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-07-28 10:10:10 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-28 10:11:12 +1000
commit7b988fcae5135d064388084ef190966c3e38702c (patch)
tree453a14f90c36032200f7704a7493c90055842991
parent4b414dcdbb5641ea528ccc212584f9dac816b571 (diff)
XI2proto.txt: padding bytes must be zero.
Padding bytes zeroed out ensures that future versions of the XI2 protcol may use these padding bytes with a defined state. The server should ignore padding bytes depending on the client's version anyway but better safe than sorry. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--XI2proto.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/XI2proto.txt b/XI2proto.txt
index a36f1dd..4ad861e 100644
--- a/XI2proto.txt
+++ b/XI2proto.txt
@@ -206,7 +206,8 @@ future revisions of XI2. A client must always retrieve the exact length of the
protocol reply from the connection, even if the reply is longer than defined
for the XI2 version supported by the client.
Additional bytes in a request may include data supported in later versions of
-XI2. Clients should ignore this data.
+XI2. Clients should ignore this data. Padding bytes in XI2 protocol requests
+are required to be 0.
7.1 Requests introduced in version 2.0