dendrite/appservice
2019-08-07 00:02:12 +08:00
..
api Implement profile retrieval over federation (#726) 2019-08-07 00:02:12 +08:00
consumers
query
routing Encode URLs properly (#728) 2019-07-03 16:38:50 +01:00
storage
types
workers
appservice.go
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.