capone-project / capone-core

A secure service framework
GNU General Public License v3.0
2 stars 0 forks source link

Report service meta info in session connection results #24

Closed pks-t closed 8 years ago

pks-t commented 8 years ago

In order to allow clients to verify they are actually connected to a service type matching their expectations, the server should provide the service type as well as service type version.

pks-t commented 8 years ago

On further thought, it does make more sense to let the client report its expected service type and its local version and then have the server verify these. As such, it becomes possible for the server to adjust to different versions based on the client's requirements.

pks-t commented 8 years ago

Implemented via #25