comparison mcabber/doc/mcabber.1.html @ 660:ef7f0b58a159

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 08 Jan 2006 22:26:02 +0100
parents 3edd3687c38d
children 414ae36ea264
comparison
equal deleted inserted replaced
659:e61aa455c61b 660:ef7f0b58a159
218 /add [jid [nickname]] 218 /add [jid [nickname]]
219 </b></dt> 219 </b></dt>
220 <dd> 220 <dd>
221 Add the "jid" Jabber user to our roster (default group), and send a 221 Add the "jid" Jabber user to our roster (default group), and send a
222 notification request to this buddy. If no nickname is specified, the 222 notification request to this buddy. If no nickname is specified, the
223 jid is used. If no jid is provided (or jid is empty ""), the 223 jid is used. If no jid (or an empty string "") is provided or if jid
224 current buddy is used. 224 is ".", the current buddy is used.
225 </dd> 225 </dd>
226 <dt><b> 226 <dt><b>
227 /alias name = command line 227 /alias name = command line
228 </b></dt> 228 </b></dt>
229 <dd> 229 <dd>
522 <dd> 522 <dd>
523 The <b>room</b> command handles Multi-User Chat room actions. 523 The <b>room</b> command handles Multi-User Chat room actions.
524 <table class="hlist"> 524 <table class="hlist">
525 <tr valign="top"> 525 <tr valign="top">
526 <td> 526 <td>
527 <b>join</b> room nick 527 <b>join</b> room [nick]
528 </td> 528 </td>
529 <td> 529 <td>
530 join "room", using "nick" as nickname 530 join "room", using "nick" as nickname. If no nickname is provided, the "nickname" option value is used (see sample configuration file)
531 </td> 531 </td>
532 </tr> 532 </tr>
533 <tr valign="top"> 533 <tr valign="top">
534 <td> 534 <td>
535 <b>leave</b> [message] 535 <b>leave</b> [message]
777 <dt><b> 777 <dt><b>
778 /status_to jid online|avail|invisible|free|dnd|notavail|away [StatusMessage] 778 /status_to jid online|avail|invisible|free|dnd|notavail|away [StatusMessage]
779 </b></dt> 779 </b></dt>
780 <dd> 780 <dd>
781 Send the requested status to the specified Jabber user.<br /> 781 Send the requested status to the specified Jabber user.<br />
782 If the specified jid is ".", the current buddy is used.<br />
782 Note: this status will be overridden by subsequent "/status" commands. 783 Note: this status will be overridden by subsequent "/status" commands.
783 If you are using the auto-away feature, the status will overridden 784 If you are using the auto-away feature, the status will overridden
784 too.<br /> 785 too.<br />
785 Note: The jid can include a resource (i.e. user@server/resource). 786 Note: The jid can include a resource (i.e. user@server/resource).
786 </dd> 787 </dd>
812 <p>Free use of this software is granted under the terms of the GNU General Public 813 <p>Free use of this software is granted under the terms of the GNU General Public
813 License (GPL).</p> 814 License (GPL).</p>
814 <div id="footer"> 815 <div id="footer">
815 <p> 816 <p>
816 Version 0.7.3-dev<br /> 817 Version 0.7.3-dev<br />
817 Last updated 28-Dec-2005 11:02:09 CEST 818 Last updated 08-Jan-2006 22:19:10 CEST
818 </p> 819 </p>
819 </div> 820 </div>
820 </div> 821 </div>
821 </body> 822 </body>
822 </html> 823 </html>