ich hab mir mal auf Woody den Jabber Server 1.4.2 (mit apt-get) aufgesetzt um in einem Localen Netzwerk zu Chatten.
Der Server läuft auch soweit, so getestet:
Code: Alles auswählen
#
Open a separate console window on the same machine and type telnet localhost 5222 to connect to your server (yes, you can connect using simple old telnet!). You should see the following:
Trying 127.0.0.1...
Connected to your-machine-name.
Escape character is '^]'.
#
Now open an XML stream to your server by pasting the full text of the following XML snippet into your telnet window:
<stream:stream
to='localhost'
xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams'>
You should immediately receive a reply from your server:
<?xml version='1.0'?> <stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='some-random-id' xmlns='jabber:client' from='localhost'>
Congratulations! Your Jabber server is working.
Code: Alles auswählen
There was an error communicating with the Jabber server.
Details: XMPP Stream Error: Generic stream error
im der Logdatei zu Jabber steht dann :
Code: Alles auswählen
20040709T14:40:47: [notice] (paladin): bouncing a routed packet to rainer@paladin from 14@c2s/8109D18: Internal Delivery Error
Ich hoffe mir kann einer helfen. 1000 Dank