Jabbercli Is not Graphical
JIG 
by Rick <jeebusroxors@gmail.com>

A simple, lightweight console jabber client (a la bsflite). I'm using curses (can't get the 
damn term codes to work), but there will not be any fancy windows/pads/curses graphics.

  Copying
-----------
 "THE BEER-WARE LICENSE" (Revision 42):
 Rick Rein <jeebusroxors@gmail.com> wrote this file. As long as you retain 
 this notice you can do whatever you want with this stuff. If we meet some day, 
 and you think this stuff is worth it, you can buy me a beer in return Rick Rein

  Depends
-----------

xmpppy - http://xmpppy.sourceforge.net/
dnspython/pydns

  Usage
----------

*Please note, I'm still adding features*

For now, you need to manually create ~/.jigrc
Inside add the following:

jid = jeebusroxors@isawsome.net
passwored = YOURPASSWORD

Then run jig.py. 

  Inside jig
---------------
	m username@server.org some text here
		send username@server.org 'some text here'

	m 2 some text here
	    send JID 2 from the roster 'some text here'

	r some text here
		send the last incoming or last outgoing JID 'some text here' 
	w
		display roster
	
	h
		display help

	q!
		quit


Submit bugs/feature requests to http://jig.isawsome.net/tracker

