Outils pour utilisateurs

Outils du site


informatique:linux:ejabberd

Ceci est une ancienne révision du document !


Ejabberd

Ce tutoriel permet d'installer un serveur jabber (ejabberd) disposant d'une interface web pour tchatter (jwchat)

Installer Ejabberd :

apt-get install ejabberd

Télécharger jwchat depuis http://blog.jwchat.org/jwchat/ et décompressez là dans le répertoire des pages html de votre serveur apache

cd /var/www/htdocs/
tar xzf jwchat-1.0.tar.gz
mv jwchat-1.0 jwchat

Editer et configurer votre fichier de configuration apache en ajoutant les lignes suivantes :

AddDefaultCharset UTF-8
Options +MultiViews
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule http-poll/ http://localhost:5280/http-poll/ [P]
</IfModule>
informatique/linux/ejabberd.1241445632.txt.gz · Dernière modification: 2018/09/06 19:00 (modification externe)