ClientInitAck

data class ClientInitAck(coreConfigured: Boolean?, backendInfo: List<BackendInfo>, authenticatorInfo: List<BackendInfo>, featureSet: FeatureSet) : HandshakeMessage

Message representing a successful client registration attempt. Contains metadata about the core.

Client should proceed with either ClientLogin or CoreSetupData.

Constructors

Link copied to clipboard
fun ClientInitAck(coreConfigured: Boolean?, backendInfo: List<BackendInfo>, authenticatorInfo: List<BackendInfo>, featureSet: FeatureSet)

Properties

Link copied to clipboard
val authenticatorInfo: List<BackendInfo>

If the core needs to be configured, this contains metadata about the supported authentication backends

Link copied to clipboard
val backendInfo: List<BackendInfo>

If the core needs to be configured, this contains metadata about the supported storage backends

Link copied to clipboard
val coreConfigured: Boolean?

Whether or not the core needs to be configured via the quassel protocol

Link copied to clipboard
val featureSet: FeatureSet

Enabled features for this connection