diff options
author | mathieui <mathieui@mathieui.net> | 2013-04-10 01:42:34 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-04-10 01:42:34 +0200 |
commit | 4c2553bbed66e7e92964aaf72ba43bd70245724b (patch) | |
tree | b24d829e34e5b63c50bb7712cda33ffe23632d5e /doc/source/misc/correct.rst | |
parent | bf8e2a942c884a4a35e297734ce6c098849ac086 (diff) | |
download | poezio-4c2553bbed66e7e92964aaf72ba43bd70245724b.tar.gz poezio-4c2553bbed66e7e92964aaf72ba43bd70245724b.tar.bz2 poezio-4c2553bbed66e7e92964aaf72ba43bd70245724b.tar.xz poezio-4c2553bbed66e7e92964aaf72ba43bd70245724b.zip |
Add the message correction note
Diffstat (limited to 'doc/source/misc/correct.rst')
-rw-r--r-- | doc/source/misc/correct.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/misc/correct.rst b/doc/source/misc/correct.rst new file mode 100644 index 00000000..a5d7a9c7 --- /dev/null +++ b/doc/source/misc/correct.rst @@ -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 |