Implement /join/$room_id

This commit is contained in:
2015-12-15 11:09:19 +01:00
parent 1e4a56704f
commit 6b6b3b8954
3 changed files with 45 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ matrix_http_api_register_account
matrix_http_api_login
matrix_http_api_initial_sync
matrix_http_api_create_room
matrix_http_api_join_room
<SUBSECTION Standard>
MatrixHTTPAPI
MatrixHTTPAPIClass