annotate mcabber/doc/mcabber.1.html @ 829:114f08e3c29a

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 30 Apr 2006 14:51:02 +0200
parents 8c45ec4bf9bc
children cd011fe9f8a5
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>
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
257 /authorization allow|cancel|request [jid]
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>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
287 </table>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
288 </dd>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
289 <dt><b>
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
290 /bind keycode = command line
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
291 </b></dt>
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
292 <dd>
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
293 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
294 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
295 when pressing the key, for example "Unknown key=265".<br />
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
296 "/bind keycode" displays the command line bound to the given keycode;
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
297 "/bind keycode" unbinds the given keycode.<br />
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
298 Note: aliases can be used in key bindings.<br />
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
299 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
300 depend on your ncurses installation).
286
a3d65d7f0bc3 Add /alias documentation
Mikael Berthe <mikael@lilotux.net>
parents: 277
diff changeset
301 </dd>
a3d65d7f0bc3 Add /alias documentation
Mikael Berthe <mikael@lilotux.net>
parents: 277
diff changeset
302 <dt><b>
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
303 /buffer clear|top|bottom|date|%|search_backward|search_forward
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
304 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
305 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
306 The <b>buffer</b> command manipulates the current buddy's buffer
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
307 (chat window).
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
308 <table class="hlist">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
309 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
310 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
311 <b>clear</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
312 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
313 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
314 clear the current buddy chat window
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
315 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
316 </tr>
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>
511
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
319 <b>bottom</b>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
320 </td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
321 <td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
322 jump to the bottom of the current buddy chat buffer
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
323 </td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
324 </tr>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
325 <tr valign="top">
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
326 <td>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
327 <b>top</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
328 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
329 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
330 jump to the top of the current buddy chat buffer
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
331 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
332 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
333 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
334 <td>
511
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
335 <b>up</b> [n]
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
336 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
337 <td>
511
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
338 scroll the buffer up n lines (default: half a screen)
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
339 </td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
340 </tr>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
341 <tr valign="top">
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
342 <td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
343 <b>down</b> [n]
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
344 </td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
345 <td>
c7cdb9c6d7aa Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 506
diff changeset
346 scroll the buffer down n lines (default: half a screen)
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
347 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
348 </tr>
372
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
349 <tr valign="top">
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
350 <td>
618
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
351 <b>date</b> date
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
352 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
353 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
354 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
355 </td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
356 </tr>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
357 <tr valign="top">
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
358 <td>
341568185492 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 601
diff changeset
359 <b>%</b> n
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 position %n of the buddy chat buffer
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>
372
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
367 <b>search_backward</b> text
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
368 </td>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
369 <td>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
370 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
371 </td>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
372 </tr>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
373 <tr valign="top">
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
374 <td>
db004de6440c Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
375 <b>search_forward</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>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
381 </table>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
382 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
383 <dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
384 /clear
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
385 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
386 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
387 The <b>clear</b> command is actually an alias for "/buffer clear".
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
388 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
389 <dt><b>
298
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
390 /connect
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
391 </b></dt>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
392 <dd>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
393 Establish connection to the Jabber server.
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
394 </dd>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
395 <dt><b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
396 /del
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
397 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
398 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
399 Delete the current buddy from our roster, unsubscribe from its presence
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
400 notification and unsubscribe it from ours.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
401 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
402 <dt><b>
298
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
403 /disconnect
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
404 </b></dt>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
405 <dd>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
406 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
407 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
408 buddylist is empty when disconnected.
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
409 </dd>
35cda94e570d Add /connect and /disconnect commands
Mikael Berthe <mikael@lilotux.net>
parents: 290
diff changeset
410 <dt><b>
829
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
411 /event #n|* accept|ignore|reject
775
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
412 </b></dt>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
413 <dt><b>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
414 /event list
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
415 </b></dt>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
416 <dd>
829
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
417 Tell mcabber what to do about a pending event.<br />
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
418 If the first parameter is "*", the command will apply to all
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
419 queued events.
775
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
420 <table class="hlist">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
421 <tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
422 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
423 <b>accept</b>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
424 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
425 <td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
426 accept the event #n
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
427 </td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
428 </tr>
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>ignore</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 remove the event #n from the list
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>reject</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 reject the event #n
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>list</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 list all pending events
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 </table>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
454 </dd>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
455 <dt><b>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
456 /group fold|unfold|toggle
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
457 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
458 <dd>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
459 The <b>group</b> command changes the current group display.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
460 <table class="hlist">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
461 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
462 <td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
463 <b>fold</b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
464 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
465 <td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
466 fold (shrink) the current group tree in the roster
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
467 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
468 </tr>
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>unfold</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 unfold (expand) 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>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
479 <b>toggle</b>
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 toggle the state (fold/unfold) of the current tree
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 </table>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
486 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
487 <dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
488 /info
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
489 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
490 <dd>
440
264f40222872 Update documentation (/info command)
Mikael Berthe <mikael@lilotux.net>
parents: 436
diff changeset
491 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
492 For users, resources are displayed with the status, priority and
264f40222872 Update documentation (/info command)
Mikael Berthe <mikael@lilotux.net>
parents: 436
diff changeset
493 status message (if available) of each resource.
229
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 /move [groupname]
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>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
499 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
500 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
501 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
502 to jump to the moved buddy.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
503 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
504 <dt><b>
799
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
505 /msay begin|verbatim|send|send_to|toggle|abort
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
506 </b></dt>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
507 <dd>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
508 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
509 lines, the <b>multi-line mode</b> should be used.<br />
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
510 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
511 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
512 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
513 send" command.<br />
810
8c45ec4bf9bc Ready for release 0.7.6
Mikael Berthe <mikael@lilotux.net>
parents: 799
diff changeset
514 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
515 a message subject to be specified.<br />
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
516 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
517 possible to enter lines starting with a slash. Only the "/msay"
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
518 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
519 mode.<br />
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
520 The <b>toggle</b> subcommand can be bound to a key to use the multi-line
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
521 mode quickly (for example, "bind M13 = msay toggle" to switch using
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
522 the Meta-Enter combination).
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
523 <table class="hlist">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
524 <tr valign="top">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
525 <td>
810
8c45ec4bf9bc Ready for release 0.7.6
Mikael Berthe <mikael@lilotux.net>
parents: 799
diff changeset
526 <b>begin</b> [subject]
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
527 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
528 <td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
529 enter multi-line mode
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
530 </td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
531 </tr>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
532 <tr valign="top">
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
533 <td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
534 <b>verbatim</b>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
535 </td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
536 <td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
537 enter verbatim multi-line mode
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
538 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
539 </tr>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
540 <tr valign="top">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
541 <td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
542 <b>send</b>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
543 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
544 <td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
545 send the current multi-line message to the currently selected buddy
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>
637
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
550 <b>send_to</b> jid
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
551 </td>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
552 <td>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
553 send the current multi-line message to "jid"
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
554 </td>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
555 </tr>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
556 <tr valign="top">
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
557 <td>
799
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
558 <b>toggle</b>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
559 </td>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
560 <td>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
561 switch to/from multi-line mode (begin/send)
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
562 </td>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
563 </tr>
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
564 <tr valign="top">
7362ed14dee0 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 786
diff changeset
565 <td>
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
566 <b>abort</b>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
567 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
568 <td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
569 leave multi-line mode without sending the message
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
570 </td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
571 </tr>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
572 </table>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
573 </dd>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
574 <dt><b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
575 /quit
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
576 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
577 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
578 Disconnect and leave <tt>mcabber(1)</tt>.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
579 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
580 <dt><b>
436
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
581 /rawxml send
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
582 </b></dt>
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
583 <dd>
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
584 <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
585 </dd>
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
586 <dt><b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
587 /rename nickname
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
588 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
589 <dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
590 Rename current buddy to the given nickname.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
591 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
592 the buddies to another group with the "/move" command).
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
593 </dd>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
594 <dt><b>
700
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
595 /request time|version [jid]
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
596 </b></dt>
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
597 <dd>
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
598 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
599 user. If the resource is not provided with the jid, mcabber will
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
600 send the query to all known resources for this user.
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
601 </dd>
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
602 <dt><b>
601
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
603 /room join|leave|names|nick|privmsg|remove|topic|unlock|destroy
573
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
604 </b></dt>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
605 <dt><b>
593
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
606 /room invite|kick|ban|role|affil
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
607 </b></dt>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
608 <dd>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
609 The <b>room</b> command handles Multi-User Chat room actions.
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
610 <table class="hlist">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
611 <tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
612 <td>
660
ef7f0b58a159 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 639
diff changeset
613 <b>join</b> room [nick]
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
614 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
615 <td>
660
ef7f0b58a159 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 639
diff changeset
616 join "room", using "nick" as nickname. If no nickname is provided, the "nickname" option value is used (see sample configuration file)
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
617 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
618 </tr>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
619 <tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
620 <td>
487
b03def7beb78 Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 480
diff changeset
621 <b>leave</b> [message]
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
622 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
623 <td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
624 leave the current room
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
625 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
626 </tr>
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>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
629 <b>names</b>
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>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
632 display members of the current room
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>
470
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
637 <b>nick</b> nick
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
638 </td>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
639 <td>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
640 change your nickname in the current room
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
641 </td>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
642 </tr>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
643 <tr valign="top">
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
644 <td>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
645 <b>privmsg</b> nick msg
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
646 </td>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
647 <td>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
648 send private message "msg" to "nick"
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
649 </td>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
650 </tr>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
651 <tr valign="top">
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
652 <td>
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
653 <b>remove</b>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
654 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
655 <td>
467
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
656 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
657 </td>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
658 </tr>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
659 <tr valign="top">
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
660 <td>
475
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
661 <b>topic</b>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
662 </td>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
663 <td>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
664 set topic for current room
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
665 </td>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
666 </tr>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
667 <tr valign="top">
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
668 <td>
467
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
669 <b>unlock</b>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
670 </td>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
671 <td>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
672 unlock current room (if you are the owner)
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
673 </td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
674 </tr>
573
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
675 <tr valign="top">
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
676 <td>
601
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
677 <b>destroy</b> [reason]
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
678 </td>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
679 <td>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
680 destroy the current room (use with care!)
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
681 </td>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
682 </tr>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
683 <tr valign="top">
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
684 <td>
573
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
685 <b>whois</b> nick
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
686 </td>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
687 <td>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
688 display MUC information about "nick"
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
689 </td>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
690 </tr>
593
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
691 <tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
692 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
693 <b>ban</b> jid [reason]
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
694 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
695 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
696 ban jid from the current room
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
697 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
698 </tr>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
699 <tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
700 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
701 <b>invite</b> jid [reason]
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
702 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
703 <td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
704 invite jid to the current room
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
705 </td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
706 </tr>
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>kick</b> nick [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 kick "nick" 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>role</b> jid role [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 change jid's role (role can be "none", "visitor", "participant", "moderator")
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>affil</b> jid affil [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 change jid's affiliation (affil can be "none", "member", "admin", "owner")
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>
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
731 </table>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
732 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
733 <dt><b>
360
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
734 /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
735 </b></dt>
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
736 <dt><b>
710
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
737 /roster hide|show|toggle
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
738 </b></dt>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
739 <dt><b>
360
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
740 /roster alternate|unread_first|unread_next
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
741 </b></dt>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
742 <dt><b>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
743 /roster search bud
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
744 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
745 <dd>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
746 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
747 <table class="hlist">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
748 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
749 <td>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
750 <b>bottom</b>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
751 </td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
752 <td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
753 jump to the bottom of the roster
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
754 </td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
755 </tr>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
756 <tr valign="top">
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
757 <td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
758 <b>top</b>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
759 </td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
760 <td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
761 jump to the top of the roster
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
762 </td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
763 </tr>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
764 <tr valign="top">
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
765 <td>
377
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
766 <b>up</b>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
767 </td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
768 <td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
769 move up in the roster
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
770 </td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
771 </tr>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
772 <tr valign="top">
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
773 <td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
774 <b>down</b>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
775 </td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
776 <td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
777 move down in the roster
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
778 </td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
779 </tr>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
780 <tr valign="top">
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
781 <td>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
782 <b>hide_offline</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
783 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
784 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
785 hide offline buddies
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
786 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
787 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
788 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
789 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
790 <b>show_offline</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
791 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
792 <td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
793 show offline buddies
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
794 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
795 </tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
796 <tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
797 <td>
290
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
798 <b>toggle_offline</b>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
799 </td>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
800 <td>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
801 toggle display of offline buddies
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
802 </td>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
803 </tr>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
804 <tr valign="top">
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
805 <td>
710
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
806 <b>hide</b>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
807 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
808 <td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
809 hide roster (full-width chat window)
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
810 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
811 </tr>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
812 <tr valign="top">
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
813 <td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
814 <b>show</b>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
815 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
816 <td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
817 show roster
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
818 </td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
819 </tr>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
820 <tr valign="top">
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
821 <td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
822 <b>toggle</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 toggle roster visibility
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>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
830 <b>search</b> bud
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
831 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
832 <td>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
833 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
834 </td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
835 </tr>
236
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
836 <tr valign="top">
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
837 <td>
330
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
838 <b>alternate</b>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
839 </td>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
840 <td>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
841 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
842 </td>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
843 </tr>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
844 <tr valign="top">
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
845 <td>
236
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
846 <b>unread_first</b>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
847 </td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
848 <td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
849 jump to the first unread message
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
850 </td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
851 </tr>
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>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
854 <b>unread_next</b>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
855 </td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
856 <td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
857 jump to the next unread message
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
858 </td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
859 </tr>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
860 </table>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
861 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
862 <dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
863 /say text
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
864 </b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
865 <dd>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
866 Send the "text" message to the currently selected buddy. Can be useful
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
867 if you want to send a message beginning with a slash, for example.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
868 </dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
869 <dt><b>
480
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
870 /say_to jid text
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
871 </b></dt>
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
872 <dd>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
873 Send the "text" message to the specified jid.
480
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
874 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
875 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
876 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
877 </dd>
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
878 <dt><b>
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
879 /status [online|avail|invisible|free|dnd|notavail|away [-|StatusMessage]]
229
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>
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
882 Show or set the current status.<br />
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
883 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
884 If a status message is specified, it will overrride the message*
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
885 variables (these variables can be set in the configuration file).
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
886 If no relevant message* variable is set and no status message provided,
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
887 the current status message is kept. If StatusMessage is "-", the
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
888 current status message is cleared.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
889 </dd>
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
890 <dt><b>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
891 /status_to jid online|avail|invisible|free|dnd|notavail|away [StatusMessage]
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
892 </b></dt>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
893 <dd>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
894 Send the requested status to the specified Jabber user.<br />
660
ef7f0b58a159 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 639
diff changeset
895 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
896 Note: this status will be overridden by subsequent "/status" commands.
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
897 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
898 too.<br />
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
899 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
900 </dd>
623
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
901 <dt><b>
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
902 /version
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
903 </b></dt>
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
904 <dd>
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
905 Display mcabber version
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
906 </dd>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
907 </dl>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
908 <h2>CONFIGURATION FILE</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
909 <p>See the provided sample configuration file, which should be self-documented.</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
910 <h2>FILES</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
911 <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
912 <div class="literalparagraph"><pre>$HOME/.mcabber/mcabberrc Default configuration file
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
913 $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
914 $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
915 <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
916 <p>Certainly. Please tell me if you find one! :-)</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
917 <h2>AUTHOR</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
918 <p>Written by <a href="mailto:mcabber@lilotux.net">Mikael BERTHE</a>.<br />
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
919 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
920 consult the AUTHORS file for details.</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
921 <h2>RESOURCES</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
922 <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
923 <h2>COPYING</h2>
700
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
924 <p>Copyright &#169; 2005, 2006 Mikael Berthe.<br />
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
925 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
926 <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
927 License (GPL).</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
928 <div id="footer">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
929 <p>
829
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
930 Version 0.7.7-dev<br />
114f08e3c29a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 810
diff changeset
931 Last updated 30-Apr-2006 14:49:22 CEST
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
932 </p>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
933 </div>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
934 </div>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
935 </body>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
936 </html>