From dcd82d93b2d8401ae5f999865fb608a8b780cdeb Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 19 Jan 2013 00:00:57 +0100 Subject: Add some documentation about message correction --- doc/en/misc/correct.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/en/misc/correct.txt (limited to 'doc/en/misc/correct.txt') diff --git a/doc/en/misc/correct.txt b/doc/en/misc/correct.txt new file mode 100644 index 00000000..eadcde2b --- /dev/null +++ b/doc/en/misc/correct.txt @@ -0,0 +1,21 @@ +Message Correction +================== + +Poezio implements the link:http://xmpp.org/extensions/xep-0308.html[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. + +image::../../images/correct.png["Corrected message", title="A 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 +link:../plugins/display_corrections.html[display_corrections] plugin, and you +can correct your own messages with the */correct* command. + + +NOTE: Please do not abuse of this feature, as it will simply be displayed as +another message in the other clients. -- cgit v1.2.3