Packages

package ident

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class IdentificationRequest(request: Request = ...) extends GeneratedMessage with Message[IdentificationRequest] with Updatable[IdentificationRequest] with Product with Serializable

    From client: Client sends a Hello, expects back either an Accepted or a close of the socket, then Client requests Bowls, and after the last Bowl has been sent and Client is Ready, Events start being sent back and forth.

    From client: Client sends a Hello, expects back either an Accepted or a close of the socket, then Client requests Bowls, and after the last Bowl has been sent and Client is Ready, Events start being sent back and forth. From server: Server sends a FederationRequest with a secret, expects back a _new_ connection with a FederationTest with the dialback key, and accepts if the key matches. The key should be unique to the server and change based on the server it is and the server it is contacting. See XEP-0185 and XEP-0220.

    Annotations
    @SerialVersionUID()

Value Members

  1. object IdentProto extends GeneratedFileObject
  2. object IdentificationRequest extends GeneratedMessageCompanion[IdentificationRequest] with Serializable

Ungrouped