![]() |
libQuotient
A Qt library for building matrix clients
|
#include <Quotient/jobs/basejob.h>#include <Quotient/application-service/definitions/location.h>#include <Quotient/application-service/definitions/protocol.h>#include <Quotient/application-service/definitions/user.h>
Go to the source code of this file.
Classes | |
| class | Quotient::GetProtocolsJob |
| Retrieve metadata about all protocols that a homeserver supports. More... | |
| class | Quotient::GetProtocolMetadataJob |
| Retrieve metadata about a specific protocol that the homeserver supports. More... | |
| class | Quotient::QueryLocationByProtocolJob |
| Retrieve Matrix-side portals rooms leading to a third-party location. More... | |
| class | Quotient::QueryUserByProtocolJob |
| Retrieve the Matrix User ID of a corresponding third-party user. More... | |
| class | Quotient::QueryLocationByAliasJob |
| Reverse-lookup third-party locations given a Matrix room alias. More... | |
| class | Quotient::QueryUserByIDJob |
| Reverse-lookup third-party users given a Matrix User ID. More... | |
Namespaces | |
| namespace | Quotient |
Functions | |
| auto | Quotient::collectResponse (const GetProtocolsJob *job) |
| auto | Quotient::collectResponse (const GetProtocolMetadataJob *job) |
| auto | Quotient::collectResponse (const QueryLocationByProtocolJob *job) |
| auto | Quotient::collectResponse (const QueryUserByProtocolJob *job) |
| auto | Quotient::collectResponse (const QueryLocationByAliasJob *job) |
| auto | Quotient::collectResponse (const QueryUserByIDJob *job) |