From bdb1f66ac96ff19b236f4ad5d57df6f83cdf27e9 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 13 Apr 2015 15:08:04 +0200 Subject: basexmpp: Add a message_error event MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "message" event only receives messages with a body, and error messages don’t necessarily have it. Removing the body requirement from the "message" event could lean to unhandled conditions in existing code. --- docs/event_index.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/event_index.rst') diff --git a/docs/event_index.rst b/docs/event_index.rst index 3dd45ce8..07a4fbd0 100644 --- a/docs/event_index.rst +++ b/docs/event_index.rst @@ -152,6 +152,13 @@ Event Index Makes the contents of message stanzas available whenever one is received. Be sure to check the message type in order to handle error messages. + message_error + - **Data:** :py:class:`~slixmpp.Message` + - **Source:** :py:class:`BaseXMPP ` + + Makes the contents of message stanzas available whenever one is received. + Only handler messages with an ``error`` type. + message_form - **Data:** :py:class:`~slixmpp.plugins.xep_0004.Form` - **Source:** :py:class:`~slixmpp.plugins.xep_0004.xep_0004` -- cgit v1.2.3