comparison mcabber/doc/mcabber.1.txt @ 1096:3d92e648a8db

Update manpage
author Mikael Berthe <mikael@lilotux.net>
date Sat, 09 Dec 2006 11:42:14 +0100
parents 5e2e647e781b
children f64af9258f3c
comparison
equal deleted inserted replaced
1095:8188037a9e2a 1096:3d92e648a8db
1 MCABBER(1) 1 MCABBER(1)
2 =========== 2 ===========
3 Mikael BERTHE <mcabber@lilotux.net> 3 Mikael BERTHE <mcabber@lilotux.net>
4 v0.8.4-dev, November 2006 4 v0.9.0-dev, December 2006
5 5
6 NAME 6 NAME
7 ---- 7 ----
8 mcabber - a simple Jabber console client 8 mcabber - a simple Jabber console client
9 9
106 Ctrl-w:: Backward kill word 106 Ctrl-w:: Backward kill word
107 Ctrl-t:: Transpose chars 107 Ctrl-t:: Transpose chars
108 Ctrl-o:: Accept line and put the next history line in the input line (accept-line-and-down-history) 108 Ctrl-o:: Accept line and put the next history line in the input line (accept-line-and-down-history)
109 Ctrl-q:: Jump to the next unread message 109 Ctrl-q:: Jump to the next unread message
110 110
111 Additional key bindings may be specified using the /bind command described 111 Additional key bindings may be specified using the '/bind' command described
112 in the COMMANDS section. 112 in the COMMANDS section.
113 113
114 MCABBER'S ROSTER 114 MCABBER'S ROSTER
115 ---------------- 115 ----------------
116 The first listed resource on the roster is '[status]', which keeps a log of 116 The first listed resource on the roster is '[status]', which keeps a log of
295 'send';; send the current multi-line message to the currently selected buddy 295 'send';; send the current multi-line message to the currently selected buddy
296 'send_to' jid;; send the current multi-line message to "jid" 296 'send_to' jid;; send the current multi-line message to "jid"
297 'toggle';; switch to/from multi-line mode (begin/send) 297 'toggle';; switch to/from multi-line mode (begin/send)
298 'toggle_verbatim';; same with verbatim multi-line mode 298 'toggle_verbatim';; same with verbatim multi-line mode
299 'abort';; leave multi-line mode without sending the message 299 'abort';; leave multi-line mode without sending the message
300
301 /pgp disable|enable|info [jid]::
302 /pgp setkey [jid [key]]::
303 Manipulate PGP settings for the specified jid (by default the currently selected contact). Please note that PGP encryption won't be used if no remote PGP support is detected, even if PGP is enabled with this command.
304
305 'disable' [jid];; disable PGP encryption for jid (or the currently selected contact)
306 'enable' [jid];; enable PGP encryption for jid (or the currently selected contact)
307 'info' [jid];; show current PGP settings for the contact
308 'setkey' [jid [key]];; 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.
300 309
301 /rename name:: 310 /rename name::
302 Rename current buddy or group to the given name. 311 Rename current buddy or group to the given name.
303 Please note that a group name change is only done when the server's 312 Please note that a group name change is only done when the server's
304 acknowledgment is received, so a slight delay can be noticed. 313 acknowledgment is received, so a slight delay can be noticed.
412 --------- 421 ---------
413 http://www.lilotux.net/~mikael/mcabber/[Main web site] 422 http://www.lilotux.net/~mikael/mcabber/[Main web site]
414 423
415 COPYING 424 COPYING
416 ------- 425 -------
417 Copyright (C) 2005, 2006 Mikael Berthe. + 426 Copyright \(C) 2005, 2006 Mikael Berthe. +
418 Some portions are Copyright (C) 2002-2004 mailto:cabber@ajmacias.com[]. 427 Some portions are Copyright \(C) 2002-2004 mailto:cabber@ajmacias.com[].
419 428
420 Free use of this software is granted under the terms of the GNU General Public 429 Free use of this software is granted under the terms of the GNU General Public
421 License (GPL). 430 License (GPL).
422 431