Builder
class Builder
This builder should be use to create a HomeServerConnectionConfig instance.
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
fun withAllowedFingerPrints(allowedFingerprints: List<Fingerprint>?): HomeServerConnectionConfig.Builder
Link copied to clipboard
Link copied to clipboard
Update the anti-virus server URI.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun withShouldAcceptTlsExtensions(shouldAcceptTlsExtension: Boolean): HomeServerConnectionConfig.Builder
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: