summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2016-03-14 17:49:52 -0500
committermathieui <mathieui@mathieui.net>2016-03-14 23:59:01 +0100
commite15e6735f1dbfc66a5d43efe9fa9e7f5c9d1610a (patch)
treeee1853250060e7215c644d9976a73cdeb205cee2
parent67afd6a46221638dcca92a62294814c0c4a56b79 (diff)
downloadslixmpp-e15e6735f1dbfc66a5d43efe9fa9e7f5c9d1610a.tar.gz
slixmpp-e15e6735f1dbfc66a5d43efe9fa9e7f5c9d1610a.tar.bz2
slixmpp-e15e6735f1dbfc66a5d43efe9fa9e7f5c9d1610a.tar.xz
slixmpp-e15e6735f1dbfc66a5d43efe9fa9e7f5c9d1610a.zip
The XEP-0198 plugin exists now; fix the docs
-rw-r--r--docs/event_index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/event_index.rst b/docs/event_index.rst
index 07a4fbd0..28a41108 100644
--- a/docs/event_index.rst
+++ b/docs/event_index.rst
@@ -259,8 +259,8 @@ Event Index
Signal that a connection to the XMPP server has been lost and the current
stream session has ended. Currently equivalent to :term:`disconnected`, but
- future implementation of `XEP-0198: Stream Management <http://xmpp.org/extensions/xep-0198.html>`_
- will distinguish the two events.
+ implementations of `XEP-0198: Stream Management <http://xmpp.org/extensions/xep-0198.html>`_
+ distinguish between the two events.
Plugins that maintain session-based state should clear themselves when
this event is fired.