summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnton Ryzhov <anton@ryzhov.me>2013-03-28 22:41:00 +0400
committerAnton Ryzhov <anton@ryzhov.me>2013-03-28 22:41:00 +0400
commit481971928c972a96a114b6dcf6480e48b530d95b (patch)
tree087efc13f84b19e4c0b6820f7956eeac0fd3784c /docs
parent020197718f81937a755f1ca1f1126fc1e15dbd72 (diff)
downloadslixmpp-481971928c972a96a114b6dcf6480e48b530d95b.tar.gz
slixmpp-481971928c972a96a114b6dcf6480e48b530d95b.tar.bz2
slixmpp-481971928c972a96a114b6dcf6480e48b530d95b.tar.xz
slixmpp-481971928c972a96a114b6dcf6480e48b530d95b.zip
`failed_auth` data returned
Manual updated
Diffstat (limited to 'docs')
-rw-r--r--docs/event_index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/event_index.rst b/docs/event_index.rst
index 1257fcd1..ee8f5a95 100644
--- a/docs/event_index.rst
+++ b/docs/event_index.rst
@@ -12,7 +12,7 @@ Event Index
has not yet been established.
connection_failed
- - **Data:** ``{}``
+ - **Data:** ``{}`` or ``Failure Stanza`` if available
- **Source:** :py:class:`~sleekxmpp.xmlstream.XMLstream`
Signal that a connection can not be established after number of attempts.