From 74117453b5c3c2be51206a2b34a3ea2e1818f9d4 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 23 Jul 2014 17:01:17 +0200 Subject: Cleanup how events are run, they are always direct by definition now --- docs/architecture.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/architecture.rst') 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 `. 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:: -- cgit v1.2.3