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

The room versions the server supports. More...

#include <capabilities.h>

Public Attributes

QString defaultVersion
 The default room version the server is using for new rooms. More...
 
QHash< QString, QString > available
 A detailed description of the room versions the server supports. More...
 

Detailed Description

The room versions the server supports.

Definition at line 35 of file capabilities.h.

Member Data Documentation

◆ available

QHash<QString, QString> Quotient::GetCapabilitiesJob::RoomVersionsCapability::available

A detailed description of the room versions the server supports.

Definition at line 40 of file capabilities.h.

◆ defaultVersion

QString Quotient::GetCapabilitiesJob::RoomVersionsCapability::defaultVersion

The default room version the server is using for new rooms.

Definition at line 37 of file capabilities.h.


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