ClientInit

data class ClientInit(clientVersion: String?, buildDate: String?, featureSet: FeatureSet) : HandshakeMessage

Client registration message containing metadata about the connecting client.

Core should respond with either ClientInitAck or ClientInitReject.

Constructors

Link copied to clipboard
fun ClientInit(clientVersion: String?, buildDate: String?, featureSet: FeatureSet)

Properties

Link copied to clipboard
val buildDate: String?

Build timestamp of the client

Link copied to clipboard
val clientVersion: String?

Human readable (HTML formatted) version of the client

Link copied to clipboard
val featureSet: FeatureSet

Enabled client features for this connection