summaryrefslogtreecommitdiff
path: root/docs/architecture.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 52bb8d9c..2d0170d2 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -108,10 +108,6 @@ when this bit of XML is received (with an assumed namespace of
handlers <event handler>`. Each stanza/handler pair is then put into the
event queue.
- .. note::
- It is possible to skip the event queue and process an event immediately
- by using ``direct=True`` when raising the event.
-
The code for :meth:`BaseXMPP._handle_message` follows this pattern, and
raises a ``'message'`` event::