Commit Graph

4 Commits (f6bbd50811e39aff156194f759db30d8458bd90e)

Author SHA1 Message Date
Prince Chaddha f6bbd50811
Update matrix-detect.yaml 2022-11-04 16:32:55 +05:30
Dionysis Grigoropoulos ed284ff172 fix: Remove content-type header check for matrix
As per the spec https://spec.matrix.org/v1.3/server-server-api/#getwell-knownmatrixserver,
the content-type SHOULD be (RFC SHOULD) set to application/json. Because
this is a SHOULD and not a MUST, a lot of implementations either return
a different content-type header or none at all.
2022-10-16 23:27:17 +03:00
Prince Chaddha 39b896fd70
Update matrix-detect.yaml 2022-07-03 22:34:04 +05:30
Dionysis Grigoropoulos c7b12834bc Add template to detect Matrix servers
This template uses .well-known/matrix/(client|server) HTTP endpoints to
identify:
- Matrix server federation endpoint
- Matrix client to server endpoint
- Matrix identity server endpoint
2022-07-03 16:45:44 +03:00