From 1fbf6fa49c90010f3f255f60944920ef8908701c Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 17 Mar 2003 23:29:03 +0000 Subject: 2003-03-17 Havoc Pennington * bus/test-main.c (main): make it print something as it runs so make check doesn't look stuck * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove from CVS, now obsolete --- doc/negotiation.txt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 doc/negotiation.txt (limited to 'doc/negotiation.txt') diff --git a/doc/negotiation.txt b/doc/negotiation.txt deleted file mode 100644 index da4ce105..00000000 --- a/doc/negotiation.txt +++ /dev/null @@ -1,15 +0,0 @@ -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. - -- cgit