diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-12 02:45:20 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-12 02:45:20 +0100 |
commit | a78ac3f4bf2661c929866ae6f6fdfcee21bdb682 (patch) | |
tree | da6c37c953d6ca28031a717aa53090dab5a9fa28 | |
parent | 507c87ed88bb3715317c0ca8dc6b76780cb54b04 (diff) | |
download | poezio-a78ac3f4bf2661c929866ae6f6fdfcee21bdb682.tar.gz poezio-a78ac3f4bf2661c929866ae6f6fdfcee21bdb682.tar.bz2 poezio-a78ac3f4bf2661c929866ae6f6fdfcee21bdb682.tar.xz poezio-a78ac3f4bf2661c929866ae6f6fdfcee21bdb682.zip |
Put SleekXMPP events at the end of the plugins doc.
-rw-r--r-- | doc/en/plugins.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/en/plugins.txt b/doc/en/plugins.txt index a2d32607..b97e46d6 100644 --- a/doc/en/plugins.txt +++ b/doc/en/plugins.txt @@ -143,13 +143,6 @@ CAUTION: TODO Events list ----------- -SleekXMPP events -~~~~~~~~~~~~~~~~ - -For the sleekxmpp events, please refer to the - https://github.com/fritzy/SleekXMPP/wiki/Event-Index[sleekxmpp event index]. - - Poezio events ~~~~~~~~~~~~~ @@ -241,6 +234,13 @@ MUC. The parameters given to this handler are: * _presence_: The presence about to be sent. +SleekXMPP events +~~~~~~~~~~~~~~~~ + +For the sleekxmpp events, please refer to the + https://github.com/fritzy/SleekXMPP/wiki/Event-Index[sleekxmpp event index]. + + 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. |