From: Will Thompson Date: Wed, 8 Sep 2010 11:11:50 +0000 (+0100) Subject: Explicitly require the daemon to respect destination='' X-Git-Tag: dbus-1.4.1~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81839c9389cc11e16b849e3686119142251ab748;p=thirdparty%2Fdbus.git Explicitly require the daemon to respect destination='' --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 0e3a17834..69be6fefd 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2997,6 +2997,10 @@ linkend="message-protocol-header-fields"/>). If the DESTINATION 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 + DESTINATION field set to the specified recipient, + regardless of whether the recipient has set up a match rule matching + the message.