Difference between revisions of "Tutorials Linux climm"

From WebOS Internals
Jump to navigation Jump to search
Line 2: Line 2:
 
Climm is a very simpleand portable Instant Messanger. It has been ported to various systems.  
 
Climm is a very simpleand portable Instant Messanger. It has been ported to various systems.  
 
To get a better overview take a closer look on the Climm Homepage <br>
 
To get a better overview take a closer look on the Climm Homepage <br>
[http://www.climm.org www.climm.org] <br>
+
[ <br>
 
Climm is supporting the ICQ and Jabber protocol.<br>
 
Climm is supporting the ICQ and Jabber protocol.<br>
  
Line 21: Line 21:
 
To send a message type <br>
 
To send a message type <br>
 
<code>msg Nickname Hello world</code><br>
 
<code>msg Nickname Hello world</code><br>
To write another message to the same friend use Tab (Sym+i).<br>
+
To write another message to the same friend use <code>a</code> .<br>
 
To find out who is online simply type <br><code>e</code> <br>
 
To find out who is online simply type <br><code>e</code> <br>
 
To quit type <br><code>q</code><br>
 
To quit type <br><code>q</code><br>

Revision as of 15:17, 5 November 2010

Command Line Instant Multi Messanger "climm"

Climm is a very simpleand portable Instant Messanger. It has been ported to various systems. To get a better overview take a closer look on the Climm Homepage
[
Climm is supporting the ICQ and Jabber protocol.


Installation

To use climm you need to have access to the command line (application:Terminal). Install it with
ipkg-opt install climm
sadly a missing dependency prevents climm from starting, so in the next step, you need to install libtasn1 with
ipkg-opt install libtasn1


Usage

Run climm by opening a Terminal and run
climm
On the first startup climm asks you about the details of your ICQ / Jabber accounts. The config file is located in ~/.climm/climmrc if you want to edit your details later.

Climm logs in automatic to your account and stores your password in the config file. To send a message type
msg Nickname Hello world
To write another message to the same friend use a .
To find out who is online simply type
e
To quit type
q
Please read the manual on The climm projects homepage to find out about more functions.

Climm.png

Known Issues

Climm sometimes shows just empty user lists. To fix this, type

  • type "optconnection obeysbl on wantsbl on"
  • type "contact upload"
  • type "save"
  • type "quit" and restart climm


have fun.