mcabber/doc/mcabber.1.html
author Mikael Berthe <mikael@lilotux.net>
Mon, 03 Apr 2006 21:47:09 +0200
changeset 786 23f7e4f47235
parent 775 b4befb3052e5
child 799 7362ed14dee0
permissions -rw-r--r--
Ready for release 0.7.5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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" />
506
74dcd0df532e "/move" does not jump to the buddy in the new group
Mikael Berthe <mikael@lilotux.net>
parents: 495
diff changeset
     5
<meta name="generator" content="AsciiDoc 7.0.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>
775
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   411
/event #n accept|ignore|reject
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>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   417
        Tell mcabber what to do about a pending event.
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   418
<table class="hlist">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   419
<tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   420
<td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   421
<b>accept</b>
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
<td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   424
accept the event #n
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
</tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   427
<tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   428
<td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   429
<b>ignore</b>
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
<td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   432
remove the event #n from the list
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
</tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   435
<tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   436
<td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   437
<b>reject</b>
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
<td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   440
reject the event #n
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
</tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   443
<tr valign="top">
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   444
<td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   445
<b>list</b>
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
<td>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   448
list all pending events
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
</tr>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   451
</table>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   452
</dd>
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   453
<dt><b>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
   454
/group fold|unfold|toggle
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   455
</b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   456
<dd>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
   457
        The <b>group</b> command changes the current group display.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   458
<table class="hlist">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   459
<tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   460
<td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
   461
<b>fold</b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   462
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   463
<td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
   464
fold (shrink) the current group tree in the roster
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   465
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   466
</tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   467
<tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   468
<td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
   469
<b>unfold</b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   470
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   471
<td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
   472
unfold (expand) the current group tree in the roster
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   473
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   474
</tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   475
<tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   476
<td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   477
<b>toggle</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   478
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   479
<td>
240
723433a677f0 [/trunk] Changeset 253 by mikael
mikael
parents: 238
diff changeset
   480
toggle the state (fold/unfold) of the current tree
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   481
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   482
</tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   483
</table>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   484
</dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   485
<dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   486
/info
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   487
</b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   488
<dd>
440
264f40222872 Update documentation (/info command)
Mikael Berthe <mikael@lilotux.net>
parents: 436
diff changeset
   489
        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
   490
        For users, resources are displayed with the status, priority and
264f40222872 Update documentation (/info command)
Mikael Berthe <mikael@lilotux.net>
parents: 436
diff changeset
   491
        status message (if available) of each resource.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   492
</dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   493
<dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   494
/move [groupname]
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   495
</b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   496
<dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   497
        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
   498
        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
   499
        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
   500
        to jump to the moved buddy.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   501
</dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   502
<dt><b>
637
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
   503
/msay begin|verbatim|send|send_to|abort
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   504
</b></dt>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   505
<dd>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   506
        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
   507
        lines, the <b>multi-line mode</b> should be used.<br />
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
   508
        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
   509
        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
   510
        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
   511
        send" command.<br />
289
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
   512
        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
   513
        possible to enter lines starting with a slash.  Only the "/msay"
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
   514
        command (with send or abort parameters) can be used to exit verbatim
72fa52203651 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 286
diff changeset
   515
        mode.
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   516
<table class="hlist">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   517
<tr valign="top">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   518
<td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   519
<b>begin</b>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   520
</td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   521
<td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   522
enter multi-line mode
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   523
</td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   524
</tr>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   525
<tr valign="top">
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   526
<td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   527
<b>verbatim</b>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   528
</td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   529
<td>
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   530
enter verbatim multi-line mode
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   531
</td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   532
</tr>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   533
<tr valign="top">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   534
<td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   535
<b>send</b>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   536
</td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   537
<td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   538
send the current multi-line message to the currently selected buddy
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   539
</td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   540
</tr>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   541
<tr valign="top">
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   542
<td>
637
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
   543
<b>send_to</b> jid
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
   544
</td>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
   545
<td>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
   546
send the current multi-line message to "jid"
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
   547
</td>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
   548
</tr>
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
   549
<tr valign="top">
aff6df4b408b Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 627
diff changeset
   550
<td>
238
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   551
<b>abort</b>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   552
</td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   553
<td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   554
leave multi-line mode without sending the message
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   555
</td>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   556
</tr>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   557
</table>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   558
</dd>
8e30b2bb380e [/trunk] Changeset 251 by mikael
mikael
parents: 236
diff changeset
   559
<dt><b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   560
/quit
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   561
</b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   562
<dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   563
        Disconnect and leave <tt>mcabber(1)</tt>.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   564
</dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   565
<dt><b>
436
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
   566
/rawxml send
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
   567
</b></dt>
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
   568
<dd>
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
   569
        <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
   570
</dd>
802da817a684 Add /rawxml command
Mikael Berthe <mikael@lilotux.net>
parents: 432
diff changeset
   571
<dt><b>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   572
/rename nickname
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   573
</b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   574
<dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   575
        Rename current buddy to the given nickname.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   576
        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
   577
        the buddies to another group with the "/move" command).
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   578
</dd>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   579
<dt><b>
700
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
   580
/request time|version [jid]
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
   581
</b></dt>
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
   582
<dd>
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
   583
        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
   584
        user.  If the resource is not provided with the jid, mcabber will
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
   585
        send the query to all known resources for this user.
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
   586
</dd>
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
   587
<dt><b>
601
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
   588
/room join|leave|names|nick|privmsg|remove|topic|unlock|destroy
573
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   589
</b></dt>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   590
<dt><b>
593
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   591
/room invite|kick|ban|role|affil
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   592
</b></dt>
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
        The <b>room</b> command handles Multi-User Chat room actions.
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   595
<table class="hlist">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   596
<tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   597
<td>
660
ef7f0b58a159 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 639
diff changeset
   598
<b>join</b> room [nick]
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   599
</td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   600
<td>
660
ef7f0b58a159 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 639
diff changeset
   601
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
   602
</td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   603
</tr>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   604
<tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   605
<td>
487
b03def7beb78 Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 480
diff changeset
   606
<b>leave</b> [message]
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   607
</td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   608
<td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   609
leave the current room
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   610
</td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   611
</tr>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   612
<tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   613
<td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   614
<b>names</b>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   615
</td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   616
<td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   617
display members of the current room
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   618
</td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   619
</tr>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   620
<tr valign="top">
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   621
<td>
470
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
   622
<b>nick</b> nick
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
   623
</td>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
   624
<td>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
   625
change your nickname in the current room
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
   626
</td>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
   627
</tr>
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
   628
<tr valign="top">
eaa2ad773192 Add "/room nick"
Mikael Berthe <mikael@lilotux.net>
parents: 467
diff changeset
   629
<td>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   630
<b>privmsg</b> nick msg
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   631
</td>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   632
<td>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   633
send private message "msg" to "nick"
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   634
</td>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   635
</tr>
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   636
<tr valign="top">
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   637
<td>
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   638
<b>remove</b>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   639
</td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   640
<td>
467
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
   641
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
   642
</td>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
   643
</tr>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
   644
<tr valign="top">
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
   645
<td>
475
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
   646
<b>topic</b>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
   647
</td>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
   648
<td>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
   649
set topic for current room
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
   650
</td>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
   651
</tr>
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
   652
<tr valign="top">
fa49ac0bb8f3 Add "/room topic", and display topic changes
Mikael Berthe <mikael@lilotux.net>
parents: 470
diff changeset
   653
<td>
467
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
   654
<b>unlock</b>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
   655
</td>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
   656
<td>
73aa14eba3c7 Update manual
Mikael Berthe <mikael@lilotux.net>
parents: 465
diff changeset
   657
unlock current room (if you are the owner)
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   658
</td>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   659
</tr>
573
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   660
<tr valign="top">
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   661
<td>
601
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
   662
<b>destroy</b> [reason]
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
   663
</td>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
   664
<td>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
   665
destroy the current room (use with care!)
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
   666
</td>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
   667
</tr>
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
   668
<tr valign="top">
803973541c22 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 593
diff changeset
   669
<td>
573
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   670
<b>whois</b> nick
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   671
</td>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   672
<td>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   673
display MUC information about "nick"
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   674
</td>
4df43fcdabc4 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 543
diff changeset
   675
</tr>
593
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   676
<tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   677
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   678
<b>ban</b> jid [reason]
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   679
</td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   680
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   681
ban jid from the current room
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   682
</td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   683
</tr>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   684
<tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   685
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   686
<b>invite</b> jid [reason]
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   687
</td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   688
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   689
invite jid to the current room
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   690
</td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   691
</tr>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   692
<tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   693
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   694
<b>kick</b> nick [reason]
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
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   697
kick "nick" from the current room
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   698
</td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   699
</tr>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   700
<tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   701
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   702
<b>role</b> jid role [reason]
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
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   705
change jid's role (role can be "none", "visitor", "participant", "moderator")
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   706
</td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   707
</tr>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   708
<tr valign="top">
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   709
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   710
<b>affil</b> jid affil [reason]
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
<td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   713
change jid's affiliation (affil can be "none", "member", "admin", "owner")
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   714
</td>
29d9a54ac69f Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 573
diff changeset
   715
</tr>
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   716
</table>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   717
</dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   718
<dt><b>
360
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
   719
/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
   720
</b></dt>
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
   721
<dt><b>
710
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   722
/roster hide|show|toggle
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   723
</b></dt>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   724
<dt><b>
360
20283b69db99 Doc: Say a Jabber account should already exist for using mcabber
Mikael Berthe <mikael@lilotux.net>
parents: 345
diff changeset
   725
/roster alternate|unread_first|unread_next
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   726
</b></dt>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   727
<dt><b>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   728
/roster search bud
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   729
</b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   730
<dd>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   731
        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
   732
<table class="hlist">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   733
<tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   734
<td>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   735
<b>bottom</b>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   736
</td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   737
<td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   738
jump to the bottom of the roster
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   739
</td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   740
</tr>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   741
<tr valign="top">
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   742
<td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   743
<b>top</b>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   744
</td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   745
<td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   746
jump to the top of the roster
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   747
</td>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   748
</tr>
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   749
<tr valign="top">
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   750
<td>
377
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   751
<b>up</b>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   752
</td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   753
<td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   754
move up in the roster
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   755
</td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   756
</tr>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   757
<tr valign="top">
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   758
<td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   759
<b>down</b>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   760
</td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   761
<td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   762
move down in the roster
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   763
</td>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   764
</tr>
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   765
<tr valign="top">
00809e3e327e Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net>
parents: 372
diff changeset
   766
<td>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   767
<b>hide_offline</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   768
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   769
<td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   770
hide offline buddies
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   771
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   772
</tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   773
<tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   774
<td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   775
<b>show_offline</b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   776
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   777
<td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   778
show offline buddies
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   779
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   780
</tr>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   781
<tr valign="top">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   782
<td>
290
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
   783
<b>toggle_offline</b>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
   784
</td>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
   785
<td>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
   786
toggle display of offline buddies
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
   787
</td>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
   788
</tr>
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
   789
<tr valign="top">
f63839a4cb35 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net>
parents: 289
diff changeset
   790
<td>
710
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   791
<b>hide</b>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   792
</td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   793
<td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   794
hide roster (full-width chat window)
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   795
</td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   796
</tr>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   797
<tr valign="top">
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   798
<td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   799
<b>show</b>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   800
</td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   801
<td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   802
show roster
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   803
</td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   804
</tr>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   805
<tr valign="top">
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   806
<td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   807
<b>toggle</b>
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
<td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   810
toggle roster visibility
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   811
</td>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   812
</tr>
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   813
<tr valign="top">
0311d7e2bb1c Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 700
diff changeset
   814
<td>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   815
<b>search</b> bud
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   816
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   817
<td>
265
49e9e02dd6d0 Add "/roster search" command
mikael@frmp8452
parents: 263
diff changeset
   818
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
   819
</td>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   820
</tr>
236
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   821
<tr valign="top">
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   822
<td>
330
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
   823
<b>alternate</b>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
   824
</td>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
   825
<td>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
   826
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
   827
</td>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
   828
</tr>
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
   829
<tr valign="top">
a9013124ede6 Add "/roster alternate"
Mikael Berthe <mikael@lilotux.net>
parents: 320
diff changeset
   830
<td>
236
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   831
<b>unread_first</b>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   832
</td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   833
<td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   834
jump to the first unread message
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   835
</td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   836
</tr>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   837
<tr valign="top">
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   838
<td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   839
<b>unread_next</b>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   840
</td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   841
<td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   842
jump to the next unread message
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   843
</td>
72fd1273f2b7 [/trunk] Changeset 249 by mikael
mikael
parents: 229
diff changeset
   844
</tr>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   845
</table>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   846
</dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   847
<dt><b>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   848
/say text
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   849
</b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   850
<dd>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   851
        Send the "text" message to the currently selected buddy.  Can be useful
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   852
        if you want to send a message beginning with a slash, for example.
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   853
</dd>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   854
<dt><b>
480
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
   855
/say_to jid text
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
   856
</b></dt>
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
   857
<dd>
491
28f67990ce7b Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 487
diff changeset
   858
        Send the "text" message to the specified jid.
480
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
   859
        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
   860
        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
   861
        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
   862
</dd>
882e1acae422 Add /say_to command
Mikael Berthe <mikael@lilotux.net>
parents: 475
diff changeset
   863
<dt><b>
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
   864
/status [online|avail|invisible|free|dnd|notavail|away [-|StatusMessage]]
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   865
</b></dt>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   866
<dd>
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
   867
        Show or set the current status.<br />
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
   868
        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
   869
        If a status message is specified, it will overrride the message*
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
   870
        variables (these variables can be set in the configuration file).
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
   871
        If no relevant message* variable is set and no status message provided,
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
   872
        the current status message is kept.  If StatusMessage is "-", the
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 511
diff changeset
   873
        current status message is cleared.
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   874
</dd>
450
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   875
<dt><b>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   876
/status_to jid online|avail|invisible|free|dnd|notavail|away [StatusMessage]
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   877
</b></dt>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   878
<dd>
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   879
        Send the requested status to the specified Jabber user.<br />
660
ef7f0b58a159 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 639
diff changeset
   880
        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
   881
        Note: this status will be overridden by subsequent "/status" commands.
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   882
        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
   883
        too.<br />
fa93f47a08fe Update manual page
Mikael Berthe <mikael@lilotux.net>
parents: 440
diff changeset
   884
        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
   885
</dd>
623
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
   886
<dt><b>
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
   887
/version
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
   888
</b></dt>
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
   889
<dd>
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
   890
        Display mcabber version
7d9841ea20d8 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 618
diff changeset
   891
</dd>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   892
</dl>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   893
<h2>CONFIGURATION FILE</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   894
<p>See the provided sample configuration file, which should be self-documented.</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   895
<h2>FILES</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   896
<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
   897
<div class="literalparagraph"><pre>$HOME/.mcabber/mcabberrc    Default configuration file
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   898
$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
   899
$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
   900
<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
   901
<p>Certainly.  Please tell me if you find one!  :-)</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   902
<h2>AUTHOR</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   903
<p>Written by <a href="mailto:mcabber@lilotux.net">Mikael BERTHE</a>.<br />
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   904
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
   905
consult the AUTHORS file for details.</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   906
<h2>RESOURCES</h2>
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   907
<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
   908
<h2>COPYING</h2>
700
3f3c5765a459 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 672
diff changeset
   909
<p>Copyright &#169; 2005, 2006 Mikael Berthe.<br />
260
33e1a05864a6 Add "verbatim multi-line" mode, with commands disabled
mikael@frmp8452
parents: 254
diff changeset
   910
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
   911
<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
   912
License (GPL).</p>
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   913
<div id="footer">
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   914
<p>
786
23f7e4f47235 Ready for release 0.7.5
Mikael Berthe <mikael@lilotux.net>
parents: 775
diff changeset
   915
Version 0.7.5<br />
775
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 710
diff changeset
   916
Last updated 25-Mar-2006 19:50:02 CEST
229
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   917
</p>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   918
</div>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   919
</div>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   920
</body>
bfc14cfb068e [/trunk] Changeset 241 by mikael
mikael
parents:
diff changeset
   921
</html>