Liking cljdoc? Tell your friends :D

matrix-client-server-api.api.room-directory


delete-room-aliasclj

(delete-room-alias room-alias)

Remove a mapping of room alias to room ID. Remove a mapping of room alias to room ID.

Servers may choose to implement additional access control checks here, for instance that room aliases can only be deleted by their creator or a server administrator.

Remove a mapping of room alias to room ID.
  Remove a mapping of room alias to room ID.

Servers may choose to implement additional access control checks here, for instance that room aliases can only be deleted by their creator or a server administrator.
raw docstring

delete-room-alias-with-http-infoclj

(delete-room-alias-with-http-info room-alias)

Remove a mapping of room alias to room ID. Remove a mapping of room alias to room ID.

Servers may choose to implement additional access control checks here, for instance that room aliases can only be deleted by their creator or a server administrator.

Remove a mapping of room alias to room ID.
  Remove a mapping of room alias to room ID.

Servers may choose to implement additional access control checks here, for instance that room aliases can only be deleted by their creator or a server administrator.
raw docstring

get-room-id-by-aliasclj

(get-room-id-by-alias room-alias)

Get the room ID corresponding to this room alias. Requests that the server resolve a room alias to a room ID.

The server will use the federation API to resolve the alias if the domain part of the alias does not correspond to the server's own domain.

Get the room ID corresponding to this room alias.
  Requests that the server resolve a room alias to a room ID.

The server will use the federation API to resolve the alias if the
domain part of the alias does not correspond to the server's own
domain.
raw docstring

get-room-id-by-alias-with-http-infoclj

(get-room-id-by-alias-with-http-info room-alias)

Get the room ID corresponding to this room alias. Requests that the server resolve a room alias to a room ID.

The server will use the federation API to resolve the alias if the domain part of the alias does not correspond to the server's own domain.

Get the room ID corresponding to this room alias.
  Requests that the server resolve a room alias to a room ID.

The server will use the federation API to resolve the alias if the
domain part of the alias does not correspond to the server's own
domain.
raw docstring

set-room-aliasclj

(set-room-alias room-alias room-info)

Create a new mapping from room alias to room ID.

Create a new mapping from room alias to room ID.
raw docstring

set-room-alias-with-http-infoclj

(set-room-alias-with-http-info room-alias room-info)

Create a new mapping from room alias to room ID.

Create a new mapping from room alias to room ID.
raw docstring

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

× close