Clarifying the persisting of server setup (#344)
This commit is contained in:
+2
-1
@@ -78,7 +78,8 @@
|
||||
//! # Ok::<(), ProtocolError>(())
|
||||
//! ```
|
||||
//! The server must persist an instance of [ServerSetup] for the registration
|
||||
//! and login steps.
|
||||
//! and login steps, and can use [ServerSetup::serialize] and
|
||||
//! [ServerSetup::deserialize] to save and restore the instance.
|
||||
//!
|
||||
//! ## Registration
|
||||
//! The registration protocol between the client and server consists of four
|
||||
|
||||
Reference in New Issue
Block a user