matrix-org.dendrite/appservice
Till b367cfeddf
Implement `/thirdparty` endpoints (#2831)
Implements the following endpoints 
```
GET /_matrix/client/v3/thirdparty/protocols
GET /_matrix/client/v3/thirdparty/protocols/{protocol}
GET /_matrix/client/v3/thirdparty/location
GET /_matrix/client/v3/thirdparty/location/{protocol}
GET /_matrix/client/v3/thirdparty/user
GET /_matrix/client/v3/thirdparty/user/{protocol}
```
2022-11-02 10:17:53 +00:00
..
api Implement `/thirdparty` endpoints (#2831) 2022-11-02 10:17:53 +00:00
consumers Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765) 2022-10-05 12:12:42 +02:00
inthttp Implement `/thirdparty` endpoints (#2831) 2022-11-02 10:17:53 +00:00
query Implement `/thirdparty` endpoints (#2831) 2022-11-02 10:17:53 +00:00
appservice.go Implement `/thirdparty` endpoints (#2831) 2022-11-02 10:17:53 +00:00