Rename "hook-message-in" to "hook-post-message-in"
[mcabber.git] / mcabber / doc / mcabber.1.html
blobe29c7b1a8f76b1b2bb2e36a3bf292d574a3ec190
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <meta name="generator" content="AsciiDoc 8.5.2" />
7 <title>MCABBER(1)</title>
8 <style type="text/css">
9 /* Debug borders */
10 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
12 border: 1px solid red;
16 body {
17 margin: 1em 5% 1em 5%;
20 a {
21 color: blue;
22 text-decoration: underline;
24 a:visited {
25 color: fuchsia;
28 em {
29 font-style: italic;
30 color: navy;
33 strong {
34 font-weight: bold;
35 color: #083194;
38 tt {
39 color: navy;
42 h1, h2, h3, h4, h5, h6 {
43 color: #527bbd;
44 font-family: sans-serif;
45 margin-top: 1.2em;
46 margin-bottom: 0.5em;
47 line-height: 1.3;
50 h1, h2, h3 {
51 border-bottom: 2px solid silver;
53 h2 {
54 padding-top: 0.5em;
56 h3 {
57 float: left;
59 h3 + * {
60 clear: left;
63 div.sectionbody {
64 font-family: serif;
65 margin-left: 0;
68 hr {
69 border: 1px solid silver;
72 p {
73 margin-top: 0.5em;
74 margin-bottom: 0.5em;
77 ul, ol, li > p {
78 margin-top: 0;
81 pre {
82 padding: 0;
83 margin: 0;
86 span#author {
87 color: #527bbd;
88 font-family: sans-serif;
89 font-weight: bold;
90 font-size: 1.1em;
92 span#email {
94 span#revnumber, span#revdate, span#revremark {
95 font-family: sans-serif;
98 div#footer {
99 font-family: sans-serif;
100 font-size: small;
101 border-top: 2px solid silver;
102 padding-top: 0.5em;
103 margin-top: 4.0em;
105 div#footer-text {
106 float: left;
107 padding-bottom: 0.5em;
109 div#footer-badges {
110 float: right;
111 padding-bottom: 0.5em;
114 div#preamble {
115 margin-top: 1.5em;
116 margin-bottom: 1.5em;
118 div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
119 div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
120 div.admonitionblock {
121 margin-top: 1.0em;
122 margin-bottom: 1.5em;
124 div.admonitionblock {
125 margin-top: 2.0em;
126 margin-bottom: 2.0em;
127 margin-right: 10%;
128 color: #606060;
131 div.content { /* Block element content. */
132 padding: 0;
135 /* Block element titles. */
136 div.title, caption.title {
137 color: #527bbd;
138 font-family: sans-serif;
139 font-weight: bold;
140 text-align: left;
141 margin-top: 1.0em;
142 margin-bottom: 0.5em;
144 div.title + * {
145 margin-top: 0;
148 td div.title:first-child {
149 margin-top: 0.0em;
151 div.content div.title:first-child {
152 margin-top: 0.0em;
154 div.content + div.title {
155 margin-top: 0.0em;
158 div.sidebarblock > div.content {
159 background: #ffffee;
160 border: 1px solid silver;
161 padding: 0.5em;
164 div.listingblock > div.content {
165 border: 1px solid silver;
166 background: #f4f4f4;
167 padding: 0.5em;
170 div.quoteblock, div.verseblock {
171 padding-left: 1.0em;
172 margin-left: 1.0em;
173 margin-right: 10%;
174 border-left: 5px solid #dddddd;
175 color: #777777;
178 div.quoteblock > div.attribution {
179 padding-top: 0.5em;
180 text-align: right;
183 div.verseblock > div.content {
184 white-space: pre;
186 div.verseblock > div.attribution {
187 padding-top: 0.75em;
188 text-align: left;
190 /* DEPRECATED: Pre version 8.2.7 verse style literal block. */
191 div.verseblock + div.attribution {
192 text-align: left;
195 div.admonitionblock .icon {
196 vertical-align: top;
197 font-size: 1.1em;
198 font-weight: bold;
199 text-decoration: underline;
200 color: #527bbd;
201 padding-right: 0.5em;
203 div.admonitionblock td.content {
204 padding-left: 0.5em;
205 border-left: 3px solid #dddddd;
208 div.exampleblock > div.content {
209 border-left: 3px solid #dddddd;
210 padding-left: 0.5em;
213 div.imageblock div.content { padding-left: 0; }
214 span.image img { border-style: none; }
215 a.image:visited { color: white; }
217 dl {
218 margin-top: 0.8em;
219 margin-bottom: 0.8em;
221 dt {
222 margin-top: 0.5em;
223 margin-bottom: 0;
224 font-style: normal;
225 color: navy;
227 dd > *:first-child {
228 margin-top: 0.1em;
231 ul, ol {
232 list-style-position: outside;
234 ol.arabic {
235 list-style-type: decimal;
237 ol.loweralpha {
238 list-style-type: lower-alpha;
240 ol.upperalpha {
241 list-style-type: upper-alpha;
243 ol.lowerroman {
244 list-style-type: lower-roman;
246 ol.upperroman {
247 list-style-type: upper-roman;
250 div.compact ul, div.compact ol,
251 div.compact p, div.compact p,
252 div.compact div, div.compact div {
253 margin-top: 0.1em;
254 margin-bottom: 0.1em;
257 div.tableblock > table {
258 border: 3px solid #527bbd;
260 thead, p.table.header {
261 font-family: sans-serif;
262 font-weight: bold;
264 tfoot {
265 font-weight: bold;
267 td > div.verse {
268 white-space: pre;
270 p.table {
271 margin-top: 0;
273 /* Because the table frame attribute is overriden by CSS in most browsers. */
274 div.tableblock > table[frame="void"] {
275 border-style: none;
277 div.tableblock > table[frame="hsides"] {
278 border-left-style: none;
279 border-right-style: none;
281 div.tableblock > table[frame="vsides"] {
282 border-top-style: none;
283 border-bottom-style: none;
287 div.hdlist {
288 margin-top: 0.8em;
289 margin-bottom: 0.8em;
291 div.hdlist tr {
292 padding-bottom: 15px;
294 dt.hdlist1.strong, td.hdlist1.strong {
295 font-weight: bold;
297 td.hdlist1 {
298 vertical-align: top;
299 font-style: normal;
300 padding-right: 0.8em;
301 color: navy;
303 td.hdlist2 {
304 vertical-align: top;
306 div.hdlist.compact tr {
307 margin: 0;
308 padding-bottom: 0;
311 .comment {
312 background: yellow;
315 .footnote, .footnoteref {
316 font-size: 0.8em;
319 span.footnote, span.footnoteref {
320 vertical-align: super;
323 #footnotes {
324 margin: 20px 0 20px 0;
325 padding: 7px 0 0 0;
328 #footnotes div.footnote {
329 margin: 0 0 5px 0;
332 #footnotes hr {
333 border: none;
334 border-top: 1px solid silver;
335 height: 1px;
336 text-align: left;
337 margin-left: 0;
338 width: 20%;
339 min-width: 100px;
343 @media print {
344 div#footer-badges { display: none; }
347 div#toc {
348 margin-bottom: 2.5em;
351 div#toctitle {
352 color: #527bbd;
353 font-family: sans-serif;
354 font-size: 1.1em;
355 font-weight: bold;
356 margin-top: 1.0em;
357 margin-bottom: 0.1em;
360 div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
361 margin-top: 0;
362 margin-bottom: 0;
364 div.toclevel2 {
365 margin-left: 2em;
366 font-size: 0.9em;
368 div.toclevel3 {
369 margin-left: 4em;
370 font-size: 0.9em;
372 div.toclevel4 {
373 margin-left: 6em;
374 font-size: 0.9em;
376 /* Overrides for manpage documents */
377 h1 {
378 padding-top: 0.5em;
379 padding-bottom: 0.5em;
380 border-top: 2px solid silver;
381 border-bottom: 2px solid silver;
383 h2 {
384 border-style: none;
386 div.sectionbody {
387 margin-left: 5%;
390 @media print {
391 div#toc { display: none; }
394 /* Workarounds for IE6's broken and incomplete CSS2. */
396 div.sidebar-content {
397 background: #ffffee;
398 border: 1px solid silver;
399 padding: 0.5em;
401 div.sidebar-title, div.image-title {
402 color: #527bbd;
403 font-family: sans-serif;
404 font-weight: bold;
405 margin-top: 0.0em;
406 margin-bottom: 0.5em;
409 div.listingblock div.content {
410 border: 1px solid silver;
411 background: #f4f4f4;
412 padding: 0.5em;
415 div.quoteblock-attribution {
416 padding-top: 0.5em;
417 text-align: right;
420 div.verseblock-content {
421 white-space: pre;
423 div.verseblock-attribution {
424 padding-top: 0.75em;
425 text-align: left;
428 div.exampleblock-content {
429 border-left: 3px solid #dddddd;
430 padding-left: 0.5em;
433 /* IE6 sets dynamically generated links as visited. */
434 div#toc a:visited { color: blue; }
435 </style>
436 <script type="text/javascript">
437 /*<![CDATA[*/
438 window.onload = function(){asciidoc.footnotes();}
439 var asciidoc = { // Namespace.
441 /////////////////////////////////////////////////////////////////////
442 // Table Of Contents generator
443 /////////////////////////////////////////////////////////////////////
445 /* Author: Mihai Bazon, September 2002
446 * http://students.infoiasi.ro/~mishoo
448 * Table Of Content generator
449 * Version: 0.4
451 * Feel free to use this script under the terms of the GNU General Public
452 * License, as long as you do not remove or alter this notice.
455 /* modified by Troy D. Hanson, September 2006. License: GPL */
456 /* modified by Stuart Rackham, 2006, 2009. License: GPL */
458 // toclevels = 1..4.
459 toc: function (toclevels) {
461 function getText(el) {
462 var text = "";
463 for (var i = el.firstChild; i != null; i = i.nextSibling) {
464 if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
465 text += i.data;
466 else if (i.firstChild != null)
467 text += getText(i);
469 return text;
472 function TocEntry(el, text, toclevel) {
473 this.element = el;
474 this.text = text;
475 this.toclevel = toclevel;
478 function tocEntries(el, toclevels) {
479 var result = new Array;
480 var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
481 // Function that scans the DOM tree for header elements (the DOM2
482 // nodeIterator API would be a better technique but not supported by all
483 // browsers).
484 var iterate = function (el) {
485 for (var i = el.firstChild; i != null; i = i.nextSibling) {
486 if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
487 var mo = re.exec(i.tagName);
488 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
489 result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
491 iterate(i);
495 iterate(el);
496 return result;
499 var toc = document.getElementById("toc");
500 var entries = tocEntries(document.getElementById("content"), toclevels);
501 for (var i = 0; i < entries.length; ++i) {
502 var entry = entries[i];
503 if (entry.element.id == "")
504 entry.element.id = "_toc_" + i;
505 var a = document.createElement("a");
506 a.href = "#" + entry.element.id;
507 a.appendChild(document.createTextNode(entry.text));
508 var div = document.createElement("div");
509 div.appendChild(a);
510 div.className = "toclevel" + entry.toclevel;
511 toc.appendChild(div);
513 if (entries.length == 0)
514 toc.parentNode.removeChild(toc);
518 /////////////////////////////////////////////////////////////////////
519 // Footnotes generator
520 /////////////////////////////////////////////////////////////////////
522 /* Based on footnote generation code from:
523 * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
526 footnotes: function () {
527 var cont = document.getElementById("content");
528 var noteholder = document.getElementById("footnotes");
529 var spans = cont.getElementsByTagName("span");
530 var refs = {};
531 var n = 0;
532 for (i=0; i<spans.length; i++) {
533 if (spans[i].className == "footnote") {
534 n++;
535 // Use [\s\S] in place of . so multi-line matches work.
536 // Because JavaScript has no s (dotall) regex flag.
537 note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
538 noteholder.innerHTML +=
539 "<div class='footnote' id='_footnote_" + n + "'>" +
540 "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
541 n + "</a>. " + note + "</div>";
542 spans[i].innerHTML =
543 "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
544 "' title='View footnote' class='footnote'>" + n + "</a>]";
545 var id =spans[i].getAttribute("id");
546 if (id != null) refs["#"+id] = n;
549 if (n == 0)
550 noteholder.parentNode.removeChild(noteholder);
551 else {
552 // Process footnoterefs.
553 for (i=0; i<spans.length; i++) {
554 if (spans[i].className == "footnoteref") {
555 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
556 href = href.match(/#.*/)[0]; // Because IE return full URL.
557 n = refs[href];
558 spans[i].innerHTML =
559 "[<a href='#_footnote_" + n +
560 "' title='View footnote' class='footnote'>" + n + "</a>]";
567 /*]]>*/
568 </script>
569 </head>
570 <body>
571 <div id="header">
572 <h1>
573 MCABBER(1) Manual Page
574 </h1>
575 <h2>NAME</h2>
576 <div class="sectionbody">
577 <p>mcabber -
578 a simple Jabber (XMPP) console client
579 </p>
580 </div>
581 </div>
582 <div id="content">
583 <h2 id="_synopsis">SYNOPSIS</h2>
584 <div class="sectionbody">
585 <div class="paragraph"><p><em>mcabber</em> [ -h | -V | -f configfile ]</p></div>
586 </div>
587 <h2 id="_description">DESCRIPTION</h2>
588 <div class="sectionbody">
589 <div class="paragraph"><p><tt>mcabber(1)</tt> is a small Jabber (XMPP) console client.<br />
590 For now it needs a configuration file to start, so please copy the sample
591 mcabberrc file and adapt your connection settings.</p></div>
592 <div class="paragraph"><p>You also need to have an existing Jabber account to use this software, as
593 it cannot (un)register accounts yet.</p></div>
594 <div class="paragraph"><p>Here are some of the features of <tt>mcabber</tt>:</p></div>
595 <div class="ulist"><ul>
596 <li>
598 <em>SASL/SSL/TLS support</em>.
599 </p>
600 </li>
601 <li>
603 <em>MUC support</em> (Multi-User Chat).
604 </p>
605 </li>
606 <li>
608 <em>PGP, OTR support</em>
609 </p>
610 </li>
611 <li>
613 <em>Chat States</em> support (typing notifications)
614 </p>
615 </li>
616 <li>
618 <em>History logging:</em> If enabled (see the CONFIGURATION FILE section),
619 <tt>mcabber</tt> can save discussions to text history log files.
620 </p>
621 </li>
622 <li>
624 <em>Commands completion:</em> If possible, <tt>mcabber</tt> will try to complete your
625 command line if you hit the Tab key.
626 </p>
627 </li>
628 <li>
630 <em>Input line history:</em> Any message or command entered is in the input line
631 history and can be reused easily.
632 </p>
633 </li>
634 <li>
636 <em>External actions:</em> Some events (like receiving a message) can trigger an
637 external action such as a shell script if you enable it in your
638 configuration file. A sample events script ("eventcmd") is provided with
639 <tt>mcabber</tt> source code, in the contrib directory.
640 </p>
641 </li>
642 <li>
644 <em>Modules:</em> <tt>mcabber</tt> can load modules (a.k.a. plugins) at runtime that
645 extend its features.
646 </p>
647 </li>
648 </ul></div>
649 </div>
650 <h2 id="_options">OPTIONS</h2>
651 <div class="sectionbody">
652 <div class="dlist"><dl>
653 <dt class="hdlist1">
655 </dt>
656 <dd>
658 Quick help usage message
659 </p>
660 </dd>
661 <dt class="hdlist1">
663 </dt>
664 <dd>
666 Displays <tt>mcabber</tt> version and compile-time definitions.
667 </p>
668 </dd>
669 <dt class="hdlist1">
670 -f configfile
671 </dt>
672 <dd>
674 Use configuration file <em>configfile</em>
675 </p>
676 </dd>
677 </dl></div>
678 </div>
679 <h2 id="_windows_panes">WINDOWS/PANES</h2>
680 <div class="sectionbody">
681 <div class="paragraph"><p>The <tt>mcabber(1)</tt> screen is divided into 4 regions.
682 The <em>roster</em>, alias <em>buddylist</em>, is on the left. The <em>chat window</em>, or chat
683 buffer, is on the right. The <em>input line</em> lies at the bottom of the screen,
684 under a small <em>log window</em>.</p></div>
685 <div class="paragraph"><p>Two status lines surround the log window. The bottom status line is the
686 "main status line" and reflects mcabber general status. The other line
687 is the "chat status line" and shows the status of the currently selected
688 buddy.</p></div>
689 <div class="paragraph"><p>To display buddies chat buffers, you will have to enter <em>chat mode</em>.
690 You can enter chat mode by pressing enter, and leave chat mode with the ESC
691 key. Simply sending a message will also enable chat mode.</p></div>
692 <div class="paragraph"><p>There are several advantages to the two-mode implementation: first, it allows
693 accurate "unread" message functionality, as described in the next section;
694 without this, merely scrolling to a specific buddy will "read" the new
695 messages of all buddies in-between. Second, it allows quickly hiding the
696 conversation with a single keystroke. Third, it allows jumping between
697 the few buddies with whom you are conversing with the <em>/roster alternate</em>
698 command described in another section, without having to manually scroll
699 back and forth.</p></div>
700 </div>
701 <h2 id="_keys">KEYS</h2>
702 <div class="sectionbody">
703 <div class="paragraph"><p>Text typing occurs in the <em>input line</em>; basic operations are supported
704 (left arrow, right arrow, home/end keys, insert, delete, backspace&#8230;).</p></div>
705 <div class="paragraph"><p>PageUp and PageDown keys are used to move in the roster.</p></div>
706 <div class="paragraph"><p>Up and Down arrow keys can be used to move in the input line history; they
707 jump to the previous/next line from the history beginning with the same string
708 (from first column to the cursor column).</p></div>
709 <div class="paragraph"><p>To send a message, move to the chosen buddy in the buddylist, type your
710 message and hit enter. If the line begins with a slash, this will be
711 interpreted as a command (see the COMMAND section below). Hit escape to
712 leave the chat mode.</p></div>
713 <div class="paragraph"><p>Here is a quick description of the default key bindings:</p></div>
714 <div class="dlist"><dl>
715 <dt class="hdlist1">
717 </dt>
718 <dd>
720 Disable chat mode
721 </p>
722 </dd>
723 <dt class="hdlist1">
724 Ctrl-a
725 </dt>
726 <dd>
728 Go to the beginning of the input line
729 </p>
730 </dd>
731 <dt class="hdlist1">
732 Ctrl-e
733 </dt>
734 <dd>
736 Go to the end of the input line
737 </p>
738 </dd>
739 <dt class="hdlist1">
740 Ctrl-l
741 </dt>
742 <dd>
744 Force a refresh
745 </p>
746 </dd>
747 <dt class="hdlist1">
748 Up/Down
749 </dt>
750 <dd>
752 Move in the input line history
753 </p>
754 </dd>
755 <dt class="hdlist1">
756 PgUp/PgDown
757 </dt>
758 <dd>
760 Move inside the roster (buddylist)
761 </p>
762 </dd>
763 <dt class="hdlist1">
765 </dt>
766 <dd>
768 Complete current word, in the input line
769 </p>
770 </dd>
771 <dt class="hdlist1">
772 Ctrl-g
773 </dt>
774 <dd>
776 Cancel completion
777 </p>
778 </dd>
779 <dt class="hdlist1">
780 Ctrl-c
781 </dt>
782 <dd>
784 Abort multi-line messages and completions
785 </p>
786 </dd>
787 <dt class="hdlist1">
788 Ctrl-d
789 </dt>
790 <dd>
792 Send/terminate a multi-line message
793 </p>
794 </dd>
795 <dt class="hdlist1">
796 Ctrl-p/Ctrl-n
797 </dt>
798 <dd>
800 Scroll up/down half a screen in the buffer window (chat mode)
801 </p>
802 </dd>
803 <dt class="hdlist1">
804 Ctrl-Left
805 </dt>
806 <dd>
808 Move the cursor back to the start of the current or previous word
809 </p>
810 </dd>
811 <dt class="hdlist1">
812 Ctrl-Right
813 </dt>
814 <dd>
816 Move the cursor forward to the end of the current or next word
817 </p>
818 </dd>
819 <dt class="hdlist1">
820 Ctrl-u
821 </dt>
822 <dd>
824 Delete from beginning of the line to the cursor
825 </p>
826 </dd>
827 <dt class="hdlist1">
828 Ctrl-k
829 </dt>
830 <dd>
832 Delete from the cursor to the end of line
833 </p>
834 </dd>
835 <dt class="hdlist1">
836 Ctrl-w
837 </dt>
838 <dd>
840 Backward kill word
841 </p>
842 </dd>
843 <dt class="hdlist1">
844 Ctrl-t
845 </dt>
846 <dd>
848 Transpose chars
849 </p>
850 </dd>
851 <dt class="hdlist1">
852 Ctrl-o
853 </dt>
854 <dd>
856 Accept line and put the next history line in the input line (accept-line-and-down-history)
857 </p>
858 </dd>
859 </dl></div>
860 <div class="paragraph"><p>Additional key bindings may be specified using the <em>/bind</em> command described
861 in the COMMANDS section.</p></div>
862 </div>
863 <h2 id="_mcabber_8217_s_roster">MCABBER&#8217;S ROSTER</h2>
864 <div class="sectionbody">
865 <div class="paragraph"><p>The first listed resource on the roster is <em>[status]</em>, which keeps a log of
866 everything that appears in the short log window below the main chat area.
867 While the log window was designed for showing the latest few elements, the
868 dedicated <em>[status]</em> buffer allows more comfortable viewing of the log, as
869 well as scrolling it in a standard manner.</p></div>
870 <div class="paragraph"><p>Group names are displayed above the resources that are within them, and are
871 indicated by <em>---</em> to the left of the name.</p></div>
872 <div class="paragraph"><p>For every real Jabber resource, the roster displays four pieces of information:
873 the resource&#8217;s name or alias, its online status, its authorization status, and
874 whether there are unread messages from the resource waiting for you.</p></div>
875 <div class="paragraph"><p>The online status is one of the following:</p></div>
876 <div class="dlist"><dl>
877 <dt class="hdlist1">
878 <em>o</em>
879 </dt>
880 <dd>
882 online
883 </p>
884 </dd>
885 <dt class="hdlist1">
886 <em>f</em>
887 </dt>
888 <dd>
890 free for chat
891 </p>
892 </dd>
893 <dt class="hdlist1">
894 <em>a</em>
895 </dt>
896 <dd>
898 away
899 </p>
900 </dd>
901 <dt class="hdlist1">
902 <em>n</em>
903 </dt>
904 <dd>
906 not available (labeled <em>extended away</em> in some clients)
907 </p>
908 </dd>
909 <dt class="hdlist1">
910 <em>d</em>
911 </dt>
912 <dd>
914 do not disturb
915 </p>
916 </dd>
917 <dt class="hdlist1">
918 <em>i</em>
919 </dt>
920 <dd>
922 invisible (displayed only for your resource)
923 </p>
924 </dd>
925 <dt class="hdlist1">
926 <em>_</em>
927 </dt>
928 <dd>
930 offline (or invisible to you)
931 </p>
932 </dd>
933 <dt class="hdlist1">
934 <em>?</em>
935 </dt>
936 <dd>
938 unknown, usually meaning you are not authorized to see this resource&#8217;s status
939 </p>
940 </dd>
941 <dt class="hdlist1">
942 <em>x</em>
943 </dt>
944 <dd>
946 a conference room in which you are not participating
947 </p>
948 </dd>
949 <dt class="hdlist1">
950 <em>C</em>
951 </dt>
952 <dd>
954 a conference room in which you are participating
955 </p>
956 </dd>
957 </dl></div>
958 <div class="paragraph"><p>The authorization status indicates whether a resource is authorized to receive
959 your online status updates, and is displayed by the brackets surrounding the
960 resource&#8217;s online status. Square brackets, like <em>[o]</em>, indicate that this
961 resource is authorized to receive your status. Curly braces, like <em>{o}</em>,
962 indicate that they are not authorized to receive your status.</p></div>
963 <div class="paragraph"><p>When there are unread messages from the resource which you have not looked at,
964 a hash mark (<em>#</em>) appears in the leftmost section of the roster for that
965 resource. The hash mark disappears once you view that resource&#8217;s message log.</p></div>
966 <div class="paragraph"><p>Examples:</p></div>
967 <div class="dlist"><dl>
968 <dt class="hdlist1">
969 <em>--- Buds</em>
970 </dt>
971 <dd>
973 This is a group named <em>Buds</em>
974 </p>
975 </dd>
976 <dt class="hdlist1">
977 <em>#[o] John</em>
978 </dt>
979 <dd>
981 John is online, can see your status, and sent you a message that you did not read yet
982 </p>
983 </dd>
984 <dt class="hdlist1">
985 <em>{?} Sally</em>
986 </dt>
987 <dd>
989 Neither you nor Sally have authorized each other to see your online status
990 </p>
991 </dd>
992 <dt class="hdlist1">
993 <em>{a} Jane</em>
994 </dt>
995 <dd>
997 Jane is away, but she cannot see your online status
998 </p>
999 </dd>
1000 <dt class="hdlist1">
1001 <em>#[C] x@y.c</em>
1002 </dt>
1003 <dd>
1005 You are participating in x@y.c conference room, and there are unread messages
1006 </p>
1007 </dd>
1008 </dl></div>
1009 </div>
1010 <h2 id="_commands">COMMANDS</h2>
1011 <div class="sectionbody">
1012 <div class="paragraph"><p>Please refer to the online help (command /help), it is probably more up-to-date than this manpage. Furthermore, help files have been translated into several languages.<br />
1013 You will find an overview of the <tt>mcabber</tt> commands in this manual.</p></div>
1014 </div>
1015 <h2 id="_commands_related_to_mcabber">COMMANDS RELATED TO MCABBER</h2>
1016 <div class="sectionbody">
1017 <div class="dlist"><dl>
1018 <dt class="hdlist1">
1019 /add [jid [nickname]]
1020 </dt>
1021 <dd>
1023 Add the "jid" Jabber user to our roster (default group), and send a notification request to this buddy. If no nickname is specified, the jid is used. If no jid (or an empty string "") is provided or if jid is ".", the current buddy is used.
1024 </p>
1025 <div class="dlist"><dl>
1026 <dt class="hdlist1">
1027 [<em>jid</em> [nickname]]
1028 </dt>
1029 <dd>
1031 Add to our roster "jid" as "nickname"
1032 </p>
1033 <div class="literalblock">
1034 <div class="content">
1035 <pre><tt>Example: "/add somebody@jabber.server.com Somebody"</tt></pre>
1036 </div></div>
1037 </dd>
1038 </dl></div>
1039 </dd>
1040 <dt class="hdlist1">
1041 /alias [name [= command line]]
1042 </dt>
1043 <dd>
1045 This command let you to add aliases which can simplify sophisticated commands.<br />
1046 You can manage your aliases by:
1047 </p>
1048 <div class="dlist"><dl>
1049 <dt class="hdlist1">
1050 (without arguments)
1051 </dt>
1052 <dd>
1054 Print list of currently defined aliases
1055 </p>
1056 </dd>
1057 <dt class="hdlist1">
1058 <em>name</em>
1059 </dt>
1060 <dd>
1062 Print the value of alias called "name"
1063 </p>
1064 </dd>
1065 <dt class="hdlist1">
1066 <em>name</em>=
1067 </dt>
1068 <dd>
1070 Unset alias called "name"
1071 </p>
1072 </dd>
1073 <dt class="hdlist1">
1074 <em>name</em> = command line
1075 </dt>
1076 <dd>
1078 Set alias called "name" with value "command line"
1079 </p>
1080 <div class="literalblock">
1081 <div class="content">
1082 <pre><tt>Example: "/alias away = status away"</tt></pre>
1083 </div></div>
1084 </dd>
1085 </dl></div>
1086 </dd>
1087 <dt class="hdlist1">
1088 /authorization allow|cancel|request|request_unsubscribe [jid]
1089 </dt>
1090 <dd>
1092 This command manages presence subscriptions: it allows you to request presence subscriptions from others on your roster, and allows you to control who receives your presence notifications.<br />
1093 If no JID is provided, the currently-selected buddy is used.
1094 </p>
1095 <div class="dlist"><dl>
1096 <dt class="hdlist1">
1097 <em>allow</em>
1098 </dt>
1099 <dd>
1101 Allow the buddy to receive your presence updates
1102 </p>
1103 </dd>
1104 <dt class="hdlist1">
1105 <em>cancel</em>
1106 </dt>
1107 <dd>
1109 Cancel the buddy&#8217;s subscription to your presence updates
1110 </p>
1111 </dd>
1112 <dt class="hdlist1">
1113 <em>request</em>
1114 </dt>
1115 <dd>
1117 Request a subscription to the buddy&#8217;s presence updates
1118 </p>
1119 </dd>
1120 <dt class="hdlist1">
1121 <em>request_unsubscribe</em>
1122 </dt>
1123 <dd>
1125 Request unsubscription from the buddy&#8217;s presence updates
1126 </p>
1127 </dd>
1128 </dl></div>
1129 </dd>
1130 <dt class="hdlist1">
1131 /bind [keycode [= command line]]
1132 </dt>
1133 <dd>
1135 Bind the command to the key given as "keycode". To examine which keys are currently not used look at <tt>mcabber</tt> log window and press examined key. For example: "Unknown key=265" means that you can bind some command to key #265.
1136 </p>
1137 <div class="dlist"><dl>
1138 <dt class="hdlist1">
1139 (without arguments)
1140 </dt>
1141 <dd>
1143 Display list of current bindings
1144 </p>
1145 </dd>
1146 <dt class="hdlist1">
1147 <em>keycode</em>
1148 </dt>
1149 <dd>
1151 Display the command line bound to this key
1152 </p>
1153 </dd>
1154 <dt class="hdlist1">
1155 <em>keycode</em>=
1156 </dt>
1157 <dd>
1159 Unbind key with code "keycode"
1160 </p>
1161 </dd>
1162 <dt class="hdlist1">
1163 <em>keycode</em> = command line
1164 </dt>
1165 <dd>
1167 Bind "command line" to the key with code "keycode"
1168 </p>
1169 <div class="literalblock">
1170 <div class="content">
1171 <pre><tt>Example: "/bind 265 = status away" (265 is F1). +
1172 Note: keycodes can be different depending on your ncurses configuration. +
1173 Tip: aliases also can be used instead of commands.</tt></pre>
1174 </div></div>
1175 </dd>
1176 </dl></div>
1177 </dd>
1178 <dt class="hdlist1">
1179 /buffer clear|close|close_all|purge|list
1180 </dt>
1181 <dt class="hdlist1">
1182 /buffer top|bottom|date|%|search_backward|search_forward
1183 </dt>
1184 <dt class="hdlist1">
1185 /buffer scroll_lock|scroll_unlock|scroll_toggle
1186 </dt>
1187 <dt class="hdlist1">
1188 /buffer save filename
1189 </dt>
1190 <dd>
1192 Buddy&#8217;s buffer manipulation command. Eg. you can search through buffer for "text", clear chat window etc.
1193 </p>
1194 <div class="dlist"><dl>
1195 <dt class="hdlist1">
1196 <em>clear</em>
1197 </dt>
1198 <dd>
1200 Clear the current buddy chat window
1201 </p>
1202 </dd>
1203 <dt class="hdlist1">
1204 <em>close</em> [jid]
1205 </dt>
1206 <dd>
1208 Empty all contents of the buffer and close the current buddy chat window
1209 </p>
1210 </dd>
1211 <dt class="hdlist1">
1212 <em>close_all</em>
1213 </dt>
1214 <dd>
1216 Empty all contents of the chat buffers and close the chat windows
1217 </p>
1218 </dd>
1219 <dt class="hdlist1">
1220 <em>purge</em> [jid]
1221 </dt>
1222 <dd>
1224 Clear the current buddy chat window and empty all contents of the chat buffer
1225 </p>
1226 </dd>
1227 <dt class="hdlist1">
1228 <em>list</em>
1229 </dt>
1230 <dd>
1232 Display the list of existing buffers, with their length (lines/blocks)
1233 </p>
1234 </dd>
1235 <dt class="hdlist1">
1236 <em>top</em>
1237 </dt>
1238 <dd>
1240 Jump to the top of the current buddy chat buffer
1241 </p>
1242 </dd>
1243 <dt class="hdlist1">
1244 <em>bottom</em>
1245 </dt>
1246 <dd>
1248 Jump to the bottom of the current buddy chat buffer
1249 </p>
1250 </dd>
1251 <dt class="hdlist1">
1252 <em>up</em> [n]
1253 </dt>
1254 <dd>
1256 Scroll the buffer up [n] lines (default: half a screen)
1257 </p>
1258 </dd>
1259 <dt class="hdlist1">
1260 <em>down</em> [n]
1261 </dt>
1262 <dd>
1264 Scroll the buffer down [n] lines (default: half a screen)
1265 </p>
1266 </dd>
1267 <dt class="hdlist1">
1268 <em>date</em> [date]
1269 </dt>
1270 <dd>
1272 Jump to the first line after the specified [date] in the chat buffer (date format: "YYYY-mm-dd")
1273 </p>
1274 </dd>
1275 <dt class="hdlist1">
1277 </dt>
1278 <dd>
1280 Jump to position %n of the buddy chat buffer
1281 </p>
1282 </dd>
1283 <dt class="hdlist1">
1284 <em>search_backward</em> text
1285 </dt>
1286 <dd>
1288 Search for [text] in the current buddy chat buffer
1289 </p>
1290 </dd>
1291 <dt class="hdlist1">
1292 <em>search_forward</em> text
1293 </dt>
1294 <dd>
1296 Search for [text] in the current buddy chat buffer
1297 </p>
1298 </dd>
1299 <dt class="hdlist1">
1300 <em>scroll_lock</em>
1301 </dt>
1302 <dd>
1304 Lock buffer scrolling
1305 </p>
1306 </dd>
1307 <dt class="hdlist1">
1308 <em>scroll_unlock</em>
1309 </dt>
1310 <dd>
1312 Unlock buffer scrolling
1313 </p>
1314 </dd>
1315 <dt class="hdlist1">
1316 <em>scroll_toggle</em>
1317 </dt>
1318 <dd>
1320 Toggle buffer scrolling (lock/unlock)
1321 </p>
1322 </dd>
1323 <dt class="hdlist1">
1324 <em>save</em> filename
1325 </dt>
1326 <dd>
1328 Save the contents of the current buffer to the file "filename"
1329 </p>
1330 </dd>
1331 </dl></div>
1332 </dd>
1333 <dt class="hdlist1">
1334 /chat_disable [--show-roster]
1335 </dt>
1336 <dd>
1338 Disable chat mode.<br />
1339 With --show-roster, the fullscreen mode will be disabled.
1340 </p>
1341 </dd>
1342 <dt class="hdlist1">
1343 /clear
1344 </dt>
1345 <dd>
1347 This command is actually an alias for "/buffer clear". It clears the current buddy chat window.
1348 </p>
1349 </dd>
1350 <dt class="hdlist1">
1351 /color roster (status wildcard (color|-)|clear)
1352 </dt>
1353 <dt class="hdlist1">
1354 /color mucnick nick (color|-)
1355 </dt>
1356 <dt class="hdlist1">
1357 /color muc (jid|.|*) [on|preset|off|-]
1358 </dt>
1359 <dd>
1361 The <em>color</em> command allows setting dynamic color properties of the screen.
1362 </p>
1363 <div class="dlist"><dl>
1364 <dt class="hdlist1">
1365 <em>roster</em> clear
1366 </dt>
1367 <dd>
1369 Remove all color rules for the roster. All roster items will get its default color.
1370 </p>
1371 </dd>
1372 <dt class="hdlist1">
1373 <em>roster</em> status wildcard color
1374 </dt>
1375 <dd>
1377 Set a color rule (or overwrite, if it already exists). The status is string containing all statuses the roster item can have for the rule to match, or * if any status is OK. Wildcard is the file-matching wildcard that will be applied to JID. Color is the wanted color. If color is -, the rule is removed. If more than one rule matches, the color from the last created (not overwritten) is used.
1378 </p>
1379 </dd>
1380 <dt class="hdlist1">
1381 <em>mucnick</em> nick (color|-)
1382 </dt>
1383 <dd>
1385 Marks the nick to be colored by given color. If a MUC has colored nicks, this one will be used. If color is -, the color is marked as chosen automatically, which means it will not be used in <em>preset</em> coloring mode, but will stay the same in <em>on</em> coloring mode.
1386 </p>
1387 </dd>
1388 <dt class="hdlist1">
1389 <em>muc</em> (jid|.|*) [on|preset|off|-]
1390 </dt>
1391 <dd>
1393 Sets a MUC nick coloring mode. If a jid (. means currently selected jid) is provided, the mode will apply to this specific MUC. If * is used, it will be applied to all MUCs, except the ones set by their jid. Mode <em>on</em> colors all nicks, <em>preset</em> only the ones manually set by /color mucnick command and <em>off</em> colors none. If not specified, defaults to <em>on</em>. Mode <em>-</em> removes the mode from given JID, which means the global one will apply. You can not remove the global mode. Default global coloring mode is <em>off</em>.
1394 </p>
1395 </dd>
1396 </dl></div>
1397 </dd>
1398 <dt class="hdlist1">
1399 /connect
1400 </dt>
1401 <dd>
1403 Establish connection to the Jabber server.
1404 </p>
1405 </dd>
1406 <dt class="hdlist1">
1407 /del
1408 </dt>
1409 <dd>
1411 Delete the current buddy from our roster, unsubscribe from its presence notification and unsubscribe it from ours.
1412 </p>
1413 </dd>
1414 <dt class="hdlist1">
1415 /disconnect
1416 </dt>
1417 <dd>
1419 Terminate the connection to the Jabber server.<br />
1420 Note: the roster is only available when the connection to the server is active, so the buddylist is empty when disconnected.
1421 </p>
1422 </dd>
1423 <dt class="hdlist1">
1424 /echo message
1425 </dt>
1426 <dd>
1428 Display "message" in the log window.
1429 </p>
1430 </dd>
1431 <dt class="hdlist1">
1432 /event #n|* accept|ignore|reject [event-specific arguments]
1433 </dt>
1434 <dt class="hdlist1">
1435 /event list
1436 </dt>
1437 <dd>
1439 Tell mcabber what to do about pending events.<br />
1440 If the first parameter is <em>*</em>, the command will apply to all queued events.<br />
1441 Event-specific arguments will be interpreted on event-to event basis. The only built-in case, when argument is used is MUC invitation reject - argument, if present, will be interpreted as reject reason.
1442 </p>
1443 <div class="dlist"><dl>
1444 <dt class="hdlist1">
1445 #N|* accept [event-specific arguments]
1446 </dt>
1447 <dd>
1449 Event number #N/All events will be accepted
1450 </p>
1451 </dd>
1452 <dt class="hdlist1">
1453 #N|* ignore [event-specific arguments]
1454 </dt>
1455 <dd>
1457 Event number #N/All events will be ignored
1458 </p>
1459 </dd>
1460 <dt class="hdlist1">
1461 #N|* reject [event-specific arguments]
1462 </dt>
1463 <dd>
1465 Event number #N/All events will be rejected
1466 </p>
1467 </dd>
1468 <dt class="hdlist1">
1469 <em>list</em>
1470 </dt>
1471 <dd>
1473 List all pending events
1474 </p>
1475 </dd>
1476 </dl></div>
1477 </dd>
1478 <dt class="hdlist1">
1479 /group fold|unfold|toggle [groupname]
1480 </dt>
1481 <dd>
1483 This command changes the current group display.
1484 </p>
1485 <div class="dlist"><dl>
1486 <dt class="hdlist1">
1487 <em>fold</em> [groupname]
1488 </dt>
1489 <dd>
1491 Fold (shrink) the current/specified group tree in the roster
1492 </p>
1493 </dd>
1494 <dt class="hdlist1">
1495 <em>unfold</em> [groupname]
1496 </dt>
1497 <dd>
1499 Unfold (expand) the current/specified group tree in the roster
1500 </p>
1501 </dd>
1502 <dt class="hdlist1">
1503 <em>toggle</em> [groupname]
1504 </dt>
1505 <dd>
1507 Toggle the state (fold/unfold) of the current/specified tree
1508 </p>
1509 </dd>
1510 </dl></div>
1511 </dd>
1512 <dt class="hdlist1">
1513 /help [command|+topic]
1514 </dt>
1515 <dd>
1517 Display help for command "command" or topic "topic".<br />
1518 Example: "/help buffer"
1519 </p>
1520 </dd>
1521 <dt class="hdlist1">
1522 /iline fchar|bchar|char_fdel|char_bdel|char_swap
1523 </dt>
1524 <dt class="hdlist1">
1525 /iline fword|bword|word_bdel|word_fdel
1526 </dt>
1527 <dt class="hdlist1">
1528 /iline word_upcase|word_downcase|word_capit
1529 </dt>
1530 <dt class="hdlist1">
1531 /iline hist_beginning_search_bwd|hist_beginning_search_fwd
1532 </dt>
1533 <dt class="hdlist1">
1534 /iline hist_prev|hist_next
1535 </dt>
1536 <dt class="hdlist1">
1537 /iline iline_start|iline_end|iline_fdel|iline_bdel
1538 </dt>
1539 <dt class="hdlist1">
1540 /iline iline_accept|iline_accept_down_hist
1541 </dt>
1542 <dt class="hdlist1">
1543 /iline compl_do|compl_cancel
1544 </dt>
1545 <dt class="hdlist1">
1546 /iline send_multiline
1547 </dt>
1548 <dd>
1550 Input line commands
1551 </p>
1552 <div class="dlist"><dl>
1553 <dt class="hdlist1">
1554 <em>fchar</em>
1555 </dt>
1556 <dd>
1558 Move to the next letter
1559 </p>
1560 </dd>
1561 <dt class="hdlist1">
1562 <em>bchar</em>
1563 </dt>
1564 <dd>
1566 Move to the previous letter
1567 </p>
1568 </dd>
1569 <dt class="hdlist1">
1570 <em>char_fdel</em>
1571 </dt>
1572 <dd>
1574 Delete the letter at cursor position
1575 </p>
1576 </dd>
1577 <dt class="hdlist1">
1578 <em>char_bdel</em>
1579 </dt>
1580 <dd>
1582 Delete the letter before cursor position
1583 </p>
1584 </dd>
1585 <dt class="hdlist1">
1586 <em>char_swap</em>
1587 </dt>
1588 <dd>
1590 Transpose chars
1591 </p>
1592 </dd>
1593 <dt class="hdlist1">
1594 <em>fword</em>
1595 </dt>
1596 <dd>
1598 Move the cursor forward to the end of the current or next word
1599 </p>
1600 </dd>
1601 <dt class="hdlist1">
1602 <em>bword</em>
1603 </dt>
1604 <dd>
1606 Move the cursor back to the start of the current or previous word
1607 </p>
1608 </dd>
1609 <dt class="hdlist1">
1610 <em>word_bdel</em>
1611 </dt>
1612 <dd>
1614 Delete the word from cursor position to its start
1615 </p>
1616 </dd>
1617 <dt class="hdlist1">
1618 <em>word_fdel</em>
1619 </dt>
1620 <dd>
1622 Delete the word from cursor position to its end
1623 </p>
1624 </dd>
1625 <dt class="hdlist1">
1626 <em>word_upcase</em>
1627 </dt>
1628 <dd>
1630 Convert the word from cursor position to its end to upper case
1631 </p>
1632 </dd>
1633 <dt class="hdlist1">
1634 <em>word_downcase</em>
1635 </dt>
1636 <dd>
1638 Convert the word from cursor position to its end to down case
1639 </p>
1640 </dd>
1641 <dt class="hdlist1">
1642 <em>word_capit</em>
1643 </dt>
1644 <dd>
1646 Capitalize the word from cursor position to its end
1647 </p>
1648 </dd>
1649 <dt class="hdlist1">
1650 <em>hist_beginning_search_bwd</em>
1651 </dt>
1652 <dd>
1654 Search backward in the history for a line beginning with the current line up to the cursor (this leaves the cursor in its original position)
1655 </p>
1656 </dd>
1657 <dt class="hdlist1">
1658 <em>hist_beginning_search_fwd</em>
1659 </dt>
1660 <dd>
1662 Search forward in the history for a line beginning with the current line up to the cursor (this leaves the cursor in its original position)
1663 </p>
1664 </dd>
1665 <dt class="hdlist1">
1666 <em>hist_prev</em>
1667 </dt>
1668 <dd>
1670 Previous line of input line history
1671 </p>
1672 </dd>
1673 <dt class="hdlist1">
1674 <em>hist_next</em>
1675 </dt>
1676 <dd>
1678 Next line of input line history
1679 </p>
1680 </dd>
1681 <dt class="hdlist1">
1682 <em>iline_start</em>
1683 </dt>
1684 <dd>
1686 Go to the beginning of the input line
1687 </p>
1688 </dd>
1689 <dt class="hdlist1">
1690 <em>iline_end</em>
1691 </dt>
1692 <dd>
1694 Go to the end of the input line
1695 </p>
1696 </dd>
1697 <dt class="hdlist1">
1698 <em>iline_fdel</em>
1699 </dt>
1700 <dd>
1702 Delete from the cursor to the end of line
1703 </p>
1704 </dd>
1705 <dt class="hdlist1">
1706 <em>iline_bdel</em>
1707 </dt>
1708 <dd>
1710 Delete from beginning of the line to the cursor
1711 </p>
1712 </dd>
1713 <dt class="hdlist1">
1714 <em>iline_accept</em>
1715 </dt>
1716 <dd>
1718 Accept line
1719 </p>
1720 </dd>
1721 <dt class="hdlist1">
1722 <em>iline_accept_down_hist</em>
1723 </dt>
1724 <dd>
1726 Accept line and put the next history line in the input line
1727 </p>
1728 </dd>
1729 <dt class="hdlist1">
1730 <em>compl_do</em>
1731 </dt>
1732 <dd>
1734 Complete current word, in the input line
1735 </p>
1736 </dd>
1737 <dt class="hdlist1">
1738 <em>compl_cancel</em>
1739 </dt>
1740 <dd>
1742 Cancel completion
1743 </p>
1744 </dd>
1745 <dt class="hdlist1">
1746 <em>send_multiline</em>
1747 </dt>
1748 <dd>
1750 Send/terminate a multi-line message
1751 </p>
1752 </dd>
1753 </dl></div>
1754 </dd>
1755 <dt class="hdlist1">
1756 /info
1757 </dt>
1758 <dd>
1760 Display info on the selected entry (user, agent, group&#8230;).<br />
1761 For users, resources are displayed with the status, priority and status message (if available) of each resource.
1762 </p>
1763 </dd>
1764 <dt class="hdlist1">
1765 /module load|unload [-f] module
1766 </dt>
1767 <dt class="hdlist1">
1768 /module info module
1769 </dt>
1770 <dt class="hdlist1">
1771 /module [list]
1772 </dt>
1773 <dd>
1775 Load, unload or show info on module.
1776 </p>
1777 <div class="dlist"><dl>
1778 <dt class="hdlist1">
1779 <em>load</em> [-f] module
1780 </dt>
1781 <dd>
1783 Loads specified module. If -f flag is specified, most of module loading errors will be ignored.
1784 </p>
1785 </dd>
1786 <dt class="hdlist1">
1787 <em>unload</em> [-f] module
1788 </dt>
1789 <dd>
1791 Unloads specified module. Note: The force flag will not remove any dependent on this modules!
1792 </p>
1793 </dd>
1794 <dt class="hdlist1">
1795 <em>info</em> module
1796 </dt>
1797 <dd>
1799 Shows available information about this module.
1800 </p>
1801 </dd>
1802 <dt class="hdlist1">
1803 [<em>list</em>]
1804 </dt>
1805 <dd>
1807 Lists modules in a format: [modulename] [reference count] ([Manually/Automatically loaded]) [any extra info, like version or dependencies]
1808 </p>
1809 </dd>
1810 </dl></div>
1811 </dd>
1812 <dt class="hdlist1">
1813 /move [groupname]
1814 </dt>
1815 <dd>
1817 Move the current buddy to the requested group. If no group is specified, then the buddy is moved to the default group. If the group "groupname" doesn&#8217;t exist, it is created.<br />
1818 Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy.
1819 </p>
1820 </dd>
1821 <dt class="hdlist1">
1822 /msay begin|verbatim|send|send_to|toggle|toggle_verbatim|abort
1823 </dt>
1824 <dd>
1826 Send a multi-line message. To write a single message with several lines, the <em>multi-line mode</em> should be used.<br />
1827 In multi-line mode, each line (except command lines) typed in the input line will be added to the multi-line message. Once the message is finished, it can be sent to the current selected buddy with the "/msay send" command.<br />
1828 The <em>begin</em> subcommand enables multi-line mode. Note that it allows a message subject to be specified.<br />
1829 The <em>verbatim</em> multi-line mode disables commands, so that it is possible to enter lines starting with a slash. Only the "/msay" command (with send or abort parameters) can be used to exit verbatim mode.<br />
1830 The <em>toggle</em> subcommand can be bound to a key to use the multi-line mode quickly (for example, "bind M13 = msay toggle" to switch using the Meta-Enter combination).
1831 </p>
1832 <div class="dlist"><dl>
1833 <dt class="hdlist1">
1834 <em>begin</em> [subject]
1835 </dt>
1836 <dd>
1838 Enter multi-line mode
1839 </p>
1840 </dd>
1841 <dt class="hdlist1">
1842 <em>verbatim</em>
1843 </dt>
1844 <dd>
1846 Enter verbatim multi-line mode
1847 </p>
1848 </dd>
1849 <dt class="hdlist1">
1850 <em>send</em> [-n|-h]
1851 </dt>
1852 <dd>
1854 Send the current multi-line message to the currently selected buddy
1855 </p>
1856 </dd>
1857 <dt class="hdlist1">
1858 <em>send_to</em> [-n|-h] jid
1859 </dt>
1860 <dd>
1862 Send the current multi-line message to "jid"
1863 </p>
1864 </dd>
1865 <dt class="hdlist1">
1866 <em>toggle</em>|<em>toggle_verbatim</em>
1867 </dt>
1868 <dd>
1870 Switch to/from multi-line mode (begin/send)
1871 </p>
1872 </dd>
1873 <dt class="hdlist1">
1874 <em>abort</em>
1875 </dt>
1876 <dd>
1878 Leave multi-line mode without sending the message
1879 </p>
1880 <div class="literalblock">
1881 <div class="content">
1882 <pre><tt>The -n or -h flags turn the message to "normal" or "headline" accordingly, as opposed to default "chat" message.</tt></pre>
1883 </div></div>
1884 </dd>
1885 </dl></div>
1886 </dd>
1887 <dt class="hdlist1">
1888 /otr key
1889 </dt>
1890 <dt class="hdlist1">
1891 /otr start|stop|info [jid]
1892 </dt>
1893 <dt class="hdlist1">
1894 /otr fingerprint [jid [fpr]]
1895 </dt>
1896 <dt class="hdlist1">
1897 /otr smpq|smpr [jid] secret
1898 </dt>
1899 <dt class="hdlist1">
1900 /otr smpa [jid]
1901 </dt>
1902 <dd>
1904 You can use the shortcut-jid "." for the currently selected contact.
1905 </p>
1906 <div class="dlist"><dl>
1907 <dt class="hdlist1">
1908 <em>key</em>
1909 </dt>
1910 <dd>
1912 Print the fingerprint of your private key to the Status Buffer
1913 </p>
1914 </dd>
1915 <dt class="hdlist1">
1916 <em>start</em> [jid]
1917 </dt>
1918 <dd>
1920 Open an OTR channel to the specified jid (or the currently selected contact)
1921 </p>
1922 </dd>
1923 <dt class="hdlist1">
1924 <em>stop</em> [jid]
1925 </dt>
1926 <dd>
1928 Close the OTR channel to the specified jid (or the currently selected contact)
1929 </p>
1930 </dd>
1931 <dt class="hdlist1">
1932 <em>info</em> [jid]
1933 </dt>
1934 <dd>
1936 Show current OTR status for the specified jid (or the currently selected contact)
1937 </p>
1938 </dd>
1939 <dt class="hdlist1">
1940 <em>fingerprint</em> [jid [fpr]]
1941 </dt>
1942 <dd>
1944 Show the active fingerprint of an OTR channel. If the fingerprint is provided instead of "fpr", the fingerprint will become trusted. If you replace "fpr" by some bogus string the fingerprint will loose the trusted status.
1945 </p>
1946 </dd>
1947 <dt class="hdlist1">
1948 <em>smpq</em> [jid] secret
1949 </dt>
1950 <dd>
1952 Initiate the Socialist Millionaires Protocol with the secret and the buddy
1953 </p>
1954 </dd>
1955 <dt class="hdlist1">
1956 <em>smpr</em> [jid] secret
1957 </dt>
1958 <dd>
1960 Respond to the Initiation of the jid with the secret
1961 </p>
1962 </dd>
1963 <dt class="hdlist1">
1964 <em>smpa</em> [jid]
1965 </dt>
1966 <dd>
1968 Abort the running Socialist Millionaires Protocol
1969 </p>
1970 </dd>
1971 </dl></div>
1972 </dd>
1973 <dt class="hdlist1">
1974 /otrpolicy
1975 </dt>
1976 <dt class="hdlist1">
1977 /otrpolicy (default|jid) (plain|manual|opportunistic|always)
1978 </dt>
1979 <dd>
1981 You can use the shortcut-jid "." for the currently selected contact.
1982 </p>
1983 <div class="dlist"><dl>
1984 <dt class="hdlist1">
1985 (without arguments)
1986 </dt>
1987 <dd>
1989 Prints all OTR policies to the status buffer
1990 </p>
1991 </dd>
1992 <dt class="hdlist1">
1993 (<em>default</em>|<em>jid</em>) (plain|manual|opportunistic|always)
1994 </dt>
1995 <dd>
1997 Sets either the default policy or the policy for the given jid The plain policy should never be used, because you won&#8217;t be able to receive or send any OTR encrypted messages. If you set the policy to manual, you or your chat partner have to start the OTR encryption by hand (e.g. with /otr start). The policy "opportunistic" does that itself by sending a special whitespace-sequence at the end of unencrypted messages. So the other OTR-enabled chat client knows, that you want to use OTR. Note that the first message will always be unencryted, if you use this policy. With the policy "always" no message will be sent in plain text. If you try to sent the first message unencrypted, mcabber will try to establish an OTR channel. Please resend your message, when you get the information that the channel was established. If someone sends you plaintext messages while the policy is set to "always", you&#8217;ll be able to read the message but it won&#8217;t be saved to the history.
1998 </p>
1999 </dd>
2000 </dl></div>
2001 </dd>
2002 <dt class="hdlist1">
2003 /pgp disable|enable|force|info [jid]
2004 </dt>
2005 <dt class="hdlist1">
2006 /pgp setkey [jid [key]]
2007 </dt>
2008 <dd>
2010 This command manipulates PGP settings for the specified jid (by default the currently selected contact).<br />
2011 Please note that PGP encryption won&#8217;t be used if no remote PGP support is detected, even if PGP is enabled with this command. You can force PGP encryption with the "force" subcommand.
2012 </p>
2013 <div class="dlist"><dl>
2014 <dt class="hdlist1">
2015 <em>disable</em> [jid]
2016 </dt>
2017 <dd>
2019 Disable PGP encryption for jid (or the currently selected contact)
2020 </p>
2021 </dd>
2022 <dt class="hdlist1">
2023 <em>enable</em> [jid]
2024 </dt>
2025 <dd>
2027 Enable PGP encryption for jid (or the currently selected contact)
2028 </p>
2029 </dd>
2030 <dt class="hdlist1">
2031 <em style="color:+|-;">force</em> [jid]
2032 </dt>
2033 <dd>
2035 Enforce PGP encryption, even for offline messages, and always assume the recipient has PGP support. If a message can&#8217;t be encrypted (missing key or key id), the messages won&#8217;t be sent at all. This option is ignored when PGP is disabled.
2036 </p>
2037 </dd>
2038 <dt class="hdlist1">
2039 <em>info</em> [jid]
2040 </dt>
2041 <dd>
2043 Show current PGP settings for the contact
2044 </p>
2045 </dd>
2046 <dt class="hdlist1">
2047 <em>setkey</em> [jid [key]]
2048 </dt>
2049 <dd>
2051 Set the PGP key to be used to encrypt message for this contact. If no key is provided, the current key is erased. You can use the shortcut-jid "." for the currently selected contact.
2052 </p>
2053 </dd>
2054 </dl></div>
2055 </dd>
2056 <dt class="hdlist1">
2057 /quit
2058 </dt>
2059 <dd>
2061 This command closes all connections and quit mcabber.
2062 </p>
2063 </dd>
2064 <dt class="hdlist1">
2065 /rawxml send string
2066 </dt>
2067 <dd>
2069 Send "string" (raw XML format) to the Jabber server.<br />
2070 No check is done on the string provided.<br />
2071 BEWARE!
2072 Use this only if you know what you are doing, or you could terminate the connection.<br />
2073 Example: "/rawxml send &lt;presence&gt;&lt;show&gt;away&lt;/show&gt;&lt;/presence&gt;"
2074 </p>
2075 </dd>
2076 <dt class="hdlist1">
2077 /rename name
2078 </dt>
2079 <dd>
2081 Rename the current buddy or group to the given "name". If "name" is -, the name is removed from the roster (and mcabber will display the JID or username).
2082 </p>
2083 </dd>
2084 <dt class="hdlist1">
2085 /request last|ping|time|vcard|version [jid]
2086 </dt>
2087 <dd>
2089 Send a "IQ" query to the current buddy, or to the specified Jabber user. If the resource is not provided with the jid, mcabber will send the query to all known resources for this user.
2090 </p>
2091 <div class="dlist"><dl>
2092 <dt class="hdlist1">
2093 <em>last</em>
2094 </dt>
2095 <dd>
2097 Request "last" information (usually idle time)
2098 </p>
2099 </dd>
2100 <dt class="hdlist1">
2101 <em>ping</em>
2102 </dt>
2103 <dd>
2105 Send an XMPP Ping request. Note that you should use the full JID since a ping sent to a bare JID will be handled by the server.
2106 </p>
2107 </dd>
2108 <dt class="hdlist1">
2109 <em>time</em>
2110 </dt>
2111 <dd>
2113 Request time from the buddy
2114 </p>
2115 </dd>
2116 <dt class="hdlist1">
2117 <em>vcard</em>
2118 </dt>
2119 <dd>
2121 Request VCard from the buddy
2122 </p>
2123 </dd>
2124 <dt class="hdlist1">
2125 <em>version</em>
2126 </dt>
2127 <dd>
2129 Request version from the buddy
2130 </p>
2131 </dd>
2132 </dl></div>
2133 </dd>
2134 <dt class="hdlist1">
2135 /room join|leave|names|nick|remove|topic|unlock|destroy
2136 </dt>
2137 <dt class="hdlist1">
2138 /room privmsg|invite|whois|kick|ban|unban|role|affil
2139 </dt>
2140 <dt class="hdlist1">
2141 /room setopt print_status|auto_whois [value]
2142 </dt>
2143 <dt class="hdlist1">
2144 /room bookmark [add|del] [-autojoin|+autojoin] [-|nick]
2145 </dt>
2146 <dd>
2148 The <em>room</em> command handles Multi-User Chat room actions.
2149 </p>
2150 <div class="dlist"><dl>
2151 <dt class="hdlist1">
2152 <em>join</em> [room [nick [pass]]]
2153 </dt>
2154 <dd>
2156 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.
2157 </p>
2158 </dd>
2159 <dt class="hdlist1">
2160 <em>leave</em> [message]
2161 </dt>
2162 <dd>
2164 Leave the current room
2165 </p>
2166 </dd>
2167 <dt class="hdlist1">
2168 <em>names</em> [--detail|--short|--quiet|--compact]
2169 </dt>
2170 <dd>
2172 Display members of the current room
2173 </p>
2174 </dd>
2175 <dt class="hdlist1">
2176 <em>nick</em> newnick
2177 </dt>
2178 <dd>
2180 Change your nickname in the current room
2181 </p>
2182 </dd>
2183 <dt class="hdlist1">
2184 <em>privmsg</em> nick msg
2185 </dt>
2186 <dd>
2188 Send private message "msg" to "nick"
2189 </p>
2190 </dd>
2191 <dt class="hdlist1">
2192 <em>remove</em>
2193 </dt>
2194 <dd>
2196 Remove the current room from the roster (you must have left this room before)
2197 </p>
2198 </dd>
2199 <dt class="hdlist1">
2200 <em>topic</em> -|newtopic
2201 </dt>
2202 <dd>
2204 Set topic for current room
2205 </p>
2206 </dd>
2207 <dt class="hdlist1">
2208 <em>unlock</em>
2209 </dt>
2210 <dd>
2212 Unlock current room (if you are the owner)
2213 </p>
2214 </dd>
2215 <dt class="hdlist1">
2216 <em>destroy</em> [reason]
2217 </dt>
2218 <dd>
2220 Destroy the current room (use with care!)
2221 </p>
2222 </dd>
2223 <dt class="hdlist1">
2224 <em>whois</em> nick
2225 </dt>
2226 <dd>
2228 Display MUC information about "nick"
2229 </p>
2230 </dd>
2231 <dt class="hdlist1">
2232 <em>ban</em> jid [reason]
2233 </dt>
2234 <dd>
2236 Ban jid from the current room
2237 </p>
2238 </dd>
2239 <dt class="hdlist1">
2240 <em>unban</em> jid
2241 </dt>
2242 <dd>
2244 Unban jid from the current room
2245 </p>
2246 </dd>
2247 <dt class="hdlist1">
2248 <em>invite</em> jid [reason]
2249 </dt>
2250 <dd>
2252 Invite jid to the current room
2253 </p>
2254 </dd>
2255 <dt class="hdlist1">
2256 <em>kick</em> nick [reason]
2257 </dt>
2258 <dd>
2260 Kick "nick" from the current room
2261 </p>
2262 </dd>
2263 <dt class="hdlist1">
2264 <em>role</em> jid role [reason]
2265 </dt>
2266 <dd>
2268 Change jid&#8217;s role (role can be "none", "visitor", "participant", "moderator")
2269 </p>
2270 </dd>
2271 <dt class="hdlist1">
2272 <em>affil</em> jid affil [reason]
2273 </dt>
2274 <dd>
2276 Change jid&#8217;s affiliation (affil can be "none", "member", "admin", "owner")
2277 </p>
2278 </dd>
2279 <dt class="hdlist1">
2280 <em>setopt</em> print_status|auto_whois [value]
2281 </dt>
2282 <dd>
2284 Change settings for the current room For print_status, the possible values are "default", "none", "in_and_out", "all". For auto_whois, the possible values are "default", "off", "on". When the value is "default", the options muc_print_status / muc_auto_whois is used.
2285 </p>
2286 </dd>
2287 <dt class="hdlist1">
2288 <em>bookmark</em> [add|del] [-autojoin|+autojoin] [-|nick]
2289 </dt>
2290 <dd>
2292 Add, remove or update a bookmark (default is add). If autojoin is set, mcabber will automatically join the MUC room when it connects to the server. To see the list of bookmarks, use /room bookmark in the status buffer.
2293 </p>
2294 </dd>
2295 </dl></div>
2296 </dd>
2297 <dt class="hdlist1">
2298 /roster bottom|top|up|down|group_prev|group_next
2299 </dt>
2300 <dt class="hdlist1">
2301 /roster alternate|unread_first|unread_next
2302 </dt>
2303 <dt class="hdlist1">
2304 /roster search bud
2305 </dt>
2306 <dt class="hdlist1">
2307 /roster display|hide_offline|show_offline|toggle_offline
2308 </dt>
2309 <dt class="hdlist1">
2310 /roster item_lock|item_unlock|item_toggle_lock
2311 </dt>
2312 <dt class="hdlist1">
2313 /roster hide|show|toggle
2314 </dt>
2315 <dt class="hdlist1">
2316 /roster note [-|text]
2317 </dt>
2318 <dd>
2320 The <em>roster</em> command manipulates the roster/buddylist.<br />
2321 Here are the available parameters:
2322 </p>
2323 <div class="dlist"><dl>
2324 <dt class="hdlist1">
2325 <em>bottom</em>
2326 </dt>
2327 <dd>
2329 Jump to the bottom of the roster
2330 </p>
2331 </dd>
2332 <dt class="hdlist1">
2333 <em>top</em>
2334 </dt>
2335 <dd>
2337 Jump to the top of the roster
2338 </p>
2339 </dd>
2340 <dt class="hdlist1">
2341 <em>up</em> [n]
2342 </dt>
2343 <dd>
2345 Move up [n lines] in the roster
2346 </p>
2347 </dd>
2348 <dt class="hdlist1">
2349 <em>down</em> [n]
2350 </dt>
2351 <dd>
2353 Move down [n lines] in the roster
2354 </p>
2355 </dd>
2356 <dt class="hdlist1">
2357 <em>group_prev</em>
2358 </dt>
2359 <dd>
2361 Jump to the previous group in the roster
2362 </p>
2363 </dd>
2364 <dt class="hdlist1">
2365 <em>group_next</em>
2366 </dt>
2367 <dd>
2369 Jump to the next group in the roster
2370 </p>
2371 </dd>
2372 <dt class="hdlist1">
2373 <em>alternate</em>
2374 </dt>
2375 <dd>
2377 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_next" (Ctrl-q).
2378 </p>
2379 </dd>
2380 <dt class="hdlist1">
2381 <em>unread_first</em>
2382 </dt>
2383 <dd>
2385 Jump to the first unread message
2386 </p>
2387 </dd>
2388 <dt class="hdlist1">
2389 <em>unread_next</em>
2390 </dt>
2391 <dd>
2393 Jump to the next unread message
2394 </p>
2395 </dd>
2396 <dt class="hdlist1">
2397 <em>search</em> bud
2398 </dt>
2399 <dd>
2401 Search for a buddy with a name or jid containing "bud" (only in the displayed buddylist)
2402 </p>
2403 </dd>
2404 <dt class="hdlist1">
2405 <em>display</em> [mask]
2406 </dt>
2407 <dd>
2409 See or update the roster filter. The mask should contain the shortcut letters of the status you want to see ([o]nline, [f]ree_for_chat, [d]o_not_disturb, [n]ot_available, [a]way, [_]offline). For example "ofdna" to display only connected buddies.
2410 </p>
2411 </dd>
2412 <dt class="hdlist1">
2413 <em>hide_offline</em>
2414 </dt>
2415 <dd>
2417 Hide offline buddies (same as /roster display ofdna)
2418 </p>
2419 </dd>
2420 <dt class="hdlist1">
2421 <em>show_offline</em>
2422 </dt>
2423 <dd>
2425 Show offline buddies (same as /roster display ofdna_)
2426 </p>
2427 </dd>
2428 <dt class="hdlist1">
2429 <em>toggle_offline</em>
2430 </dt>
2431 <dd>
2433 Toggle display of offline buddies
2434 </p>
2435 </dd>
2436 <dt class="hdlist1">
2437 <em>item_lock</em> [jid]
2438 </dt>
2439 <dd>
2441 Lock the roster item so it remains visible regardless of its status
2442 </p>
2443 </dd>
2444 <dt class="hdlist1">
2445 <em>item_unlock</em> [jid]
2446 </dt>
2447 <dd>
2449 Undo the effects of item_lock
2450 </p>
2451 </dd>
2452 <dt class="hdlist1">
2453 <em>item_toggle_lock</em> [jid]
2454 </dt>
2455 <dd>
2457 Invert the current lock flag
2458 </p>
2459 </dd>
2460 <dt class="hdlist1">
2461 <em>hide</em>
2462 </dt>
2463 <dd>
2465 Hide roster (full-width chat window)
2466 </p>
2467 </dd>
2468 <dt class="hdlist1">
2469 <em>show</em>
2470 </dt>
2471 <dd>
2473 Show roster
2474 </p>
2475 </dd>
2476 <dt class="hdlist1">
2477 <em>toggle</em>
2478 </dt>
2479 <dd>
2481 Toggle roster visibility
2482 </p>
2483 </dd>
2484 <dt class="hdlist1">
2485 <em>note</em> [-|text]
2486 </dt>
2487 <dd>
2489 Set/update/delete an annotation. If there is no text, the current item&#8217;s annotation is displayed&#8201;&#8212;&#8201;if you are in the status buffer, all notes are displayed. If text is "-", the note is erased.
2490 </p>
2491 </dd>
2492 </dl></div>
2493 </dd>
2494 <dt class="hdlist1">
2495 /say [-n|-h|--] text
2496 </dt>
2497 <dd>
2499 Send the "text" message to the currently selected buddy. It can be useful if you want to send a message beginning with a slash, for example.<br />
2500 The "-n" flag turns the message to "normal" type, "-h" to "headline". "--" can be used to send chat message beginning with -n or -h.
2501 </p>
2502 </dd>
2503 <dt class="hdlist1">
2504 /say_to [-n|-h] [-q] [-f file] jid text
2505 </dt>
2506 <dd>
2508 Send the "text" message to the specified jid.<br />
2509 Please note that this command doesn&#8217;t set the default resource for a contact, so if you want to send several messages to a specific resource you will have to use "/say_to" for each message.<br />
2510 The "-n" flag turns the message to "normal" type, "-h" to "headline". "--" can be used to send chat messages beginning with -n or -h.<br />
2511 When "-q" is used, the message will be sent in the background and will not change the current active window.<br />
2512 A text file can be provided with the "-f" switch (in which case there&#8217;s no need to pass a text argument after the jid, of course).
2513 </p>
2514 </dd>
2515 <dt class="hdlist1">
2516 /screen_refresh
2517 </dt>
2518 <dd>
2520 Refresh the mcabber screen.
2521 </p>
2522 </dd>
2523 <dt class="hdlist1">
2524 /set option [= value]
2525 </dt>
2526 <dd>
2528 Display or set an option value.
2529 </p>
2530 </dd>
2531 <dt class="hdlist1">
2532 /source pattern
2533 </dt>
2534 <dd>
2536 Read configuration files, that match glob pattern (sorted in alphabetical order).
2537 </p>
2538 </dd>
2539 <dt class="hdlist1">
2540 /status [online|avail|invisible|free|dnd|notavail|away [-|statusmessage]]
2541 </dt>
2542 <dt class="hdlist1">
2543 /status message -|statusmessage
2544 </dt>
2545 <dd>
2547 Show or set the current status.<br />
2548 If no status is specified, display the current status.<br />
2549 If a status message is specified, it will overrride the message* variables (these variables can be set in the configuration file).<br />
2550 If no relevant message* variable is set and no status message provided, the current status message is kept.<br />
2551 If StatusMessage is "-", the current status message is cleared.<br />
2552 With the "/status message" command, mcabber will update the message while preserving the status.
2553 </p>
2554 </dd>
2555 <dt class="hdlist1">
2556 /status_to jid online|avail|invisible|free|dnd|notavail|away [statusmessage]
2557 </dt>
2558 <dt class="hdlist1">
2559 /status_to jid message statusmessage
2560 </dt>
2561 <dd>
2563 Send the requested status to the specified Jabber user.<br />
2564 If the specified jid is ".", the current buddy is used.<br />
2565 Note: this status will be overridden by subsequent "/status" commands. If you are using the auto-away feature, the status will overridden too.<br />
2566 Note: The jid can include a resource (i.e. user@server/resource).
2567 </p>
2568 </dd>
2569 <dt class="hdlist1">
2570 /version
2571 </dt>
2572 <dd>
2574 Display current version of mcabber.
2575 </p>
2576 </dd>
2577 </dl></div>
2578 </div>
2579 <h2 id="_configuration_file">CONFIGURATION FILE</h2>
2580 <div class="sectionbody">
2581 <div class="paragraph"><p>See the provided sample configuration file, which should be self-documenting.</p></div>
2582 </div>
2583 <h2 id="_files">FILES</h2>
2584 <div class="sectionbody">
2585 <div class="paragraph"><p>The following files can be used by <tt>mcabber(1)</tt>:</p></div>
2586 <div class="literalblock">
2587 <div class="content">
2588 <pre><tt>$HOME/.mcabber/mcabberrc Default configuration file
2589 $HOME/.mcabberrc Configuration file used if no other has been found
2590 $HOME/.mcabber/histo/ Default directory for storing chat history files, if enabled
2591 /usr/share/mcabber/help/ Default directory for online help files
2592 /usr/lib/mcabber/ Default directory for modules</tt></pre>
2593 </div></div>
2594 </div>
2595 <h2 id="_bugs">BUGS</h2>
2596 <div class="sectionbody">
2597 <div class="paragraph"><p>Certainly. Please tell me if you find one! :-)<br />
2598 Please visit our website to find out about the MUC room and the bug tracker.</p></div>
2599 </div>
2600 <h2 id="_author">AUTHOR</h2>
2601 <div class="sectionbody">
2602 <div class="paragraph"><p>Written by <a href="mailto:mikael@lilotux.net">Mikael BERTHE</a> and others
2603 (see AUTHORS file).<br /></p></div>
2604 </div>
2605 <h2 id="_resources">RESOURCES</h2>
2606 <div class="sectionbody">
2607 <div class="paragraph"><p><a href="http://mcabber.com/">Main web site</a></p></div>
2608 </div>
2609 <h2 id="_copying">COPYING</h2>
2610 <div class="sectionbody">
2611 <div class="paragraph"><p>Copyright (C) 2005-2010 Mikael Berthe and others.<br /></p></div>
2612 <div class="paragraph"><p>Free use of this software is granted under the terms of the GNU General Public
2613 License (GPL).</p></div>
2614 </div>
2615 </div>
2616 <div id="footnotes"><hr /></div>
2617 <div id="footer">
2618 <div id="footer-text">
2619 Version 0.10.0-dev<br />
2620 Last updated 2010-03-13 17:43:30 CEST
2621 </div>
2622 </div>
2623 </body>
2624 </html>