slixmpp/INSTALL
Lance Stout 0b4320a196 Updated the client and component examples.
The component example now actually uses a config.xml file for its
connection information, and to initialize a roster.
2010-09-01 18:18:30 -04:00

12 lines
207 B
Text

Pre-requisites:
- Python 3.1 or 2.6
Install:
> python3 setup.py install
Root install:
> sudo python3 setup.py install
To test:
> cd examples
> python echo_client.py -v -j [USER@example.com] -p [PASSWORD]