id_server
format is not documented
#2056
Labels
clarification
An area where the expected behaviour is understood, but the spec could do with being more explicit
Link to problem area:
Login types involving 3PIDs:
m.login.email.identity
m.login.msisdn
Endpoints involving 3PIDs:
POST /_matrix/client/v3/account/deactivate
POST /_matrix/client/v3/account/password/email/requestToken
POST /_matrix/client/v3/account/password/msisdn/requestToken
POST /_matrix/client/v3/register/email/requestToken
POST /_matrix/client/v3/register/msisdn/requestToken
POST /_matrix/client/v3/account/3pid
POST /_matrix/client/v3/account/3pid/bind
POST /_matrix/client/v3/account/3pid/unbind
POST /_matrix/client/v3/account/3pid/delete
POST /_matrix/client/v3/account/3pid/email/requestToken
POST /_matrix/client/v3/account/3pid/msisdn/requestToken
POST /_matrix/client/v3/createRoom
POST /_matrix/client/v3/rooms/{roomId}/invite
Issue
It is not documented where this string can be found by clients, and how homeservers are supposed to use it.
Usually in the examples it looks like a server name, and its format has several descriptions which match more or less that assumption:
However in practice, this string is actually a URL starting at the authority (i.e. with the
http(s)://
part removed):The text was updated successfully, but these errors were encountered: