From 18a62f1dac870c96152063d69336ecfaf563da69 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 15 Jan 2009 15:29:05 +0100 Subject: 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). --- doc/fr/user/plugins.fr.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/fr/user/plugins.fr.xml') 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 @@ -96,6 +96,9 @@ along with this program. If not, see . irc: discussion avec le protocole IRC + + jabber: discussion avec le protocole Jabber + logger: enregistrement des tampons dans des fichiers @@ -135,6 +138,8 @@ along with this program. If not, see . &plugin_irc.fr.xml; + &plugin_jabber.fr.xml; + &plugin_logger.fr.xml; &plugin_scripts.fr.xml; -- cgit v1.2.3