mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Add homeserver version check
This commit is contained in:
parent
747a5ded1a
commit
14fc31be07
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ print("Get information from " + baseUrl)
|
|||
items = [
|
||||
# [Title, URL, True for GET request and False for POST request]
|
||||
["Well-known", baseUrl + ".well-known/matrix/client", True]
|
||||
, ["Version", baseUrl + "_matrix/client/versions", True]
|
||||
, ["API version", baseUrl + "_matrix/client/versions", True]
|
||||
, ["Homeserver version", baseUrl + "_matrix/federation/v1/version", True]
|
||||
, ["Login flow", baseUrl + "_matrix/client/r0/login", True]
|
||||
, ["Registration flow", baseUrl + "_matrix/client/r0/register", False]
|
||||
# Useless , ["Username availability", baseUrl + "_matrix/client/r0/register/available?username=benoit", True]
|
||||
|
|
Loading…
Reference in a new issue