Änderungen

Zur Navigation springen Zur Suche springen
960 Bytes hinzugefügt ,  10:40, 20. Okt. 2009
→‎Installation: icq-transport + muckl
Zeile 17: Zeile 17:  
Das Kennwort für das Administratorkonto:
 
Das Kennwort für das Administratorkonto:
 
Um Wildwuchs zu vermeiden wird dass Systempasswort von root verwendet, was weder nötig, noch schlau ist.
 
Um Wildwuchs zu vermeiden wird dass Systempasswort von root verwendet, was weder nötig, noch schlau ist.
 +
 +
==ICQ-Transport==
 +
# Installation pyicqt via apt-get
 +
# Eintrag in ejabberd.cfg:
 +
::%% Jabber ICQ Transport
 +
::{5347, ejabberd_service, [
 +
:::%%  {ip, {127, 0, 0, 1}},
 +
:::{access, all},
 +
:::{shaper_rule, fast},
 +
:::{hosts, ["icq.weimarnetz.de"],
 +
:::[{password, "*************"}]}
 +
::]},
 +
# Konfiguration pyicqt in /etc/pyicqt.conf.xml
 +
 +
==Jabber im Browser==
 +
# Installation MUCkl via Download in /var/www/muckl
 +
# Konfiguration über /var/www/muckl/config.js
 +
## wichtig: BACKENDTYPE auf Binding, damit das ganze mit Firefox, Safari, Opera etc. gelingt
 +
## muckl-User einrichten, auth-type anonymous, später auf SASL
 +
# Konfiguration ejabberd.cfg:
 +
::{5280, ejabberd_http, [
 +
:::                        {request_handlers, [
 +
:::                        {["web"], mod_http_fileserver}
 +
:::                              ]},
 +
:::                        http_bind,
 +
:::                        http_poll,
 +
:::                        web_admin
 +
:::                        ]}
 +
:: ]}.
    
==ToDo==
 
==ToDo==

Navigationsmenü