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/docgen.pl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'doc/docgen.pl') diff --git a/doc/docgen.pl b/doc/docgen.pl index 8efa115b3..5b2e8cf7f 100644 --- a/doc/docgen.pl +++ b/doc/docgen.pl @@ -65,11 +65,12 @@ my @locale_list = qw(en_US fr_FR de_DE); my %plugin_list = ("weechat" => "co", "alias" => "", "aspell" => "o", "charset" => "co", "demo" => "co", "fifo" => "co", - "irc" => "co", "logger" => "co", - "notify" => "co", "relay" => "co", - "perl" => "", "python" => "", - "ruby" => "", "lua" => "", - "tcl" => "", "xfer" => "co"); + "irc" => "co", "jabber" => "o", + "logger" => "co", "notify" => "co", + "relay" => "co", "perl" => "", + "python" => "", "ruby" => "", + "lua" => "", "tcl" => "", + "xfer" => "co"); # options to ignore my @ignore_options = ("aspell\\.dict\\..*", -- cgit v1.2.3