0b4320a196
The component example now actually uses a config.xml file for its connection information, and to initialize a roster.
12 lines
207 B
Text
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]
|