Clearly you're allowing more extensions.

This commit is contained in:
Cory Benfield 2016-03-10 09:25:02 +00:00
parent a2d64f9335
commit 69d60a60c5

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 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: