libQuotient
A Qt library for building matrix clients
Quotient::HomeserverData Struct Reference

#include <util.h>

Public Member Functions

bool checkMatrixSpecVersion (QStringView targetVersion) const
 

Public Attributes

QUrl baseUrl
 
QByteArray accessToken = {}
 
QStringList supportedSpecVersions = {}
 

Detailed Description

Definition at line 456 of file util.h.

Member Function Documentation

◆ checkMatrixSpecVersion()

bool Quotient::HomeserverData::checkMatrixSpecVersion ( QStringView  targetVersion) const

Member Data Documentation

◆ accessToken

QByteArray Quotient::HomeserverData::accessToken = {}

Definition at line 458 of file util.h.

◆ baseUrl

QUrl Quotient::HomeserverData::baseUrl

Definition at line 457 of file util.h.

◆ supportedSpecVersions

QStringList Quotient::HomeserverData::supportedSpecVersions = {}

Definition at line 459 of file util.h.


The documentation for this struct was generated from the following file: