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/en/autogen | |
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/en/autogen')
-rw-r--r-- | doc/en/autogen/aspell_commands.xml | 10 | ||||
-rw-r--r-- | doc/en/autogen/irc_commands.xml | 6 | ||||
-rw-r--r-- | doc/en/autogen/irc_options.xml | 12 | ||||
-rw-r--r-- | doc/en/autogen/jabber_commands.xml | 39 | ||||
-rw-r--r-- | doc/en/autogen/jabber_infos.xml | 28 | ||||
-rw-r--r-- | doc/en/autogen/jabber_options.xml | 768 | ||||
-rw-r--r-- | doc/en/autogen/logger_commands.xml | 2 | ||||
-rw-r--r-- | doc/en/autogen/weechat_commands.xml | 4 |
8 files changed, 852 insertions, 17 deletions
diff --git a/doc/en/autogen/aspell_commands.xml b/doc/en/autogen/aspell_commands.xml index dbdd7b856..14ff38431 100644 --- a/doc/en/autogen/aspell_commands.xml +++ b/doc/en/autogen/aspell_commands.xml @@ -6,14 +6,14 @@ docgen.pl builds XML doc files to include in many languages --> -<command>/aspell [list | enable lang | disable | addword [lang] word]</command> +<command>/aspell dictlist | enable lang | disable | addword [lang] word</command> <programlisting> aspell plugin configuration - list: show installed dictionnaries - enable: enable aspell on current buffer -disable: disable aspell on current buffer -addword: add a word in your personnal aspell dictionary +dictlist: show installed dictionaries + enable: enable aspell on current buffer + disable: disable aspell on current buffer + addword: add a word in your personal aspell dictionary Input line beginning with a '/' is not checked, except for some commands. </programlisting> diff --git a/doc/en/autogen/irc_commands.xml b/doc/en/autogen/irc_commands.xml index 31f267a24..0f8982a29 100644 --- a/doc/en/autogen/irc_commands.xml +++ b/doc/en/autogen/irc_commands.xml @@ -45,7 +45,7 @@ nickname: user or host to ban <command>/connect [-all [-nojoin] | servername [servername ...] [-nojoin] | hostname [-port port] [-ipv6] [-ssl]]</command> <programlisting> -connect to server(s) +connect to IRC server(s) -all: connect to all servers servername: internal server name to connect @@ -104,7 +104,7 @@ shutdown the server <command>/disconnect [-all | servername [servername ...]]</command> <programlisting> -disconnect from server(s) +disconnect from IRC server(s) -all: disconnect from all servers servername: server name to disconnect @@ -360,7 +360,7 @@ tell the server to restart itself <command>/server [list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [keep servername] | [del servername] | [deloutq] | [switch]</command> <programlisting> -list, add or remove servers +list, add or remove IRC servers list: list servers (no parameter implies this list) listfull: list servers with detailed info for each server diff --git a/doc/en/autogen/irc_options.xml b/doc/en/autogen/irc_options.xml index dd16f6b84..b670d6c18 100644 --- a/doc/en/autogen/irc_options.xml +++ b/doc/en/autogen/irc_options.xml @@ -276,7 +276,7 @@ </listitem> </itemizedlist> -<command>irc.network.send_unknown_commands</command>: send unknown commands to IRC server +<command>irc.network.send_unknown_commands</command>: send unknown commands to server <itemizedlist> <listitem> <para>type: boolean</para> @@ -286,7 +286,7 @@ </listitem> </itemizedlist> -<command>irc.server_default.addresses</command>: list of IP/port or hostname/port for server (separated by comma) +<command>irc.server_default.addresses</command>: list of hostname/port or IP/port for server (separated by comma) <itemizedlist> <listitem> <para>type: string</para> @@ -386,7 +386,7 @@ </listitem> </itemizedlist> -<command>irc.server_default.nicks</command>: nicknames to use on IRC server (separated by comma) +<command>irc.server_default.nicks</command>: nicknames to use on server (separated by comma) <itemizedlist> <listitem> <para>type: string</para> @@ -396,7 +396,7 @@ </listitem> </itemizedlist> -<command>irc.server_default.password</command>: password for IRC server +<command>irc.server_default.password</command>: password for server <itemizedlist> <listitem> <para>type: string</para> @@ -416,7 +416,7 @@ </listitem> </itemizedlist> -<command>irc.server_default.realname</command>: real name to use on IRC server +<command>irc.server_default.realname</command>: real name to use on server <itemizedlist> <listitem> <para>type: string</para> @@ -436,7 +436,7 @@ </listitem> </itemizedlist> -<command>irc.server_default.username</command>: user name to use on IRC server +<command>irc.server_default.username</command>: user name to use on server <itemizedlist> <listitem> <para>type: string</para> diff --git a/doc/en/autogen/jabber_commands.xml b/doc/en/autogen/jabber_commands.xml new file mode 100644 index 000000000..cb805fa44 --- /dev/null +++ b/doc/en/autogen/jabber_commands.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>/jabber [list [servername]] | [listfull [servername]] | [add servername username hostname[/port] password [-auto | -noauto] [-ipv6] [-tls] [-sasl]] | [copy servername newservername] | [rename servername newservername] | [keep servername] | [del servername] | [switch]</command> +<programlisting> +list, add or remove Jabber servers + + list: list servers (no parameter implies this list) + listfull: list servers with detailed info for each server + add: create a new server +servername: server name, for internal and display use + username: username to use on server + hostname: name or IP address of server, with optional port (default: 5222) + password: password for username on server + auto: automatically connect to server when WeeChat starts + noauto: do not connect to server when WeeChat starts (default) + ipv6: use IPv6 protocol + tls: use TLS cryptographic protocol + sasl: use SASL for authentication + copy: duplicate a server + rename: rename a server + keep: keep server in config file (for temporary servers only) + del: delete a server + switch: switch active server (when one buffer is used for all servers, default key: alt-s on server buffer) + +Examples: + /jabber listfull + /jabber add jabberfr user jabber.fr/5222 password -tls + /jabber copy jabberfr jabberfr2 + /jabber rename jabberfr jabbfr + /jabber del jabberfr + /jabber switch +</programlisting> + diff --git a/doc/en/autogen/jabber_infos.xml b/doc/en/autogen/jabber_infos.xml new file mode 100644 index 000000000..1bf578e87 --- /dev/null +++ b/doc/en/autogen/jabber_infos.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>info</entry> + <entry>jabber_buffer</entry> + <entry>get buffer pointer for a Jabber server/MUC</entry> +</row> +<row> + <entry>infolist</entry> + <entry>jabber_buddy</entry> + <entry>list of buddies for a Jabber server or MUC</entry> +</row> +<row> + <entry>infolist</entry> + <entry>jabber_muc</entry> + <entry>list of MUCs for a Jabber server</entry> +</row> +<row> + <entry>infolist</entry> + <entry>jabber_server</entry> + <entry>list of Jabber servers</entry> +</row> diff --git a/doc/en/autogen/jabber_options.xml b/doc/en/autogen/jabber_options.xml new file mode 100644 index 000000000..87ee9dafe --- /dev/null +++ b/doc/en/autogen/jabber_options.xml @@ -0,0 +1,768 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>jabber.color.input_nick</command>: color for nick in input bar +<itemizedlist> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name (default value: lightcyan)</para> + </listitem> +</itemizedlist> + +<command>jabber.color.message_join</command>: color for text in join messages +<itemizedlist> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name (default value: green)</para> + </listitem> +</itemizedlist> + +<command>jabber.color.message_quit</command>: color for text in part/quit messages +<itemizedlist> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name (default value: red)</para> + </listitem> +</itemizedlist> + +<command>jabber.look.color_nicks_in_server_messages</command>: use nick color in messages from server +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </listitem> +</itemizedlist> + +<command>jabber.look.display_away</command>: display message when (un)marking as away +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: off, local, muc (default value: local)</para> + </listitem> +</itemizedlist> + +<command>jabber.look.display_muc_modes</command>: display MUC modes in "buffer_name" bar item +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </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> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string (default value: 'jabber_chat_msg,jabber_notice')</para> + </listitem> +</itemizedlist> + +<command>jabber.look.nick_completion_smart</command>: smart completion for nicks (completes with last speakers first) +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </listitem> +</itemizedlist> + +<command>jabber.look.nick_prefix</command>: text to display before nick in chat window +<itemizedlist> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string (default value: '')</para> + </listitem> +</itemizedlist> + +<command>jabber.look.nick_suffix</command>: text to display after nick in chat window +<itemizedlist> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string (default value: '')</para> + </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> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + +<command>jabber.look.open_near_server</command>: open new MUCs/privates near server +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + +<command>jabber.look.show_away_once</command>: show remote away message only once in private +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </listitem> +</itemizedlist> + +<command>jabber.look.smart_filter</command>: filter join/part/quit messages for a nick if not speaking for some minutes on MUC (you must create a filter on tag "jabber_smart_filter") +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + +<command>jabber.look.smart_filter_delay</command>: delay for filtering join/part/quit messages (in minutes) +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 1 .. 10080 (default value: 5)</para> + </listitem> +</itemizedlist> + +<command>jabber.network.anti_flood</command>: anti-flood: # seconds between two user messages (0 = no anti-flood) +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 5 (default value: 2)</para> + </listitem> +</itemizedlist> + +<command>jabber.network.colors_receive</command>: when off, colors codes are ignored in incoming messages +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </listitem> +</itemizedlist> + +<command>jabber.network.colors_send</command>: allow user to send colors with special codes (^Cb=bold, ^Ccxx=color, ^Ccxx,yy=color+background, ^Cu=underline, ^Cr=reverse) +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </listitem> +</itemizedlist> + +<command>jabber.network.default_msg_part</command>: default part message (leaving MUC) ('%v' will be replaced by WeeChat version in string) +<itemizedlist> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string (default value: 'WeeChat %v')</para> + </listitem> +</itemizedlist> + +<command>jabber.network.default_msg_quit</command>: default quit message (disconnecting from server) ('%v' will be replaced by WeeChat version in string) +<itemizedlist> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string (default value: 'WeeChat %v')</para> + </listitem> +</itemizedlist> + +<command>jabber.network.lag_check</command>: interval between two checks for lag (in seconds, 0 = never check) +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 2147483647 (default value: 60)</para> + </listitem> +</itemizedlist> + +<command>jabber.network.lag_disconnect</command>: disconnect after important lag (in minutes, 0 = never disconnect) +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 2147483647 (default value: 5)</para> + </listitem> +</itemizedlist> + +<command>jabber.network.lag_min_show</command>: minimum lag to show (in seconds) +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 2147483647 (default value: 1)</para> + </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> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + +<command>jabber.server_default.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_default.autoreconnect</command>: automatically reconnect to server when disconnected +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </listitem> +</itemizedlist> + +<command>jabber.server_default.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: 10)</para> + </listitem> +</itemizedlist> + +<command>jabber.server_default.autorejoin</command>: automatically rejoin MUCs when kicked +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + +<command>jabber.server_default.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_default.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: 0)</para> + </listitem> +</itemizedlist> + +<command>jabber.server_default.ipv6</command>: use IPv6 protocol for server communication +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + +<command>jabber.server_default.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_default.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_default.password</command>: password +<itemizedlist> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string (default value: '')</para> + </listitem> +</itemizedlist> + +<command>jabber.server_default.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_default.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_default.sasl</command>: use SASL for authentication +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </listitem> +</itemizedlist> + +<command>jabber.server_default.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_default.tls</command>: use TLS cryptographic protocol for server communication +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + +<command>jabber.server_default.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> + diff --git a/doc/en/autogen/logger_commands.xml b/doc/en/autogen/logger_commands.xml index aa86e1426..3f8d17256 100644 --- a/doc/en/autogen/logger_commands.xml +++ b/doc/en/autogen/logger_commands.xml @@ -10,7 +10,7 @@ <programlisting> logger plugin configuration - list: show logging status for open buffers + list: show logging status for opened buffers set: set logging level on current buffer level: level for messages to be logged (0 = logging disabled, 1 = a few messages (most important) .. 9 = all messages) disable: disable logging on current buffer (set level to 0) diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index 7b16eb04e..c392e8fa4 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -61,7 +61,7 @@ manage buffers move: move buffer in the list (may be relative, for example -1) close: close buffer list: list buffers (no parameter implies this list) - notify: display notify levels for all open buffers + notify: display notify levels for all opened buffers localvar: display local variables for current buffer scroll: scroll in history (may be relative, and may end by a letter: s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll to beginning of this item @@ -286,7 +286,7 @@ show WeeChat uptime <programlisting> manage windows - list: list open windows (no parameter implies this list) + list: list opened windows (no parameter implies this list) -1: jump to previous window +1: jump to next window b#: jump to next window displaying buffer number # |