FederationVersion

data class FederationVersion(val name: String?, val version: String?)

Ref: https://matrix.org/docs/spec/server_server/latest#get-matrix-federation-v1-version

Constructors

Link copied to clipboard
fun FederationVersion(name: String?, version: String?)

Properties

Link copied to clipboard
val name: String?

Arbitrary name that identify this implementation.

Link copied to clipboard
val version: String?

Version of this implementation. The version format depends on the implementation.