Title

Contents:

install

sudo apt-get install ejabberd
sudo ejabberdctl status
> The node ejabberd@hogetan is started with status: started
> ejabberd 2.1.5 is running in that node
sudo ejabberdctl register admin localhost <secret>
sudo ejabberdctl check_password admin localhost <hogehoge>
sudo vi /etc/ejabberd/ejabberd.cfg
> %% Admin user
< {acl, admin, {user, "", "localhost"}}.
> {acl, admin, {user, "admin", "localhost"}}.
sudo service ejabberd restart
# sudo ejabberdctl unregister  admin localhost
dpkg-reconfigure --force ejabberd

pythonから

easy_install xmpppy