14 lines
		
	
	
		
			293 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			293 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Pre-requisites:
 | 
						|
- Python 3.4
 | 
						|
- Cython 0.22 and libidn, optionally (making JID faster by compiling the stringprep module)
 | 
						|
 | 
						|
Install:
 | 
						|
> python3 setup.py install
 | 
						|
 | 
						|
Root install:
 | 
						|
> sudo python3 setup.py install
 | 
						|
 | 
						|
To test:
 | 
						|
> cd examples
 | 
						|
> python3 echo_client.py -d -j [USER@example.com] -p [PASSWORD]
 |