Modified example to take JID and password on command line

This commit is contained in:
Joe Hildebrand
2010-07-20 11:33:43 -07:00
parent ca2c421e6c
commit 66e92c6c9f
2 changed files with 40 additions and 32 deletions

View File

@@ -6,3 +6,6 @@ python3 setup.py install
Root install:
sudo python3 setup.py install
To test:
python example.py -v -j [USER@example.com] -p [PASSWORD]