python-dbus-next icon indicating copy to clipboard operation
python-dbus-next copied to clipboard

Is one-to-one communication supported by this library?

Open aslpavel opened this issue 4 years ago • 1 comments

I'm not too proficient with D-Bus and maybe missing something. I was trying to use this library to communicate with pulseaudio as described here. It seems that pulseaudio only exposes service over session bus, with only purpose to be able to find one-to-one D-Bus server exposed by pulseadio. In the context of one-to-one communication bus_name is not used at all but most of the methods of this library do require it. Am I missing something? Thank you!

aslpavel avatar Jan 05 '21 19:01 aslpavel

It's a weird scenario, but could be supported. Someone started it but didn't contribute it. See #20. I would accept a contribution for this feature but please do it cleanly.

acrisci avatar Jan 06 '21 02:01 acrisci