Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to new Janus configuration style #42

Open
mqp opened this issue Dec 10, 2019 · 0 comments
Open

Migrate to new Janus configuration style #42

mqp opened this issue Dec 10, 2019 · 0 comments

Comments

@mqp
Copy link
Contributor

mqp commented Dec 10, 2019

Right now, the plugin reads its configuration in INI format, like Janus used to, using a Rust library that knows how to parse INIs. But Janus migrated everything else to libconfig-style configuration. So it would make a lot of sense to migrate the plugin configuration, too.

Janus exposes its config reading/writing API in C, so it's probably good to use the API it exposes rather than hunting down a separate Rust library that knows how to read libconfig syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant