jig is a command-line Jabber client. The UI is modeled after bsflite. It will be kept as simple as possible, while maintaining as many features as possible (GPG encryption, file transfers, etc).
Usage:
Create ~/.jigrc
Inside the following are manditory:
jid = jeebusroxors@isawsome.net
Optional:
password = YOURPASSWORD
incomingWav = /home/user/sound.wav
if password is set, you won't be prompted
Developer comments
The incoming wav file will be played upon recipt of a message. Please do not use ~ to represent your home. I've included 'beep-06.wav' (which sounds a lot like an asterisk conference sound) if you don't feel like searching around.
If your custom wav sounds odd, the format is hardcoded as a Signed 16 bit Little Endian (AFMT_S16_LE). If anyone knows how I can find this value out when the file is loaded please let me know.
Then run jig.py.
Product's homepage
Requirements:
· Ncurses
· Xmpppy
· PyDNS
· Python