• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

api/H16-Nov-2021-12467

consumers/H16-Nov-2021-201131

inthttp/H16-Nov-2021-10885

query/H16-Nov-2021-168118

storage/H16-Nov-2021-1,008655

types/H16-Nov-2021-6532

workers/H16-Nov-2021-237155

README.mdH A D16-Nov-2021463 107

appservice.goH A D16-Nov-20215 KiB14199

README.md

1# Application Service
2
3This component interfaces with external [Application
4Services](https://matrix.org/docs/spec/application_service/unstable.html).
5This includes any HTTP endpoints that application services call, as well as talking
6to any HTTP endpoints that application services provide themselves.
7
8## Consumers
9
10This component consumes and filters events from the Roomserver Kafka stream, passing on any necessary events to subscribing application services.