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