mcabber/doc/mcabber.1.txt
changeset 1242 b335d30881bd
parent 1233 19d95608b4fe
child 1248 03447ed1115d
equal deleted inserted replaced
1241:3a4018f18bdf 1242:b335d30881bd
     1 MCABBER(1)
     1 MCABBER(1)
     2 ===========
     2 ===========
     3 Mikael BERTHE <mcabber@lilotux.net>
     3 Mikael BERTHE <mcabber@lilotux.net>
     4 v0.9.3-dev, February 2007
     4 v0.9.3-dev, June 2007
     5 
     5 
     6 NAME
     6 NAME
     7 ----
     7 ----
     8 mcabber - a simple Jabber console client
     8 mcabber - a simple Jabber console client
     9 
     9 
   154         '#[o] John';;     John is online, can see your status, and sent you a message that you did not read yet
   154         '#[o] John';;     John is online, can see your status, and sent you a message that you did not read yet
   155         ' \{?\} Sally';;  Neither you nor Sally have authorized each other to see your online status
   155         ' \{?\} Sally';;  Neither you nor Sally have authorized each other to see your online status
   156         ' \{a\} Jane';;   Jane is away, but she cannot see your online status
   156         ' \{a\} Jane';;   Jane is away, but she cannot see your online status
   157         '#[C] x@y.c';;    You are participating in x@y.c conference room, and there are unread messages
   157         '#[C] x@y.c';;    You are participating in x@y.c conference room, and there are unread messages
   158 
   158 
       
   159 COMMANDS
       
   160 --------
       
   161 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. +
       
   162 You will find an overview of the `mcabber` commands in this manual.
       
   163 
   159 COMMANDS RELATED TO MCABBER
   164 COMMANDS RELATED TO MCABBER
   160 ---------------------------
   165 ---------------------------
   161 /alias [name [= command line]]::
   166 /alias [name [= command line]]::
   162         Add "name" as an alias for "command line". +
   167         Add "name" as an alias for "command line". +
   163         Aliases are expanded only once, thus they can not be chained. +
   168         Aliases are expanded only once, thus they can not be chained. +
   205 /help [command]::
   210 /help [command]::
   206         Display generic help or help about a specific mcabber command.
   211         Display generic help or help about a specific mcabber command.
   207 
   212 
   208 /quit::
   213 /quit::
   209         Disconnect and leave `mcabber(1)`.
   214         Disconnect and leave `mcabber(1)`.
       
   215 
       
   216 /set option[=value]::
       
   217         Display or set an option value.
       
   218 
       
   219 /source [file]::
       
   220         Read a configuration file.
   210 
   221 
   211 /version::
   222 /version::
   212         Display mcabber version
   223         Display mcabber version
   213 
   224 
   214 COMMANDS RELATED TO THE SERVER AND CONNECTION
   225 COMMANDS RELATED TO THE SERVER AND CONNECTION
   298         'send_to' jid;;     send the current multi-line message to "jid"
   309         'send_to' jid;;     send the current multi-line message to "jid"
   299         'toggle';;          switch to/from multi-line mode (begin/send)
   310         'toggle';;          switch to/from multi-line mode (begin/send)
   300         'toggle_verbatim';; same with verbatim multi-line mode
   311         'toggle_verbatim';; same with verbatim multi-line mode
   301         'abort';;           leave multi-line mode without sending the message
   312         'abort';;           leave multi-line mode without sending the message
   302 
   313 
   303 /pgp disable|enable|info [jid]::
   314 /pgp disable|enable|force|info [jid]::
   304 /pgp setkey [jid [key]]::
   315 /pgp setkey [jid [key]]::
   305         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.
   316         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.
   306 
   317 
   307         'disable' [jid];;   disable PGP encryption for jid (or the currently selected contact)
   318         'disable' [jid];;   disable PGP encryption for jid (or the currently selected contact)
   308         'enable' [jid];;    enable PGP encryption for jid (or the currently selected contact)
   319         'enable' [jid];;    enable PGP encryption for jid (or the currently selected contact)
       
   320         [-]'force' [jid];;  enforce PGP encryption, even for offline messages, and always assume the recipient has PGP support
   309         'info' [jid];;      show current PGP settings for the contact
   321         'info' [jid];;      show current PGP settings for the contact
   310         '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.
   322         '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.
   311 
   323 
   312 /rename name::
   324 /rename name::
   313         Rename current buddy or group to the given name.
   325         Rename current buddy or group to the given name.
   423 ---------
   435 ---------
   424 http://www.lilotux.net/~mikael/mcabber/[Main web site]
   436 http://www.lilotux.net/~mikael/mcabber/[Main web site]
   425 
   437 
   426 COPYING
   438 COPYING
   427 -------
   439 -------
   428 Copyright \(C) 2005, 2006 Mikael Berthe. +
   440 Copyright \(C) 2005, 2006, 2007 Mikael Berthe. +
   429 Some portions are Copyright \(C) 2002-2004 mailto:cabber@ajmacias.com[].
   441 Some portions are Copyright \(C) 2002-2004 mailto:cabber@ajmacias.com[].
   430 
   442 
   431 Free use of this software is granted under the terms of the GNU General Public
   443 Free use of this software is granted under the terms of the GNU General Public
   432 License (GPL).
   444 License (GPL).
   433 
   445