comparison 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
comparison
equal deleted inserted replaced
1912:ee8657ff9aa8 1913:3cabdacf58df
198 * resource - resource of the incoming message 198 * resource - resource of the incoming message
199 * message - message body, converted to locale charset 199 * message - message body, converted to locale charset
200 * groupchat - ("true" or "false") 200 * groupchat - ("true" or "false")
201 * delayed - message timestamp (ISO-8601 string) or empty string if 201 * delayed - message timestamp (ISO-8601 string) or empty string if
202 the message wasn't delayed 202 the message wasn't delayed
203 * error - "true" if this is an error message
203 - hook-post-message-in (HOOK_POST_MESSAGE_IN) with parameters 204 - hook-post-message-in (HOOK_POST_MESSAGE_IN) with parameters
204 * jid - sender of the incoming message 205 * jid - sender of the incoming message
205 * resource - resource of the incoming message 206 * resource - resource of the incoming message
206 * message - message body, converted to locale charset 207 * message - message body, converted to locale charset
207 * groupchat - ("true" or "false") 208 * groupchat - ("true" or "false")
208 * attention - In a MUC message, true if you've been highlighted 209 * attention - In a MUC message, true if you've been highlighted
209 In a regular message, true if the sender has requested your 210 In a regular message, true if the sender has requested your
210 attention (only implemented for MUC currently) 211 attention (only implemented for MUC currently)
211 * delayed - message timestamp (ISO-8601 string) or empty string if 212 * delayed - message timestamp (ISO-8601 string) or empty string if
212 the message wasn't delayed 213 the message wasn't delayed
214 * error - "true" if this is an error message
213 - hook-message-out (HOOK_MESSAGE_OUT) with parameters 215 - hook-message-out (HOOK_MESSAGE_OUT) with parameters
214 * jid - recipient of the outgoing message 216 * jid - recipient of the outgoing message
215 * message - message body, converted to locale charset 217 * message - message body, converted to locale charset
216 - hook-status-change (HOOK_STATUS_CHANGE) with 218 - hook-status-change (HOOK_STATUS_CHANGE) with
217 parameters 219 parameters