mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 12:38:01 +02:00
Add this
This commit is contained in:
parent
8a587f6415
commit
037192972a
1 changed files with 15 additions and 0 deletions
15
doc/negotiation.txt
Normal file
15
doc/negotiation.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Negotiation
|
||||
===========
|
||||
|
||||
Before any client is allowed to talk to other clients, it must
|
||||
register itself with the bus. Currently this is done by sending the
|
||||
"org.freedesktop.DBus.Hello" message to the "org.freedesktop.DBus"
|
||||
service. This service is provided by the D-Bus daemon and therefore
|
||||
always exists.
|
||||
|
||||
The first field of the Hello message is a string containing a
|
||||
name. The bus driver will then append a dash and a number to make the
|
||||
client name unique and send a "Welcome" message back. It could also
|
||||
send an "Error" message back, for example if the client tries to
|
||||
register twice.
|
||||
|
||||
Loading…
Add table
Reference in a new issue