Commit Graph

6 Commits (62ce1f4459c1e8b8f54aa8fbec180c9b1238e745)

Author SHA1 Message Date
Prince Chaddha ff9afcbf9f
Update matrix-detect.yaml 2022-11-06 12:58:34 +05:30
Dionysis Grigoropoulos b72140c265 fix: Follow redirects on matrix detect 2022-11-05 13:28:54 +02:00
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