Add GetBackup() and ResetSession() to API Quick Reference
Compare changes
@@ -267,6 +267,14 @@ func (c *Client) GetAuthenticatedChannelRequest(partner *id.ID) (contact.Contact
@@ -471,6 +479,15 @@ func (c *Client) RequestAuthenticatedChannel(recipient, me contact.Contact,
`RequestAuthenticatedChannel` sends a request to another party to establish an authenticated channel. It will not run if the network state is not healthy. An error will be returned if a channel already exists or if a request was already received. When a confirmation occurs, the channel will be created and the callback will be called. Can be retried.