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/weechat_commands.xml | |
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/weechat_commands.xml')
-rw-r--r-- | doc/en/autogen/weechat_commands.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 # |