What's new? | Help | Directory | Sign in
Google
jablit
Ultra lightweight jabber client
  
  
  
  
    
Search
for
Updated Oct 23, 2007 by maxime.biais
Labels: documentation
Documentation  
jablit documentation

Installation

$ sudo python setup.py install

Library dependency:

Configuration

Configuration filename: $HOME/.jablit_config.py

A sample one:

jid = "romeo@gmail.com/jablit"
password = "juliet"
server = "talk.google.com"
port = 5223
aliases = {"juliet@gmail.com": "juju"}

Another example

jid = "romeo@jabber.org/jablit"
password = "juliet"
server = "jabber.org"
port = 5222
aliases = {
   "juliet@gmail.com": "juju",
   "gmail@gmail.com": "pouet"
}

Commands

list

example

text after # are documentation comments

> who
 o juju gmail.3893EA
> hide
> juliet@gmail.com: hello !
> juju: hello ! # same as above using the alias
> status # juliet sends you 2 messages, you don't know it yet
hidden
> printbuffer
juju => hi !
juju => how are you ?
> status
hidden
> juju: fine ! and you ?
> show
juju => fine thanks !
> who
 * juju gmail.3893EA # "*" behind the alias means the user is away

Run jablit

If you didn't install jablit using the setup.py script:

$ python jablit/main.py

If you did:

$ jablit

Sign in to add a comment