Hi, On Wed, Sep 10, 2008 at 11:45 AM, David Boucher <boudav at gmail.com> wrote: > Is there an easier way to get the bus name of the client or can I be > happy with this solution ? > You can use dbus_bus_get_unique_name(). Also on the server side, you can look at dbus_message_get_sender() (varies by binding how to get at this, if not using libdbus directly) Havoc