Liking cljdoc? Tell your friends :D

matrix-client-server-api.api.end-to-end-encryption


claim-keysclj

(claim-keys)
(claim-keys optional-params)

Claim one-time encryption keys. Claims one-time keys for use in pre-key messages.

Claim one-time encryption keys.
Claims one-time keys for use in pre-key messages.
raw docstring

claim-keys-with-http-infoclj

(claim-keys-with-http-info)
(claim-keys-with-http-info {:keys [query]})

Claim one-time encryption keys. Claims one-time keys for use in pre-key messages.

Claim one-time encryption keys.
Claims one-time keys for use in pre-key messages.
raw docstring

get-keys-changesclj

(get-keys-changes from to)

Query users with recent device key updates. Gets a list of users who have updated their device identity keys since a previous sync token.

The server should include in the results any users who:

  • currently share a room with the calling user (ie, both users have membership state join); and
  • added new device identity keys or removed an existing device with identity keys, between from and to.
Query users with recent device key updates.
  Gets a list of users who have updated their device identity keys since a
previous sync token.

The server should include in the results any users who:

* currently share a room with the calling user (ie, both users have
  membership state ``join``); *and*
* added new device identity keys or removed an existing device with
  identity keys, between ``from`` and ``to``.
raw docstring

get-keys-changes-with-http-infoclj

(get-keys-changes-with-http-info from to)

Query users with recent device key updates. Gets a list of users who have updated their device identity keys since a previous sync token.

The server should include in the results any users who:

  • currently share a room with the calling user (ie, both users have membership state join); and
  • added new device identity keys or removed an existing device with identity keys, between from and to.
Query users with recent device key updates.
  Gets a list of users who have updated their device identity keys since a
previous sync token.

The server should include in the results any users who:

* currently share a room with the calling user (ie, both users have
  membership state ``join``); *and*
* added new device identity keys or removed an existing device with
  identity keys, between ``from`` and ``to``.
raw docstring

query-keysclj

(query-keys)
(query-keys optional-params)

Download device identity keys. Returns the current devices and identity keys for the given users.

Download device identity keys.
Returns the current devices and identity keys for the given users.
raw docstring

query-keys-with-http-infoclj

(query-keys-with-http-info)
(query-keys-with-http-info {:keys [query]})

Download device identity keys. Returns the current devices and identity keys for the given users.

Download device identity keys.
Returns the current devices and identity keys for the given users.
raw docstring

upload-keysclj

(upload-keys)
(upload-keys optional-params)

Upload end-to-end encryption keys. Publishes end-to-end encryption keys for the device.

Upload end-to-end encryption keys.
Publishes end-to-end encryption keys for the device.
raw docstring

upload-keys-with-http-infoclj

(upload-keys-with-http-info)
(upload-keys-with-http-info {:keys [keys]})

Upload end-to-end encryption keys. Publishes end-to-end encryption keys for the device.

Upload end-to-end encryption keys.
Publishes end-to-end encryption keys for the device.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close