biboumi - XMPP gateway to connect to IRC servers

aptitude install biboumi

Konfiguration

cp /usr/share/doc/biboumi/examples/example.conf /etc/biboumi/biboumi.cfg

hostname=biboumi.domain.tld
password=12345678
xmpp_server_ip=127.0.0.1
port=5347
admin=admin@jabber.domain.tld
realname_customization=true
realname_from_jid=false
log_file=/tmp/xmpp.log
ca_file=
outgoing_bind=

Verzeichnis touch /var/lib/biboumi/.config/biboumi/ anlegen mit Rechten für _biboumi.

In der Datei /etc/prosody/conf.d/localhost.cfg.lua folgendes Eintragen:

VirtualHost "localhost"
Component "biboumi.domain.tld"
         component_secret = "12345678"

Man kann jetzt via XMPP einen IRC Channel betreten:

#ircchannel%irc.network.tld@biboumi.domain.tld


CategoryXmpp