Skip to content

Commit

Permalink
Merge pull request #83 from dbus2/add-plan-to-readme
Browse files Browse the repository at this point in the history
README: Add the plan
  • Loading branch information
zeenix authored Apr 30, 2024
2 parents 6c001c8 + 0270bdb commit 1d0adb4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ Since auto-starting of services is not yet implemented, you'll have to start ser
busctl call --user com.intel.dleyna-renderer /com/intel/dLeynaRenderer com.intel.dLeynaRenderer.Manager GetRenderers
```

## The plan

### Full compatibility with the D-Bus specification

Implement all features that manadated and recommended by the [specification].

### Additional Header Fields

While the D-Bus spec does not allow custom header fields in messages, `busd` will still support a
few additional on-demand (only) fields, that are useful for certain applications. One example is
addition of [peer credentials] on every message, which can avoid round-trips on the bus.

## License

MIT license [LICENSE-MIT](LICENSE-MIT)
[MIT](LICENSE-MIT)

[specification]: https://dbus.freedesktop.org/doc/dbus-specification.html
[peer credentials]: https://github.com/dbus2/busd/issues/29

0 comments on commit 1d0adb4

Please sign in to comment.