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

A way to contact the server administrator. More...

#include <support.h>

Public Attributes

QString role
 
QString matrixId {}
 
QString emailAddress {}
 

Detailed Description

A way to contact the server administrator.

Definition at line 25 of file support.h.

Member Data Documentation

◆ emailAddress

QString Quotient::GetWellknownSupportJob::Contact::emailAddress {}

An email address to reach the administrator.

At least one of matrix_id or email_address is required.

Definition at line 52 of file support.h.

◆ matrixId

QString Quotient::GetWellknownSupportJob::Contact::matrixId {}

A Matrix User ID representing the administrator.

It could be an account registered on a different homeserver so the administrator can be contacted when the homeserver is down.

At least one of matrix_id or email_address is required.

Definition at line 46 of file support.h.

◆ role

QString Quotient::GetWellknownSupportJob::Contact::role

An informal description of what the contact methods are used for.

m.role.admin is a catch-all role for any queries and m.role.security is intended for sensitive requests.

Unspecified roles are permitted through the use of Namespaced Identifiers.

Definition at line 35 of file support.h.


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