diff mcabber/doc/HOWTO_modules.txt @ 1913:3cabdacf58df

Add "error" field to the message-in hooks Bump API number
author Mikael Berthe <mikael@lilotux.net>
date Sun, 16 May 2010 13:14:18 +0200
parents 5d37cee8c6c6
children e702073612de
line wrap: on
line diff
--- a/mcabber/doc/HOWTO_modules.txt	Fri May 14 11:58:13 2010 +0200
+++ b/mcabber/doc/HOWTO_modules.txt	Sun May 16 13:14:18 2010 +0200
@@ -200,6 +200,7 @@
    * groupchat - ("true" or "false")
    * delayed - message timestamp (ISO-8601 string) or empty string if
      the message wasn't delayed
+   * error - "true" if this is an error message
  - hook-post-message-in (HOOK_POST_MESSAGE_IN) with parameters
    * jid - sender of the incoming message
    * resource - resource of the incoming message
@@ -210,6 +211,7 @@
      attention (only implemented for MUC currently)
    * delayed - message timestamp (ISO-8601 string) or empty string if
      the message wasn't delayed
+   * error - "true" if this is an error message
  - hook-message-out (HOOK_MESSAGE_OUT) with parameters
    * jid - recipient of the outgoing message
    * message - message body, converted to locale charset