libkazv
|
The custom capabilities the server supports, using the Java package naming convention. More...
#include <capabilities.hpp>
Public Attributes | |
std::optional< ChangePasswordCapability > | changePassword |
Capability to indicate if the user can change their password. More... | |
std::optional< RoomVersionsCapability > | roomVersions |
The room versions the server supports. More... | |
immer::map< std::string, JsonWrap > | additionalProperties |
The custom capabilities the server supports, using the Java package naming convention. More... | |
The custom capabilities the server supports, using the Java package naming convention.
immer::map<std::string, JsonWrap> Kazv::Api::GetCapabilitiesJob::Capabilities::additionalProperties |
The custom capabilities the server supports, using the Java package naming convention.
std::optional<ChangePasswordCapability> Kazv::Api::GetCapabilitiesJob::Capabilities::changePassword |
Capability to indicate if the user can change their password.
std::optional<RoomVersionsCapability> Kazv::Api::GetCapabilitiesJob::Capabilities::roomVersions |
The room versions the server supports.