Skip to content

dbus-send: add --sender option

Christopher Morin requested to merge cmtm/dbus:dbus-send-sender into master

Clients listening for a signal can match against the 'sender', expecting it to come from a connection with a specific name. With this change, dbus-send can send signals to them.

This merge request contains commits from MR !115 (merged). MR !115 (merged) should be merged in first, then I'll rebase this onto it.

Edited by Christopher Morin

Merge request reports