diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-03-23 15:51:04 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-03-23 21:49:21 +0900 |
commit | 01d9f7b3f1785034503497798fb732ee6ee5fba3 (patch) | |
tree | 9715f0ef47120ef5030a00774028866eef776a53 /lib/csapi/capabilities.h | |
parent | 266f4b8a82fa437bbd49c8e3d85313677e068699 (diff) | |
download | libquotient-01d9f7b3f1785034503497798fb732ee6ee5fba3.tar.gz libquotient-01d9f7b3f1785034503497798fb732ee6ee5fba3.zip |
Update to the latest CS API definitions
No breaking changes; GetAccountDataJob/GetAccountDataPerRoomJob added.
Diffstat (limited to 'lib/csapi/capabilities.h')
-rw-r--r-- | lib/csapi/capabilities.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/csapi/capabilities.h b/lib/csapi/capabilities.h index 39e2f4d1..06a8bf0d 100644 --- a/lib/csapi/capabilities.h +++ b/lib/csapi/capabilities.h @@ -39,8 +39,8 @@ namespace QMatrixClient QHash<QString, QString> available; }; - /// Gets information about the server's supported feature set - /// and other relevant capabilities. + /// The custom capabilities the server supports, using the + /// Java package naming convention. struct Capabilities { /// Capability to indicate if the user can change their password. @@ -68,8 +68,8 @@ namespace QMatrixClient // Result properties - /// Gets information about the server's supported feature set - /// and other relevant capabilities. + /// The custom capabilities the server supports, using the + /// Java package naming convention. const Capabilities& capabilities() const; protected: |