Add the message correction note

This commit is contained in:
mathieui 2013-04-10 01:42:34 +02:00
parent bf8e2a942c
commit 4c2553bbed
3 changed files with 30 additions and 0 deletions

View file

@ -223,6 +223,11 @@ These commands will work in any conversation tab (MultiUserChat, Private, or
.. glossary::
:sorted:
/correct
**Usage:** ``/correct <corrected message>``
Replace the content of the last sent message with *corrected message*.
/say
**Usage:** ``/say <message>``

View file

@ -0,0 +1,24 @@
Message Correction
==================
Poezio implements the `XEP-0308`_
which allows the correction of the last message sent.
The corrections are signalled with a number append to the nick of the user, in
a different color.
.. figure:: ../images/correct.png
:alt: Corrected message
The **9** here represents the number of times this message has been corrected.
You can show the revisions of a message by loading the
*display_corrections* plugin, and you
can correct your own messages with the :term:`/correct` command.
.. note:: Please do not abuse of this feature, as it will simply be displayed as
another plain message in the clients that do not support correction.
.. _XEP-0308: http://xmpp.org/extensions/xep-0308.html

View file

@ -6,6 +6,7 @@ Contents:
.. toctree::
:maxdepth: 2
correct
ssl