diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-15 15:29:05 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-15 15:29:05 +0100 |
commit | 18a62f1dac870c96152063d69336ecfaf563da69 (patch) | |
tree | 7989acb4aebf8749f7ddb5e48e13431f93e0ce33 /doc/fr/user/plugins.fr.xml | |
parent | c717d206cd73c0445a9edd1a5b723ea79a107676 (diff) | |
download | weechat-18a62f1dac870c96152063d69336ecfaf563da69.zip |
Add Jabber plugin (alpha version, many Jabber features are missing)
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib.
Please note many major Jabber features are missing:
- roster management (add/remove/.. buddies),
- MUC,
- transports.
It is possible to define servers (with /jabber), connect to them (with
/jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
Diffstat (limited to 'doc/fr/user/plugins.fr.xml')
-rw-r--r-- | doc/fr/user/plugins.fr.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/fr/user/plugins.fr.xml b/doc/fr/user/plugins.fr.xml index 70989ccad..ec61998d7 100644 --- a/doc/fr/user/plugins.fr.xml +++ b/doc/fr/user/plugins.fr.xml @@ -97,6 +97,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <para>irc: discussion avec le protocole IRC</para> </listitem> <listitem> + <para>jabber: discussion avec le protocole Jabber</para> + </listitem> + <listitem> <para>logger: enregistrement des tampons dans des fichiers</para> </listitem> <listitem> @@ -135,6 +138,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. &plugin_irc.fr.xml; + &plugin_jabber.fr.xml; + &plugin_logger.fr.xml; &plugin_scripts.fr.xml; |