diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-06 17:58:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-06 17:58:31 +0200 |
commit | bd9a0b0fbed2da4788363d9ce701302a2a021803 (patch) | |
tree | c7d5a52cb3ed9f73768cadd8a4aa3567f85b6512 /doc | |
parent | add xsigaction (diff) | |
download | mds-bd9a0b0fbed2da4788363d9ce701302a2a021803.tar.gz mds-bd9a0b0fbed2da4788363d9ce701302a2a021803.tar.bz2 mds-bd9a0b0fbed2da4788363d9ce701302a2a021803.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/messages | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/messages b/doc/messages index debcd71..7236750 100644 --- a/doc/messages +++ b/doc/messages @@ -30,10 +30,10 @@ only non-unique ID and client with this ID cannot get responses. It can however ask for interceptions, which it would receive. To get a real ID it must ask the master server (which is the only server that -can communicate with it when it does not have an UD) +can communicate with it when it does not have an ID) for an ID, this can only be done when it does not have an ID. To do this, it sends an message with -two headers and no payload. One of headers is +two headers and no payload. One of the headers is ‘Command’ and its value should be ‘assign-id’, the other header is ‘Message ID’ and its value is an unsigned 32-bit integer of the index of the @@ -90,7 +90,7 @@ requested to be able to modify the message. This is done by sending the header ‘Modify’ and the header ‘Modify ID’ with the same value as for the message is is responding to. The value of the -‘Modify’ header should be ‘no’ it the message +‘Modify’ header should be ‘no’ if the message is not modified. If the message should be modify it the value of the ‘Modify’ header should be ‘yes’ and the payload should be the new message |