diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-12 14:58:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-12 14:58:58 +0200 |
commit | 5f56397b3c3864afad1fd6a86eb773c6b131ddc3 (patch) | |
tree | e0d4b385f0f88b0a1adf292dc059f82cb73d4b04 /doc | |
parent | add hacking (diff) | |
download | mds-5f56397b3c3864afad1fd6a86eb773c6b131ddc3.tar.gz mds-5f56397b3c3864afad1fd6a86eb773c6b131ddc3.tar.bz2 mds-5f56397b3c3864afad1fd6a86eb773c6b131ddc3.tar.xz |
make it possible to consume messages
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/messages | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/messages b/doc/messages index 11409c4..b9bd825 100644 --- a/doc/messages +++ b/doc/messages @@ -95,7 +95,11 @@ 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 with all the, possibly modified, headers the new -payload. +payload. A server may also choose to consume a +message message, this is done by responding +without a payload and include ‘Modify: yes’. +Once a message is consumed it will not be sent +to any additional servers. Unless a client's ID is 0:0 (allowed even if it is |