From: Anders Carlsson Date: Wed, 26 Mar 2003 21:40:56 +0000 (+0000) Subject: Some more things. X-Git-Tag: dbus-0.7~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e3bd44f98c7f40d8a89974952cf975a487606c;p=thirdparty%2Fdbus.git Some more things. --- diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index 476d0afef..8e489c646 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -1819,6 +1819,20 @@ + Namespace + + Used to prevent collisions when defining message and + service names. The convention used is the same as Java uses + for defining classes: a reversed domain name. + + + Peer-to-peer + + + An application talking directly to another application, without going through a message bus. + + + Service @@ -1833,7 +1847,15 @@ - + Service name + + + The name used when referring to a service. If the service is + a base service it has a unique service name, for example + ":1-20", and otherwise it should be namespaced. + + + Service Description Files