blob: 81ee68bb09cd3d2466bde4eb87fd361d79ebd077 (
plain)
1
2
3
4
5
6
7
|
This is Alias server written in python. It depends on SleekXMPP library :
git clone git://github.com/fritzy/SleekXMPP.git
cd SleekXMPP/
sudo python setup.py install
Make sure sleekxmpp is in your pythonpath before starting the server.
|