libQuotient
A Qt library for building matrix clients
|
#include <versions.h>
Public Attributes | |
QStringList | versions {} |
The supported versions. More... | |
QHash< QString, bool > | unstableFeatures {} |
Definition at line 56 of file versions.h.
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.
QStringList Quotient::GetVersionsJob::Response::versions {} |
The supported versions.
Definition at line 58 of file versions.h.