annotate mcabber/doc/mcabber.1.html @ 841:f8c0447beec2

Allow "/room join . [nick]" if the current item is a MUC room
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 20:22:03 +0200
parents 5759770c1968
children bfaab692a683
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
2 <html>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
3 <head>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
799
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
5 <meta name="generator" content="AsciiDoc 7.1.2" />
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
6 <meta name="author" content="Mikael BERTHE" />
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
7 <meta name="author-email" content="mcabber@lilotux.net" />
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
8 <link rel="stylesheet" href="./manpage.css" type="text/css" />
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
9 <title>mcabber</title>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
10 </head>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
11 <body>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
12 <div id="content">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
13 <h1>MCABBER(1) Manual Page</h1>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
14 <h2>NAME</h2>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
15 <p>mcabber -
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
16 a simple Jabber console client
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
17 </p>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
18 <div id="synopsis">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
19 <h2>SYNOPSIS</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
20 <p><b>mcabber</b> [ -f configfile ] [ --help | -h ]</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
21 </div>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
22 <h2>DESCRIPTION</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
23 <p><tt>mcabber(1)</tt> is a small Jabber console client.<br />
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
24 For now it needs a configuration file to start, so please copy the sample
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
25 mcabberrc file and adapt your connection settings.</p>
360
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
26 <p>You also need to have an existing Jabber account to use this software, as
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
27 it cannot (un)register accounts yet.</p>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
28 <p>The <tt>mcabber(1)</tt> screen is divided into 4 regions.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
29 The <b>roster</b>, alias <b>buddylist</b>, is on the left. The <b>chat window</b>, or chat
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
30 buffer, is on the right. The <b>input line</b> lies at the bottom of the screen,
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
31 under a small <b>log window</b>.</p>
775
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
32 <p>Two status lines surround the log window. The bottom status line is the
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
33 "main status line" and reflects mcabber general status. The other line
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
34 is the "chat status line" and shows the status of the currently selected
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
35 buddy.</p>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
36 <p>To display buddies chat buffers, you will have to enter <b>chat mode</b>.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
37 You can enter chat mode by pressing enter, and leave chat mode with the ESC
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
38 key. Simply sending a message will also enable chat mode.</p>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
39 <p>Here are some of the features of <tt>mcabber</tt>:</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
40 <ul>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
41 <li>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
42 <p>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
43 <b>SSL support</b>.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
44 </p>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
45 </li>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
46 <li>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
47 <p>
467
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
48 <b>MUC support</b> (Multi-User Chat).
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
49 </p>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
50 </li>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
51 <li>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
52 <p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
53 <b>History logging:</b> If enabled (see the CONFIGURATION FILE section),
432
3a613e1d229b Ready for 0.6.8 release
Mikael Berthe <mikael@lilotux.net>
parents: 421
diff changeset
54 <tt>mcabber</tt> can save discussions to history log files.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
55 </p>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
56 </li>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
57 <li>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
58 <p>
432
3a613e1d229b Ready for 0.6.8 release
Mikael Berthe <mikael@lilotux.net>
parents: 421
diff changeset
59 <b>Commands completion:</b> If possible, <tt>mcabber</tt> will try to complete your
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
60 command line if you hit the Tab key.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
61 </p>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
62 </li>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
63 <li>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
64 <p>
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
65 <b>Input line history:</b> Any message or command entered is in the input line
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
66 history and can be reused easily.
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
67 </p>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
68 </li>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
69 <li>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
70 <p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
71 <b>External actions:</b> Some events (like receiving a message) can trigger an
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
72 external action, for example a shell script (you need to enable it in your
432
3a613e1d229b Ready for 0.6.8 release
Mikael Berthe <mikael@lilotux.net>
parents: 421
diff changeset
73 configuration file). A sample events script ("eventcmd") is provided with
3a613e1d229b Ready for 0.6.8 release
Mikael Berthe <mikael@lilotux.net>
parents: 421
diff changeset
74 <tt>mcabber</tt> source code, in the contrib directory.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
75 </p>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
76 </li>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
77 </ul>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
78 <h2>OPTIONS</h2>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
79 <dl>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
80 <dt><b>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
81 --help, -h
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
82 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
83 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
84 Quick help usage message
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
85 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
86 <dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
87 -f configfile
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
88 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
89 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
90 Use configuration file <b>configfile</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
91 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
92 </dl>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
93 <h2>KEYS</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
94 <p>Text typing occurs in the <b>input line</b>; basic operations are supported
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
95 (left arrow, right arrow, home/end keys, insert, delete, backspace&#8230;).</p>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
96 <p>PageUp and PageDown keys are used to move in the roster.</p>
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
97 <p>Up and Down arrow keys can be used to move in the input line history; they
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
98 jump to the previous/next line from the history beginning with the same string
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
99 (from first column to the cursor column).</p>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
100 <p>To send a message, move to the choosen buddy in the buddylist, type your
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
101 message and hit enter. If the line begins with a slash, this will be
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
102 interpreted as a command (see the COMMAND section below). Hit escape to
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
103 leave the chat mode.</p>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
104 <p>Here is a quick description of the key bindings:</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
105 <table class="hlist">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
106 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
107 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
108 Ctrl-a
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
109 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
110 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
111 Go to the beginning of the input line
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
112 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
113 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
114 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
115 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
116 Ctrl-e
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
117 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
118 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
119 Go to the end of the input line
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
120 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
121 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
122 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
123 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
124 Ctrl-l
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
125 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
126 <td>
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
127 Force a refresh
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
128 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
129 </tr>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
130 <tr valign="top">
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
131 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
132 Up/Down
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
133 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
134 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
135 Move in the input line history
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
136 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
137 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
138 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
139 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
140 PgUp/PgDown
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
141 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
142 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
143 Move inside the roster (buddylist)
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
144 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
145 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
146 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
147 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
148 Tab
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
149 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
150 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
151 Complete current word, in the input line
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
152 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
153 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
154 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
155 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
156 Ctrl-g
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
157 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
158 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
159 Cancel completion / ctrl-g
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
160 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
161 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
162 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
163 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
164 Ctrl-p/Ctrl-n
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
165 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
166 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
167 Scroll up/down half a screen in the buffer window (chat mode)
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
168 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
169 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
170 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
171 <td>
775
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
172 Ctrl-Left
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
173 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
174 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
175 Move the cursor back to the start of the current or previous word
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
176 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
177 </tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
178 <tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
179 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
180 Ctrl-Right
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
181 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
182 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
183 Move the cursor forward to the end of the current or next word
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
184 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
185 </tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
186 <tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
187 <td>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
188 Ctrl-u
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
189 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
190 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
191 Delete from beginning of the line to the cursor
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
192 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
193 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
194 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
195 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
196 Ctrl-k
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
197 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
198 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
199 Delete from the cursor to the end of line
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
200 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
201 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
202 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
203 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
204 Ctrl-w
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
205 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
206 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
207 Backward kill word
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
208 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
209 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
210 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
211 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
212 Ctrl-t
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
213 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
214 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
215 Transpose chars
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
216 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
217 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
218 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
219 <td>
263
1bcc3eec08f0 Add Ctrl-o: accept-line-and-down-history
mikael@frmp8452
parents: 260
diff changeset
220 Ctrl-o
1bcc3eec08f0 Add Ctrl-o: accept-line-and-down-history
mikael@frmp8452
parents: 260
diff changeset
221 </td>
1bcc3eec08f0 Add Ctrl-o: accept-line-and-down-history
mikael@frmp8452
parents: 260
diff changeset
222 <td>
1bcc3eec08f0 Add Ctrl-o: accept-line-and-down-history
mikael@frmp8452
parents: 260
diff changeset
223 Accept line and put the next history line in the input line (accept-line-and-down-history)
1bcc3eec08f0 Add Ctrl-o: accept-line-and-down-history
mikael@frmp8452
parents: 260
diff changeset
224 </td>
1bcc3eec08f0 Add Ctrl-o: accept-line-and-down-history
mikael@frmp8452
parents: 260
diff changeset
225 </tr>
1bcc3eec08f0 Add Ctrl-o: accept-line-and-down-history
mikael@frmp8452
parents: 260
diff changeset
226 <tr valign="top">
1bcc3eec08f0 Add Ctrl-o: accept-line-and-down-history
mikael@frmp8452
parents: 260
diff changeset
227 <td>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
228 Ctrl-q
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
229 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
230 <td>
236
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
231 Jump to the next unread message
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
232 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
233 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
234 </table>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
235 <h2>COMMANDS</h2>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
236 <dl>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
237 <dt><b>
639
3edd3687c38d Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 637
diff changeset
238 /add [jid [nickname]]
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
239 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
240 <dd>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
241 Add the "jid" Jabber user to our roster (default group), and send a
245
7ca7ca850270 [/trunk] Changeset 258 by mikael
mikael
parents: 240
diff changeset
242 notification request to this buddy. If no nickname is specified, the
660
ef7f0b58a159 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 639
diff changeset
243 jid is used. If no jid (or an empty string "") is provided or if jid
ef7f0b58a159 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 639
diff changeset
244 is ".", the current buddy is used.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
245 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
246 <dt><b>
286
a3d65d7f0bc3 Add /alias documentation
Mikael Berthe <mikael@lilotux.net>
parents: 277
diff changeset
247 /alias name = command line
a3d65d7f0bc3 Add /alias documentation
Mikael Berthe <mikael@lilotux.net>
parents: 277
diff changeset
248 </b></dt>
a3d65d7f0bc3 Add /alias documentation
Mikael Berthe <mikael@lilotux.net>
parents: 277
diff changeset
249 <dd>
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
250 Add "name" as an alias for "command line".<br />
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
251 Aliases are expanded only once, thus they can not be chained.<br />
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
252 "/alias name" displays the value associated with the "name" alias;
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
253 "/alias name =" unsets the "name" alias.<br />
286
a3d65d7f0bc3 Add /alias documentation
Mikael Berthe <mikael@lilotux.net>
parents: 277
diff changeset
254 Example: "/alias away = status away".
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
255 </dd>
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
256 <dt><b>
836
cd011fe9f8a5 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 829
diff changeset
257 /authorization allow|cancel|request|request_unsubscribe [jid]
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
258 </b></dt>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
259 <dd>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
260 Manage the presence subscriptions.<br />
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
261 If no jid is provided, the current buddy is used.
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
262 <table class="hlist">
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
263 <tr valign="top">
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
264 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
265 <b>allow</b>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
266 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
267 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
268 allow the buddy to receive your presence updates
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
269 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
270 </tr>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
271 <tr valign="top">
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
272 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
273 <b>cancel</b>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
274 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
275 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
276 cancel the buddy' subscription to your presence updates
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
277 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
278 </tr>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
279 <tr valign="top">
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
280 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
281 <b>request</b>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
282 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
283 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
284 request a subscription to the buddy's presence updates
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
285 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
286 </tr>
836
cd011fe9f8a5 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 829
diff changeset
287 <tr valign="top">
cd011fe9f8a5 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 829
diff changeset
288 <td>
cd011fe9f8a5 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 829
diff changeset
289 <b>request_unsubscribe</b>
cd011fe9f8a5 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 829
diff changeset
290 </td>
cd011fe9f8a5 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 829
diff changeset
291 <td>
cd011fe9f8a5 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 829
diff changeset
292 request unsubscription from the buddy's presence updates
cd011fe9f8a5 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 829
diff changeset
293 </td>
cd011fe9f8a5 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 829
diff changeset
294 </tr>
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
295 </table>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
296 </dd>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
297 <dt><b>
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
298 /bind keycode = command line
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
299 </b></dt>
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
300 <dd>
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
301 Bind a command line to the key with the "keycode" code number.<br />
432
3a613e1d229b Ready for 0.6.8 release
Mikael Berthe <mikael@lilotux.net>
parents: 421
diff changeset
302 Keycodes of unused keys are displayed by <tt>mcabber</tt> in the log window
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
303 when pressing the key, for example "Unknown key=265".<br />
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
304 "/bind keycode" displays the command line bound to the given keycode;
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
305 "/bind keycode" unbinds the given keycode.<br />
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
306 Note: aliases can be used in key bindings.<br />
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
307 Example: "/bind 265 = status online" (265 is F1 for me, but it may
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
308 depend on your ncurses installation).
286
a3d65d7f0bc3 Add /alias documentation
Mikael Berthe <mikael@lilotux.net>
parents: 277
diff changeset
309 </dd>
a3d65d7f0bc3 Add /alias documentation
Mikael Berthe <mikael@lilotux.net>
parents: 277
diff changeset
310 <dt><b>
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
311 /buffer clear|top|bottom|date|%|search_backward|search_forward
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
312 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
313 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
314 The <b>buffer</b> command manipulates the current buddy's buffer
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
315 (chat window).
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
316 <table class="hlist">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
317 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
318 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
319 <b>clear</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
320 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
321 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
322 clear the current buddy chat window
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
323 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
324 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
325 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
326 <td>
511
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
327 <b>bottom</b>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
328 </td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
329 <td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
330 jump to the bottom of the current buddy chat buffer
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
331 </td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
332 </tr>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
333 <tr valign="top">
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
334 <td>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
335 <b>top</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
336 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
337 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
338 jump to the top of the current buddy chat buffer
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
339 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
340 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
341 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
342 <td>
511
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
343 <b>up</b> [n]
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
344 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
345 <td>
511
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
346 scroll the buffer up n lines (default: half a screen)
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
347 </td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
348 </tr>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
349 <tr valign="top">
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
350 <td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
351 <b>down</b> [n]
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
352 </td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
353 <td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
354 scroll the buffer down n lines (default: half a screen)
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
355 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
356 </tr>
372
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
357 <tr valign="top">
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
358 <td>
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
359 <b>date</b> date
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
360 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
361 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
362 jump to the first line after the specified date in the chat buffer (date format: "YYYY-mm-dd[THH:MM:SS]", "-" and ":" are optional)
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
363 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
364 </tr>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
365 <tr valign="top">
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
366 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
367 <b>%</b> n
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
368 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
369 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
370 jump to position %n of the buddy chat buffer
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
371 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
372 </tr>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
373 <tr valign="top">
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
374 <td>
372
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
375 <b>search_backward</b> text
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
376 </td>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
377 <td>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
378 search for "text" in the current buddy chat buffer
372
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
379 </td>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
380 </tr>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
381 <tr valign="top">
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
382 <td>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
383 <b>search_forward</b> text
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
384 </td>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
385 <td>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
386 search for "text" in the current buddy chat buffer
372
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
387 </td>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
388 </tr>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
389 </table>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
390 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
391 <dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
392 /clear
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
393 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
394 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
395 The <b>clear</b> command is actually an alias for "/buffer clear".
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
396 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
397 <dt><b>
298
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
398 /connect
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
399 </b></dt>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
400 <dd>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
401 Establish connection to the Jabber server.
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
402 </dd>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
403 <dt><b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
404 /del
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
405 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
406 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
407 Delete the current buddy from our roster, unsubscribe from its presence
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
408 notification and unsubscribe it from ours.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
409 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
410 <dt><b>
298
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
411 /disconnect
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
412 </b></dt>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
413 <dd>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
414 Terminate connection to the Jabber server. Note: the roster is only
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
415 available when the connection to the server is active, so the
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
416 buddylist is empty when disconnected.
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
417 </dd>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
418 <dt><b>
829
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
419 /event #n|* accept|ignore|reject
775
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
420 </b></dt>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
421 <dt><b>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
422 /event list
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
423 </b></dt>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
424 <dd>
829
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
425 Tell mcabber what to do about a pending event.<br />
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
426 If the first parameter is "*", the command will apply to all
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
427 queued events.
775
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
428 <table class="hlist">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
429 <tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
430 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
431 <b>accept</b>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
432 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
433 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
434 accept the event #n
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
435 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
436 </tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
437 <tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
438 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
439 <b>ignore</b>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
440 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
441 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
442 remove the event #n from the list
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
443 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
444 </tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
445 <tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
446 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
447 <b>reject</b>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
448 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
449 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
450 reject the event #n
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
451 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
452 </tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
453 <tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
454 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
455 <b>list</b>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
456 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
457 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
458 list all pending events
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
459 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
460 </tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
461 </table>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
462 </dd>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
463 <dt><b>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
464 /group fold|unfold|toggle
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
465 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
466 <dd>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
467 The <b>group</b> command changes the current group display.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
468 <table class="hlist">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
469 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
470 <td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
471 <b>fold</b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
472 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
473 <td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
474 fold (shrink) the current group tree in the roster
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
475 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
476 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
477 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
478 <td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
479 <b>unfold</b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
480 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
481 <td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
482 unfold (expand) the current group tree in the roster
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
483 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
484 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
485 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
486 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
487 <b>toggle</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
488 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
489 <td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
490 toggle the state (fold/unfold) of the current tree
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
491 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
492 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
493 </table>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
494 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
495 <dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
496 /info
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
497 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
498 <dd>
440
264f40222872 Update documentation (/info command)
Mikael Berthe <mikael@lilotux.net>
parents: 436
diff changeset
499 Display info on the selected entry (user, agent, group&#8230;).<br />
264f40222872 Update documentation (/info command)
Mikael Berthe <mikael@lilotux.net>
parents: 436
diff changeset
500 For users, resources are displayed with the status, priority and
264f40222872 Update documentation (/info command)
Mikael Berthe <mikael@lilotux.net>
parents: 436
diff changeset
501 status message (if available) of each resource.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
502 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
503 <dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
504 /move [groupname]
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
505 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
506 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
507 Move the current buddy to the requested group. If no group is
623
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
508 specified, then the buddy is moved to the default group.<br />
506
74dcd0df532e "/move" does not jump to the buddy in the new group
Mikael Berthe <mikael@lilotux.net>
parents: 495
diff changeset
509 Tip: if the chatmode is enabled, you can use "/roster alternate"
74dcd0df532e "/move" does not jump to the buddy in the new group
Mikael Berthe <mikael@lilotux.net>
parents: 495
diff changeset
510 to jump to the moved buddy.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
511 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
512 <dt><b>
839
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
513 /msay begin|verbatim|send|send_to|toggle|toggle_verbatim|abort
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
514 </b></dt>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
515 <dd>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
516 Send a multi-line message. To write a single message with several
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
517 lines, the <b>multi-line mode</b> should be used.<br />
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
518 In multi-line mode, each line (except command lines) typed in the input
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
519 line will be added to the multi-line message. Once the message is
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
520 finished, it can be sent to the current selected buddy with the "/msay
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
521 send" command.<br />
810
8c45ec4bf9bc Ready for release 0.7.6
Mikael Berthe <mikael@lilotux.net>
parents: 799
diff changeset
522 The <b>begin</b> subcommand enables multi-line mode. Note that it allows
8c45ec4bf9bc Ready for release 0.7.6
Mikael Berthe <mikael@lilotux.net>
parents: 799
diff changeset
523 a message subject to be specified.<br />
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
524 The <b>verbatim</b> multi-line mode disables commands, so that it is
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
525 possible to enter lines starting with a slash. Only the "/msay"
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
526 command (with send or abort parameters) can be used to exit verbatim
799
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
527 mode.<br />
839
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
528 The <b>toggle</b> and <b>toggle_verbatim</b> subcommands can be bound to a key to
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
529 use the multi-line mode quickly (for example, "bind M109 = msay toggle"
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
530 to switch using the Meta-m combination).
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
531 <table class="hlist">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
532 <tr valign="top">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
533 <td>
810
8c45ec4bf9bc Ready for release 0.7.6
Mikael Berthe <mikael@lilotux.net>
parents: 799
diff changeset
534 <b>begin</b> [subject]
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
535 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
536 <td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
537 enter multi-line mode
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
538 </td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
539 </tr>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
540 <tr valign="top">
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
541 <td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
542 <b>verbatim</b>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
543 </td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
544 <td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
545 enter verbatim multi-line mode
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
546 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
547 </tr>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
548 <tr valign="top">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
549 <td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
550 <b>send</b>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
551 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
552 <td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
553 send the current multi-line message to the currently selected buddy
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
554 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
555 </tr>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
556 <tr valign="top">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
557 <td>
637
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
558 <b>send_to</b> jid
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
559 </td>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
560 <td>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
561 send the current multi-line message to "jid"
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
562 </td>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
563 </tr>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
564 <tr valign="top">
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
565 <td>
799
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
566 <b>toggle</b>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
567 </td>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
568 <td>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
569 switch to/from multi-line mode (begin/send)
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
570 </td>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
571 </tr>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
572 <tr valign="top">
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
573 <td>
839
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
574 <b>toggle_verbatim</b>
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
575 </td>
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
576 <td>
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
577 same with verbatim multi-line mode
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
578 </td>
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
579 </tr>
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
580 <tr valign="top">
5759770c1968 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 836
diff changeset
581 <td>
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
582 <b>abort</b>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
583 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
584 <td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
585 leave multi-line mode without sending the message
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
586 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
587 </tr>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
588 </table>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
589 </dd>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
590 <dt><b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
591 /quit
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
592 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
593 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
594 Disconnect and leave <tt>mcabber(1)</tt>.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
595 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
596 <dt><b>
436
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
597 /rawxml send
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
598 </b></dt>
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
599 <dd>
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
600 <b>send</b> string: send string (raw XML format) to the Jabber server. No check is done on the string provided. BEWARE! Use this only if you know what you are doing, or you could terminate the connection.
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
601 </dd>
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
602 <dt><b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
603 /rename nickname
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
604 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
605 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
606 Rename current buddy to the given nickname.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
607 This command does not work for groups, at the moment (but you can move
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
608 the buddies to another group with the "/move" command).
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
609 </dd>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
610 <dt><b>
700
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
611 /request time|version [jid]
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
612 </b></dt>
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
613 <dd>
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
614 Send a "IQ" query to the current buddy, or to the specified Jabber
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
615 user. If the resource is not provided with the jid, mcabber will
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
616 send the query to all known resources for this user.
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
617 </dd>
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
618 <dt><b>
601
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
619 /room join|leave|names|nick|privmsg|remove|topic|unlock|destroy
573
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
620 </b></dt>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
621 <dt><b>
593
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
622 /room invite|kick|ban|role|affil
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
623 </b></dt>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
624 <dd>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
625 The <b>room</b> command handles Multi-User Chat room actions.
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
626 <table class="hlist">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
627 <tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
628 <td>
841
f8c0447beec2 Allow "/room join . [nick]" if the current item is a MUC room
Mikael Berthe <mikael@lilotux.net>
parents: 839
diff changeset
629 <b>join</b> [room [nick]]
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
630 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
631 <td>
841
f8c0447beec2 Allow "/room join . [nick]" if the current item is a MUC room
Mikael Berthe <mikael@lilotux.net>
parents: 839
diff changeset
632 join "room", using "nick" as nickname. If no nickname is provided, the "nickname" option value is used (see sample configuration file). If the currently selected entry is correctly recognized as a room by mcabber, the shortcut "." can be used instead of the full room id.
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
633 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
634 </tr>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
635 <tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
636 <td>
487
b03def7beb78 Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 480
diff changeset
637 <b>leave</b> [message]
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
638 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
639 <td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
640 leave the current room
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
641 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
642 </tr>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
643 <tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
644 <td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
645 <b>names</b>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
646 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
647 <td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
648 display members of the current room
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
649 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
650 </tr>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
651 <tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
652 <td>
470
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
653 <b>nick</b> nick
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
654 </td>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
655 <td>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
656 change your nickname in the current room
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
657 </td>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
658 </tr>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
659 <tr valign="top">
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
660 <td>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
661 <b>privmsg</b> nick msg
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
662 </td>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
663 <td>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
664 send private message "msg" to "nick"
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
665 </td>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
666 </tr>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
667 <tr valign="top">
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
668 <td>
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
669 <b>remove</b>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
670 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
671 <td>
467
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
672 remove the current room from the roster (you must have left this room before)
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
673 </td>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
674 </tr>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
675 <tr valign="top">
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
676 <td>
475
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
677 <b>topic</b>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
678 </td>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
679 <td>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
680 set topic for current room
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
681 </td>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
682 </tr>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
683 <tr valign="top">
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
684 <td>
467
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
685 <b>unlock</b>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
686 </td>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
687 <td>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
688 unlock current room (if you are the owner)
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
689 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
690 </tr>
573
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
691 <tr valign="top">
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
692 <td>
601
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
693 <b>destroy</b> [reason]
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
694 </td>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
695 <td>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
696 destroy the current room (use with care!)
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
697 </td>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
698 </tr>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
699 <tr valign="top">
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
700 <td>
573
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
701 <b>whois</b> nick
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
702 </td>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
703 <td>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
704 display MUC information about "nick"
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
705 </td>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
706 </tr>
593
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
707 <tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
708 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
709 <b>ban</b> jid [reason]
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
710 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
711 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
712 ban jid from the current room
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
713 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
714 </tr>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
715 <tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
716 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
717 <b>invite</b> jid [reason]
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
718 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
719 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
720 invite jid to the current room
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
721 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
722 </tr>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
723 <tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
724 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
725 <b>kick</b> nick [reason]
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
726 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
727 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
728 kick "nick" from the current room
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
729 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
730 </tr>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
731 <tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
732 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
733 <b>role</b> jid role [reason]
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
734 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
735 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
736 change jid's role (role can be "none", "visitor", "participant", "moderator")
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
737 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
738 </tr>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
739 <tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
740 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
741 <b>affil</b> jid affil [reason]
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
742 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
743 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
744 change jid's affiliation (affil can be "none", "member", "admin", "owner")
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
745 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
746 </tr>
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
747 </table>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
748 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
749 <dt><b>
360
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
750 /roster bottom|top|hide_offline|show_offline|toggle_offline
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
751 </b></dt>
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
752 <dt><b>
710
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
753 /roster hide|show|toggle
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
754 </b></dt>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
755 <dt><b>
360
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
756 /roster alternate|unread_first|unread_next
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
757 </b></dt>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
758 <dt><b>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
759 /roster search bud
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
760 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
761 <dd>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
762 The <b>roster</b> command manipulates the roster/buddylist. Here are the available parameters:
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
763 <table class="hlist">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
764 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
765 <td>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
766 <b>bottom</b>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
767 </td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
768 <td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
769 jump to the bottom of the roster
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
770 </td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
771 </tr>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
772 <tr valign="top">
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
773 <td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
774 <b>top</b>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
775 </td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
776 <td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
777 jump to the top of the roster
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
778 </td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
779 </tr>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
780 <tr valign="top">
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
781 <td>
377
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
782 <b>up</b>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
783 </td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
784 <td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
785 move up in the roster
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
786 </td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
787 </tr>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
788 <tr valign="top">
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
789 <td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
790 <b>down</b>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
791 </td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
792 <td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
793 move down in the roster
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
794 </td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
795 </tr>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
796 <tr valign="top">
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
797 <td>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
798 <b>hide_offline</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
799 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
800 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
801 hide offline buddies
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
802 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
803 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
804 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
805 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
806 <b>show_offline</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
807 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
808 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
809 show offline buddies
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
810 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
811 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
812 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
813 <td>
290
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
814 <b>toggle_offline</b>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
815 </td>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
816 <td>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
817 toggle display of offline buddies
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
818 </td>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
819 </tr>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
820 <tr valign="top">
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
821 <td>
710
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
822 <b>hide</b>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
823 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
824 <td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
825 hide roster (full-width chat window)
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
826 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
827 </tr>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
828 <tr valign="top">
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
829 <td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
830 <b>show</b>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
831 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
832 <td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
833 show roster
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
834 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
835 </tr>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
836 <tr valign="top">
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
837 <td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
838 <b>toggle</b>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
839 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
840 <td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
841 toggle roster visibility
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
842 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
843 </tr>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
844 <tr valign="top">
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
845 <td>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
846 <b>search</b> bud
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
847 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
848 <td>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
849 search for a buddy with a name or buddy containing "bud" (only in the displayed buddylist)
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
850 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
851 </tr>
236
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
852 <tr valign="top">
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
853 <td>
330
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
854 <b>alternate</b>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
855 </td>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
856 <td>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
857 jump to alternate buddy. The "alternate" buddy is the last buddy left while being in chat mode (this command is thus especially useful after commands like "/roster unread_first")
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
858 </td>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
859 </tr>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
860 <tr valign="top">
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
861 <td>
236
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
862 <b>unread_first</b>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
863 </td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
864 <td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
865 jump to the first unread message
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
866 </td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
867 </tr>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
868 <tr valign="top">
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
869 <td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
870 <b>unread_next</b>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
871 </td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
872 <td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
873 jump to the next unread message
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
874 </td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
875 </tr>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
876 </table>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
877 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
878 <dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
879 /say text
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
880 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
881 <dd>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
882 Send the "text" message to the currently selected buddy. Can be useful
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
883 if you want to send a message beginning with a slash, for example.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
884 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
885 <dt><b>
480
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
886 /say_to jid text
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
887 </b></dt>
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
888 <dd>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
889 Send the "text" message to the specified jid.
480
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
890 Please note that this command doesn't set the default resource for
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
891 a contact, so if you want to send several messages to a specific
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
892 ressource you will have to use "/say_to" for each message.
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
893 </dd>
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
894 <dt><b>
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
895 /status [online|avail|invisible|free|dnd|notavail|away [-|StatusMessage]]
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
896 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
897 <dd>
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
898 Show or set the current status.<br />
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
899 If no status is specified, display the current status.<br />
320
dce1dd4d0ca8 Update documentation for "/status status message"
Mikael Berthe <mikael@lilotux.net>
parents: 305
diff changeset
900 If a status message is specified, it will overrride the message*
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
901 variables (these variables can be set in the configuration file).
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
902 If no relevant message* variable is set and no status message provided,
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
903 the current status message is kept. If StatusMessage is "-", the
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
904 current status message is cleared.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
905 </dd>
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
906 <dt><b>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
907 /status_to jid online|avail|invisible|free|dnd|notavail|away [StatusMessage]
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
908 </b></dt>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
909 <dd>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
910 Send the requested status to the specified Jabber user.<br />
660
ef7f0b58a159 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 639
diff changeset
911 If the specified jid is ".", the current buddy is used.<br />
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
912 Note: this status will be overridden by subsequent "/status" commands.
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
913 If you are using the auto-away feature, the status will overridden
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
914 too.<br />
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
915 Note: The jid can include a resource (i.e. user@server/resource).
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
916 </dd>
623
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
917 <dt><b>
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
918 /version
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
919 </b></dt>
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
920 <dd>
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
921 Display mcabber version
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
922 </dd>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
923 </dl>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
924 <h2>CONFIGURATION FILE</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
925 <p>See the provided sample configuration file, which should be self-documented.</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
926 <h2>FILES</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
927 <p>The following files can be used by <tt>mcabber(1)</tt>:</p>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
928 <div class="literalparagraph"><pre>$HOME/.mcabber/mcabberrc Default configuration file
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
929 $HOME/.mcabberrc Configuration file used if no other has been found
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
930 $HOME/.mcabber/histo/ Default directory for storing chat history files, if enabled</pre></div>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
931 <h2>BUGS</h2>
360
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
932 <p>Certainly. Please tell me if you find one! :-)</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
933 <h2>AUTHOR</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
934 <p>Written by <a href="mailto:mcabber@lilotux.net">Mikael BERTHE</a>.<br />
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
935 Originally based on <a href="http://cabber.sourceforge.net">Cabber</a>, please
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
936 consult the AUTHORS file for details.</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
937 <h2>RESOURCES</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
938 <p><a href="http://www.lilotux.net/~mikael/mcabber/">Main web site</a></p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
939 <h2>COPYING</h2>
700
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
940 <p>Copyright &#169; 2005, 2006 Mikael Berthe.<br />
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
941 Some portions are Copyright &#169; 2002-2004 <a href="mailto:cabber@ajmacias.com">cabber@ajmacias.com</a>.</p>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
942 <p>Free use of this software is granted under the terms of the GNU General Public
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
943 License (GPL).</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
944 <div id="footer">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
945 <p>
829
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
946 Version 0.7.7-dev<br />
841
f8c0447beec2 Allow "/room join . [nick]" if the current item is a MUC room
Mikael Berthe <mikael@lilotux.net>
parents: 839
diff changeset
947 Last updated 04-May-2006 20:19:47 CEST
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
948 </p>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
949 </div>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
950 </div>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
951 </body>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
952 </html>