diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-09-08 12:11:50 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-09-08 12:11:50 +0100 |
commit | 81839c9389cc11e16b849e3686119142251ab748 (patch) | |
tree | 4a31d2a9d79f5c6017e83374962b1b9963e790cc /doc | |
parent | 80f851416f5b41b613d9e48a0e856ab4d5211360 (diff) | |
download | dbus-81839c9389cc11e16b849e3686119142251ab748.tar.gz |
Explicitly require the daemon to respect destination=''
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-specification.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 0e3a1783..69be6fef 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2997,6 +2997,10 @@ linkend="message-protocol-header-fields"/>). If the <literal>DESTINATION</literal> field is present, it specifies a message recipient by name. Method calls and replies normally specify this field. + The message bus must send messages (of any type) with the + <literal>DESTINATION</literal> field set to the specified recipient, + regardless of whether the recipient has set up a match rule matching + the message. </para> <para> |