diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-12 02:44:11 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-12 02:44:11 +0100 |
commit | 507c87ed88bb3715317c0ca8dc6b76780cb54b04 (patch) | |
tree | 6f199ebf12bb0217f7f180b1ef4a09cc347345bd | |
parent | 0c7674efb1e922f5aee2a2fe6efa7c4a794ba4de (diff) | |
download | poezio-507c87ed88bb3715317c0ca8dc6b76780cb54b04.tar.gz poezio-507c87ed88bb3715317c0ca8dc6b76780cb54b04.tar.bz2 poezio-507c87ed88bb3715317c0ca8dc6b76780cb54b04.tar.xz poezio-507c87ed88bb3715317c0ca8dc6b76780cb54b04.zip |
Doc for the new event
-rw-r--r-- | doc/en/plugins.txt | 7 |
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. |