dendrite/appservice
2020-06-17 12:05:56 +01:00
..
api Move account/device DBs to userapi (#1141) 2020-06-17 12:05:56 +01:00
consumers BREAKING: Make eduserver/appservice use userapi (#1138) 2020-06-16 17:39:56 +01:00
inthttp Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
query
storage BREAKING: Make eduserver/appservice use userapi (#1138) 2020-06-16 17:39:56 +01:00
types
workers
appservice.go Make userapi control account creation entirely (#1139) 2020-06-17 11:22:26 +01:00
README.md

Application Service

This component interfaces with external Application Services. This includes any HTTP endpoints that application services call, as well as talking to any HTTP endpoints that application services provide themselves.

Consumers

This component consumes and filters events from the Roomserver Kafka stream, passing on any necessary events to subscribing application services.