e15f6676ac
* Consolidation of roomserver APIs * Comment out alias tests for now, they are broken * Wire AS API into roomserver again * Roomserver didn't take asAPI param before so return to that * Prevent roomserver asking AS API for alias info * Rename some files * Remove alias_test, incoherent tests and unwanted appservice integration * Remove FS API inject on syncapi component |
||
---|---|---|
.. | ||
api | ||
consumers | ||
query | ||
routing | ||
storage | ||
types | ||
workers | ||
README.md | ||
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.