Jabber in Debian

Matlock

New Member
Hallo,
ich möchte auf mein Vserver ein Jabber Server installieren.
Ich weiss jedoch nicht wirklich wie ich den einrichte so das ich und andere sich dazu verbinden können z.B mit Pidgin.
(Bin eher Anfänger was Linuxserver angeht)

Installing Jabber in Debian

#apt-get install jabber

This will download and install jabber, jabber-common and any other packages your system might need. The server will be started automatically at this point, so we need to stop it and update the configuration to work with your host. To stop the server run

# /etc/init.d/jabber stop

Now we can look at the configuration files inside the directory /etc/jabber. The main thing that we need to setup is the hostname directive. The server itself is primarily configured via the XML file /etc/jabber/jabber.xml, but as a convience the startup script of the Debian package will make use of the file jabber.cfg as well, and this is where we'll set the name up. In a small office where you have your own DNS system it is useful to setup a hostname to refer to the system, this allows you to move machines without having to change any clients. We've used chat.my.company before for this purpse. In this case We are just using the hostname of the current machine. So edit the file /etc/jabber/jabber.cfg to have your hostname

JABBER_HOSTNAME (which is then passed to jabberd in the -h switch)
JABBER_HOSTNAME=chatserver.my.flat

Now we can start the server up

Ich habs soweit installiert , nur hab ich keine jabber.cfg:
/etc/jabber# ls
cacerts.pem dhparams.pem jabber.xml jabber.xml.dist

Wäre nett wenn mir einer helfen könnte.

mfg
 
@bibabu:

Code:
root@jabber:~# ls -alF /etc/ejabberd/ejabberd.cfg
-rw------- 1 ejabberd ejabberd 16936 Apr 23 09:08 /etc/ejabberd/ejabberd.cfg

ejabberd-Server habe ich vor wenigen Tagen erst aufgesetzt. Installier dir aber bitte einen auf Wheezy. Der Squeeze ist zu sehr verbuggt (viele Clients können einfach nicht connecten, z.B. wegen dem TLS-Auth-Path string)...

Kann Dir dann gerne meine Config zukommen lassen.
 
Hab ejabberd installiert, läuft soweit aber irgendwie kann ich mich nicht richig verbinden bzw hab zwar den Admin in die cfg eingetragen aber hab kein PW für den.
http://domain:5280/admin geht auch aber hab halt nur Login kein PW

Wenn ich versuche per Pidgin ein Account zu erstellen, schlägts fehl.
MOD: Bilder bitte immer als Anhang. Danke!

was mach ich falsch

PS: ist Squeeze

Kann Dir dann gerne meine Config zukommen lassen.
Das wäre nett und hilft mir evtl.

mfg
 

Attachments

  • jabber.jpg
    jabber.jpg
    101 KB · Views: 112
Last edited by a moderator:
PS: ist Squeeze


Das wäre nett und hilft mir evtl.

Meine Squeeze-Config funktionierte auf Wheezy nicht mehr. Hab's dann neu geschrieben. Meine Wheezy-Config funktionierte auf Squeeze dann aber auch nicht mehr.
Sorry :)
 
Vielen Dank , jetzt läufts.

dpkg-reconfigure ejabberd. Dort wird der admin eingerichtet
Das war die Lösung.



EDIT:
Jetzt läuft doch alles.

Thema erledigt.
 
Last edited by a moderator:
Back
Top