You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`support_page` is an optional property to specify a affiliated page of the homserver to give users help
50
+
`support_page` is an optional property to specify an affiliated page of the homeserver to give users help
51
51
specific to the homeserver, like extra login/registration steps.
52
52
53
-
At least one valid key should be provided. This means `contacts` should have at least one entry, or the `support_page` should be defined. An empty object is not considered valid, however both `contacts `and `support_page` may be specified together.
53
+
At least one valid key should be provided. This means `contacts` should have at least one entry, or the `support_page` should be defined. An empty object is not considered valid, however both `contacts `and `support_page` may be specified together.
54
54
55
55
## Alternative solutions
56
56
@@ -61,7 +61,7 @@ Hardcode a given user localpart that should be used as an admin address.
61
61
Specify the same content inside a homeserver endpoint, rather than use `.well-known`.
62
62
- This requires the homeserver to be up or responsive, which might be not very useful if trying to report issues with
63
63
connectivity.
64
-
64
+
65
65
Use vCards.
66
66
- vCards would add bloat, as the vast majority of a vcards contents is not useful for contacting an admin.
0 commit comments