From 24ae27fa7690dd57f17236d0bb51993fc4c9bd70 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Wed, 26 Mar 2003 21:06:17 +0000 Subject: 2003-03-26 Anders Carlsson * doc/TODO: Add note about automatic service activation. * doc/dbus-specification.sgml: Rename the specification and clarify a few things. --- ChangeLog | 8 ++++++++ doc/TODO | 2 +- doc/dbus-specification.sgml | 32 ++++++++++++++++++-------------- 3 files changed, 27 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5b6f070c..d702efa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-03-26 Anders Carlsson + + * doc/TODO: + Add note about automatic service activation. + + * doc/dbus-specification.sgml: + Rename the specification and clarify a few things. + 2003-03-26 Anders Carlsson * Doxyfile.in: diff --git a/doc/TODO b/doc/TODO index dffb7389..1296f92a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -37,5 +37,5 @@ - Implement all the needed resource limits to keep clients from killing the message bus. - + - Automatic service activation, should probably be done through a message flag. diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index da1d07a1..476d0afe 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -2,9 +2,9 @@ ]>
- D-BUS Protocol Specification - Version 0.4 - 17 February 2003 + D-BUS Specification + Version 0.7 + 26 March 2003 Havoc @@ -422,10 +422,11 @@ Authentication Protocol - Before the flow of messages begins, two applications - must authenticate. A simple text protocol is used - for authentication; this protocol is a SASL profile, - and maps fairly directly from the SASL specification. + Before the flow of messages begins, two applications must + authenticate. A simple plain-text protocol is used for + authentication; this protocol is a SASL profile, and maps fairly + directly from the SASL specification. The message encoding is + NOT used here, only plain text messages. In examples, "C:" and "S:" indicate lines sent by the client and @@ -1309,13 +1310,16 @@ - Before an application is able to send messages to other applications it - must send the org.freedesktop.DBus.Hello - message to the message bus service. If an application tries to send - a message to another application, or a message to the message bus - service that isn't the - org.freedesktop.DBus.Hello message, it will - be disconnected from the bus. + Before an application is able to send messages to other + applications it must send the + org.freedesktop.DBus.Hello message to the + message bus service. If an application tries to send a + message to another application, or a message to the message + bus service that isn't the + org.freedesktop.DBus.Hello message, it + will be disconnected from the bus. If a client wishes to + disconnect from the bus, it just has to disconnect from the + transport used. No de-registration message is necessary. The reply message contains the name of the application's base service. -- cgit