fn negotiate(config: &OwpConfig, init: &InitPayload) -> Result<(), OwpError>Expand description
Checks INIT.versions contains OWP_VERSION and INIT.schema matches
when OwpConfig::schema is set.
ยงErrors
Returns OwpError::UnsupportedVersion or
OwpError::UnsupportedSchema.