From 62582b21a0174aba2e8a3e59137115039eba52c2 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 9 Aug 2022 12:53:57 +0200 Subject: [PATCH 1/2] =?UTF-8?q?adding=20Matrix=20=E2=86=94=20Channels=20pr?= =?UTF-8?q?oject=20to=20Community=20Projects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/community.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community.rst b/docs/community.rst index 1ced2a8a6..7ad456724 100644 --- a/docs/community.rst +++ b/docs/community.rst @@ -12,6 +12,7 @@ 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 consumers for the Matrix protocol. Community Tutorials =================== @@ -32,3 +33,4 @@ 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 From 4a8caca035fdaf5c59c51b8e2ad47e1ebde23d77 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 9 Aug 2022 13:09:09 +0200 Subject: [PATCH 2/2] =?UTF-8?q?adding=20MQTT=20=E2=86=94=20Channels=20proj?= =?UTF-8?q?ect=20to=20Community=20Projects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/community.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/community.rst b/docs/community.rst index 7ad456724..515fda6a1 100644 --- a/docs/community.rst +++ b/docs/community.rst @@ -12,7 +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 consumers for the Matrix protocol. +* 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 =================== @@ -34,3 +35,4 @@ If you'd like to add your project, please submit a PR with a link and brief desc .. _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