libQuotient
A Qt library for building matrix clients
|
#include <create_room.h>
Public Attributes | |
QString | idServer |
QString | idAccessToken |
QString | medium |
QString | address |
The invitee's third-party identifier. More... | |
Definition at line 57 of file create_room.h.
QString Quotient::CreateRoomJob::Invite3pid::address |
The invitee's third-party identifier.
Definition at line 72 of file create_room.h.
QString Quotient::CreateRoomJob::Invite3pid::idAccessToken |
An access token previously registered with the identity server. Servers can treat this as optional to distinguish between r0.5-compatible clients and this specification version.
Definition at line 65 of file create_room.h.
QString Quotient::CreateRoomJob::Invite3pid::idServer |
The hostname+port of the identity server which should be used for third-party identifier lookups.
Definition at line 60 of file create_room.h.
QString Quotient::CreateRoomJob::Invite3pid::medium |
The kind of address being passed in the address field, for example email
(see the list of recognised values).
Definition at line 69 of file create_room.h.