|
Documentation
jablit documentation
Installation$ sudo python setup.py install Library dependency:
ConfigurationConfiguration 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"
}Commandslist
exampletext 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 jablitIf you didn't install jablit using the setup.py script: $ python jablit/main.py If you did: $ jablit |
Sign in to add a comment
Somebody plz tell me how to make jabit work with a proxy server.