diff options
Diffstat (limited to 'doc/de/user')
-rw-r--r-- | doc/de/user/plugin_irc.de.xml | 2 | ||||
-rw-r--r-- | doc/de/user/plugin_jabber.de.xml | 73 | ||||
-rw-r--r-- | doc/de/user/plugins.de.xml | 5 | ||||
-rw-r--r-- | doc/de/user/weechat_user.de.xml | 1 |
4 files changed, 80 insertions, 1 deletions
diff --git a/doc/de/user/plugin_irc.de.xml b/doc/de/user/plugin_irc.de.xml index b196593d9..815335b85 100644 --- a/doc/de/user/plugin_irc.de.xml +++ b/doc/de/user/plugin_irc.de.xml @@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <title>IRC plugin</title> <para> - The IRC plugin is designed to chat thru IRC protocols with other people. + The IRC plugin is designed to chat thru IRC protocol with other people. It is multi-servers, and offers all supported IRC commands including DCC chat and file transfer (via xfer plugin, see <xref linkend="secPluginXfer" />). diff --git a/doc/de/user/plugin_jabber.de.xml b/doc/de/user/plugin_jabber.de.xml new file mode 100644 index 000000000..1ae2bc8b0 --- /dev/null +++ b/doc/de/user/plugin_jabber.de.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + +WeeChat documentation (english version) + +Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> + +This manual is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. + +This manual is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +--> + +<section id="secPluginJabber"> + <!-- TRANSLATION NEEDED --> + <title>Jabber plugin</title> + + <para> + The Jabber plugin is designed to chat thru XMPP protocol with other people. + It is multi-servers. + </para> + + <section id="secJabberOptions"> + <title>Options (file jabber.conf)</title> + + <para> + &jabber_options.xml; + </para> + + </section> + + <section id="secJabberCommands"> + <title>Commands</title> + + <para> + &jabber_commands.xml; + </para> + + </section> + + <section id="secJabberInfosHooked"> + <title>Infos and infolists</title> + + <para> + <informaltable colsep="0" frame="none"> + <tgroup cols="3"> + <thead> + <row> + <entry>Type</entry> + <entry>Name</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + &jabber_infos.xml; + </tbody> + </tgroup> + </informaltable> + </para> + + </section> + +</section> diff --git a/doc/de/user/plugins.de.xml b/doc/de/user/plugins.de.xml index b5f62eee9..e182a15fe 100644 --- a/doc/de/user/plugins.de.xml +++ b/doc/de/user/plugins.de.xml @@ -95,6 +95,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <para>irc: IRC chat protocol</para> </listitem> <listitem> + <para>jabber: Jabber chat protocol</para> + </listitem> + <listitem> <para>logger: log buffers to files</para> </listitem> <listitem> @@ -133,6 +136,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. &plugin_irc.de.xml; + &plugin_jabber.de.xml; + &plugin_logger.de.xml; &plugin_scripts.de.xml; diff --git a/doc/de/user/weechat_user.de.xml b/doc/de/user/weechat_user.de.xml index dc5f944de..143b1be49 100644 --- a/doc/de/user/weechat_user.de.xml +++ b/doc/de/user/weechat_user.de.xml @@ -39,6 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <!ENTITY plugin_charset.de.xml SYSTEM "plugin_charset.de.xml"> <!ENTITY plugin_fifo.de.xml SYSTEM "plugin_fifo.de.xml"> <!ENTITY plugin_irc.de.xml SYSTEM "plugin_irc.de.xml"> + <!ENTITY plugin_jabber.de.xml SYSTEM "plugin_jabber.de.xml"> <!ENTITY plugin_logger.de.xml SYSTEM "plugin_logger.de.xml"> <!ENTITY plugin_scripts.de.xml SYSTEM "plugin_scripts.de.xml"> <!ENTITY plugin_xfer.de.xml SYSTEM "plugin_xfer.de.xml"> |