summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-12 02:44:11 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-12 02:44:11 +0100
commit507c87ed88bb3715317c0ca8dc6b76780cb54b04 (patch)
tree6f199ebf12bb0217f7f180b1ef4a09cc347345bd /doc
parent0c7674efb1e922f5aee2a2fe6efa7c4a794ba4de (diff)
downloadpoezio-507c87ed88bb3715317c0ca8dc6b76780cb54b04.tar.gz
poezio-507c87ed88bb3715317c0ca8dc6b76780cb54b04.tar.bz2
poezio-507c87ed88bb3715317c0ca8dc6b76780cb54b04.tar.xz
poezio-507c87ed88bb3715317c0ca8dc6b76780cb54b04.zip
Doc for the new event
Diffstat (limited to 'doc')
-rw-r--r--doc/en/plugins.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/plugins.txt b/doc/en/plugins.txt
index c4eceb1a..a2d32607 100644
--- a/doc/en/plugins.txt
+++ b/doc/en/plugins.txt
@@ -233,6 +233,13 @@ The handlers for this events are called whenever you receive a presence from
* _presence_: Presence received.
* _tab_: Tab of the concerned MUC.
+*send_normal_presence*:: +presence+ +
+The handlers for this events are called whenever you send a presence “normal”
+presence, i.e. a presence for your contacts or some direct JIDs, but *not* in a
+MUC. The parameters given to this handler are:
+
+* _presence_: The presence about to be sent.
+
CAUTION: Plugins are in an experimental state and this API might change
slightly in a near future. You have to be aware of that while making a plugin.