Builder

class Builder

This builder should be use to create a HomeServerConnectionConfig instance.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Add a TLS cipher suite to the list of accepted TLS connections with the homeserver.

Link copied to clipboard

Add an accepted TLS version for TLS connections with the homeserver.

Link copied to clipboard
Link copied to clipboard

Force the usage of TlsVersion. This can be usefull for device on Android version < 20

Link copied to clipboard

Update the anti-virus server URI.

Link copied to clipboard
Link copied to clipboard
fun withTlsLimitations(tlsLimitations: Boolean, enableCompatibilityMode: Boolean): HomeServerConnectionConfig.Builder

Convenient method to limit the TLS versions and cipher suites for this Builder Ref: