From be7015a88f72ca62cd9cbefd11aec86478290c13 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 10 Jul 2015 21:07:42 +0200 Subject: [PATCH] Changed documentation regarding last ICCC changes --- ICCC/Doc.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ICCC/Doc.go b/ICCC/Doc.go index c2f81aa..61c53a0 100644 --- a/ICCC/Doc.go +++ b/ICCC/Doc.go @@ -39,11 +39,9 @@ The format of a message is: command=COMMAND channel=CHANNEL [any count of data tuples] -InternalCommPassword=[configured communication password e.g. an UUID etc.] - -If you want to build a distributed system across the Internet, please use e.g. SSH tunnels to keep things secret. +checksum=[the SHA512 checksum of the message] Constrains to the environment: -The web server cannot reorder the fields of the request or response. The order of fields at the data object (message) must correspond with the order of fields inside the HTTP message. Therefore, a reorder is not possible at the moment. +The web server cannot reorder the fields of the request or response. The order of fields at the data object (message) must correspond with the order of fields inside the HTTP message. Therefore, a reorder is not possible at the moment. Also, the three field names 'command', 'channel' and 'checksum' are reserved, thus, you cannot use these names. */ package ICCC