adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
3 stars 0 forks source link

Rename sample pop-server to generic-server. Move did endpoint functionality into an external module named did-endpoint #51

Closed francis-pouatcha closed 12 months ago

francis-pouatcha commented 1 year ago

We want the generic server to have an independent life cycle. We will be moving the dip/pop functionality into a proper top level directory under /didcomm-mediator-rs/did-endpoint with a proper Cargo.toml.

We can modify the plugin config of the generic server to load this as an external module by adding the dependency of did-endpoint to generic-server/Cargo.toml as an optional=true dependency with default-features = false

francis-pouatcha commented 1 year ago

This will set the example for the development of upcoming modules.