├── LICENSE ├── README.md ├── app.js ├── config ├── config.sample.yaml └── rocket-chat-config-schema.yaml └── package.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matrix-org/matrix-appservice-rocketchat/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matrix-org/matrix-appservice-rocketchat/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matrix-org/matrix-appservice-rocketchat/HEAD/app.js -------------------------------------------------------------------------------- /config/config.sample.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matrix-org/matrix-appservice-rocketchat/HEAD/config/config.sample.yaml -------------------------------------------------------------------------------- /config/rocket-chat-config-schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matrix-org/matrix-appservice-rocketchat/HEAD/config/rocket-chat-config-schema.yaml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matrix-org/matrix-appservice-rocketchat/HEAD/package.json --------------------------------------------------------------------------------