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

#include <versions.h>

Public Attributes

QStringList versions {}
 The supported versions. More...
 
QHash< QString, bool > unstableFeatures {}
 

Detailed Description

Definition at line 56 of file versions.h.

Member Data Documentation

◆ unstableFeatures

QHash<QString, bool> Quotient::GetVersionsJob::Response::unstableFeatures {}

Experimental features the server supports. Features not listed here, or the lack of this property all together, indicate that a feature is not supported.

Definition at line 63 of file versions.h.

◆ versions

QStringList Quotient::GetVersionsJob::Response::versions {}

The supported versions.

Definition at line 58 of file versions.h.


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