summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-07-23 17:01:17 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-07-23 17:01:17 +0200
commit74117453b5c3c2be51206a2b34a3ea2e1818f9d4 (patch)
tree5f9df56ea9f3509c22607779d6001505df57a4d4 /docs
parent5611b30022fbe6c2b91ffb145d604f3c07ff6898 (diff)
downloadslixmpp-74117453b5c3c2be51206a2b34a3ea2e1818f9d4.tar.gz
slixmpp-74117453b5c3c2be51206a2b34a3ea2e1818f9d4.tar.bz2
slixmpp-74117453b5c3c2be51206a2b34a3ea2e1818f9d4.tar.xz
slixmpp-74117453b5c3c2be51206a2b34a3ea2e1818f9d4.zip
Cleanup how events are run, they are always direct by definition now
Diffstat (limited to 'docs')
-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::