Merge pull request #84 from Lukasa/valid-extensions

Clearly you're allowing more extensions.
This commit is contained in:
Andrew Godwin 2016-03-10 11:33:00 -08:00
commit 1bf8532175

View File

@ -286,7 +286,8 @@ A *channel layer* should provide an object with these attributes
* ``extensions``, a list of unicode string names indicating which * ``extensions``, a list of unicode string names indicating which
extensions this layer provides, or empty if it supports none. extensions this layer provides, or empty if it supports none.
The only valid extension names are ``groups``, ``flush`` and ``statistics``. The names defined in this document are ``groups``, ``flush`` and
``statistics``.
A channel layer implementing the ``groups`` extension must also provide: A channel layer implementing the ``groups`` extension must also provide: