comparison mcabber/doc/mcabber.1.html @ 901:45ddb3ada74f

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Jun 2006 11:08:49 +0200
parents e58ae191a25c
children ead2d49f2a88
comparison
equal deleted inserted replaced
900:b41684465283 901:45ddb3ada74f
616 </td> 616 </td>
617 </tr> 617 </tr>
618 </table> 618 </table>
619 </dd> 619 </dd>
620 <dt><b> 620 <dt><b>
621 /rawxml send 621 /rawxml send string
622 </b></dt> 622 </b></dt>
623 <dd> 623 <dd>
624 <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. 624 <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.
625 </dd> 625 </dd>
626 </dl> 626 </dl>
835 <dd> 835 <dd>
836 The <b>room</b> command handles Multi-User Chat room actions. 836 The <b>room</b> command handles Multi-User Chat room actions.
837 <table class="hlist"> 837 <table class="hlist">
838 <tr valign="top"> 838 <tr valign="top">
839 <td> 839 <td>
840 <b>join</b> [room [nick]] 840 <b>join</b> [room [nick [pass]]]
841 </td> 841 </td>
842 <td> 842 <td>
843 join "room", using "nick" as nickname. If no nickname is provided, the "nickname" option value is used (see sample configuration file). If the currently selected entry is correctly recognized as a room by mcabber, the shortcut "." can be used instead of the full room id. 843 join "room", using "nick" as nickname. If no nickname is provided (or if it is an empty string), the "nickname" option value is used (see sample configuration file). If the currently selected entry is correctly recognized as a room by mcabber, the shortcut "." can be used instead of the full room id. A password can be provided to enter protected rooms. If your nickname contains space characters, use quotes.
844 </td> 844 </td>
845 </tr> 845 </tr>
846 <tr valign="top"> 846 <tr valign="top">
847 <td> 847 <td>
848 <b>leave</b> [message] 848 <b>leave</b> [message]
1147 <p>Free use of this software is granted under the terms of the GNU General Public 1147 <p>Free use of this software is granted under the terms of the GNU General Public
1148 License (GPL).</p> 1148 License (GPL).</p>
1149 <div id="footer"> 1149 <div id="footer">
1150 <p> 1150 <p>
1151 Version 0.7.7-dev<br /> 1151 Version 0.7.7-dev<br />
1152 Last updated 28-May-2006 10:53:13 CEST 1152 Last updated 17-Jun-2006 10:23:23 CEST
1153 </p> 1153 </p>
1154 </div> 1154 </div>
1155 </div> 1155 </div>
1156 </body> 1156 </body>
1157 </html> 1157 </html>