diff --git a/docs/community.rst b/docs/community.rst index 1ced2a8a6..515fda6a1 100644 --- a/docs/community.rst +++ b/docs/community.rst @@ -12,6 +12,8 @@ These projects from the community are developed on top of Channels: * DjangoChannelsJsonRpc_, a wrapper for the JSON-RPC protocol. * channels-demultiplexer_, a (de)multiplexer for ``AsyncJsonWebsocketConsumer`` consumers. * channels_postgres_, a Django Channels channel layer that uses PostgreSQL as its backing store. +* matrix-asgi_, an interface server and matching generic consumer for the Matrix protocol. +* mqttasgi_, an interface server and matching generic consumer for the MQTT protocol. Community Tutorials =================== @@ -32,3 +34,5 @@ If you'd like to add your project, please submit a PR with a link and brief desc .. _channels-demultiplexer: https://github.com/csdenboer/channels-demultiplexer .. _kafka-integration: https://gist.github.com/aryan340/da071d027050cfe0a03df3b500f2f44b .. _channels_postgres: https://github.com/danidee10/channels_postgres +.. _matrix-asgi: https://github.com/nim65s/matrix-asgi +.. _mqttasgi: https://github.com/sivulich/mqttasgi