diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-17 08:10:07 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-17 08:10:07 +0100 |
commit | c16c150b93bc5fb8f044fb518133f10f49f1456c (patch) | |
tree | e96e6447a64409a9987ea76de071aa4a35ce6338 /doc/en | |
parent | 19598c4e1331965498b66b79ef3b2abe7448a8f1 (diff) | |
download | weechat-c16c150b93bc5fb8f044fb518133f10f49f1456c.zip |
Remove unused jabber options and jabber servers in autogenerated doc
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/jabber_options.xml | 360 |
1 files changed, 0 insertions, 360 deletions
diff --git a/doc/en/autogen/jabber_options.xml b/doc/en/autogen/jabber_options.xml index 87ee9dafe..5bd5cf9e8 100644 --- a/doc/en/autogen/jabber_options.xml +++ b/doc/en/autogen/jabber_options.xml @@ -66,16 +66,6 @@ </listitem> </itemizedlist> -<command>jabber.look.hide_nickserv_pwd</command>: hide password displayed by nickserv -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: on)</para> - </listitem> -</itemizedlist> - <command>jabber.look.highlight_tags</command>: comma separated list of tags for messages that may produce highlight (usually any message from another user, not server messages,..) <itemizedlist> <listitem> @@ -116,16 +106,6 @@ </listitem> </itemizedlist> -<command>jabber.look.notice_as_pv</command>: display notices as private messages -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: off)</para> - </listitem> -</itemizedlist> - <command>jabber.look.one_server_buffer</command>: use same buffer for all servers <itemizedlist> <listitem> @@ -256,346 +236,6 @@ </listitem> </itemizedlist> -<command>jabber.server.flashtux.autoconnect</command>: automatically connect to server when WeeChat is starting -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.autojoin</command>: comma separated list of MUCs to join when connected to server (example: "#chan1,#chan2,#chan3 key1,key2") -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.autoreconnect</command>: automatically reconnect to server when disconnected -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.autoreconnect_delay</command>: delay (in seconds) before trying again to reconnect to server -<itemizedlist> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: 0 .. 65535 (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.autorejoin</command>: automatically rejoin MUCs when kicked -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.command</command>: command(s) to run when connected to server (many commands should be separated by ';', use '\;' for a semicolon, special variables $nick, $muc and $server are replaced by their value) -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.command_delay</command>: delay (in seconds) after command was executed (example: give some time for authentication) -<itemizedlist> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: 0 .. 3600 (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.ipv6</command>: use IPv6 protocol for server communication -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.local_alias</command>: local alias -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.local_hostname</command>: custom local hostname/IP for server (optional, if empty local hostname is used) -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.password</command>: password -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.proxy</command>: proxy used for this server (optional) -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.resource</command>: resource (for example: Home or Work) -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.sasl</command>: use SASL for authentication -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.server</command>: hostname/port or IP/port for server -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.tls</command>: use TLS cryptographic protocol for server communication -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.flashtux.username</command>: user name to use on server -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.autoconnect</command>: automatically connect to server when WeeChat is starting -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.autojoin</command>: comma separated list of MUCs to join when connected to server (example: "#chan1,#chan2,#chan3 key1,key2") -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.autoreconnect</command>: automatically reconnect to server when disconnected -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.autoreconnect_delay</command>: delay (in seconds) before trying again to reconnect to server -<itemizedlist> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: 0 .. 65535 (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.autorejoin</command>: automatically rejoin MUCs when kicked -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.command</command>: command(s) to run when connected to server (many commands should be separated by ';', use '\;' for a semicolon, special variables $nick, $muc and $server are replaced by their value) -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.command_delay</command>: delay (in seconds) after command was executed (example: give some time for authentication) -<itemizedlist> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: 0 .. 3600 (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.ipv6</command>: use IPv6 protocol for server communication -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.local_alias</command>: local alias -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.local_hostname</command>: custom local hostname/IP for server (optional, if empty local hostname is used) -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.password</command>: password -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.proxy</command>: proxy used for this server (optional) -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.resource</command>: resource (for example: Home or Work) -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.sasl</command>: use SASL for authentication -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.server</command>: hostname/port or IP/port for server -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.tls</command>: use TLS cryptographic protocol for server communication -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: )</para> - </listitem> -</itemizedlist> - -<command>jabber.server.jabberfr.username</command>: user name to use on server -<itemizedlist> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string (default value: '')</para> - </listitem> -</itemizedlist> - <command>jabber.server_default.autoconnect</command>: automatically connect to server when WeeChat is starting <itemizedlist> <listitem> |