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

#include <full.h>

Collaboration diagram for Quotient::DiscoveryInformation:

Public Attributes

HomeserverInformation homeserver
 
std::optional< IdentityServerInformationidentityServer {}
 
QHash< QString, QJsonObject > additionalProperties {}
 Application-dependent keys using Java package naming convention. More...
 

Detailed Description

Used by clients to determine the homeserver, identity server, and other optional components they should be interacting with.

Definition at line 13 of file full.h.

Member Data Documentation

◆ additionalProperties

QHash<QString, QJsonObject> Quotient::DiscoveryInformation::additionalProperties {}

Application-dependent keys using Java package naming convention.

Definition at line 19 of file full.h.

◆ homeserver

HomeserverInformation Quotient::DiscoveryInformation::homeserver

Definition at line 14 of file full.h.

◆ identityServer

std::optional<IdentityServerInformation> Quotient::DiscoveryInformation::identityServer {}

Definition at line 16 of file full.h.


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