cannot connect to jabber.gmx.net

Bug #320528 reported by Oleksij Rempel
2
Affects Status Importance Assigned to Milestone
Kopete
Fix Released
Medium
Pidgin
Invalid
Undecided
Unassigned
pidgin (Ubuntu)
Invalid
Low
Unassigned

Bug Description

Binary package hint: pidgin

After some update on jaunty i can't connect to jabber.gmx.net . same vkonto working fine with pidgin on hardy

lsb_release -rd
Description: Ubuntu jaunty (development branch)
Release: 9.04

apt-cache policy pidgin
pidgin:
  Installiert: 1:2.5.3-0ubuntu2
  Kandidat: 1:2.5.3-0ubuntu2
  Versions-Tabelle:
 *** 1:2.5.3-0ubuntu2 0
        500 http://de.archive.ubuntu.com jaunty/main Packages
        100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/pidgin
Package: pidgin 1:2.5.3-0ubuntu2
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
Uname: Linux 2.6.29-rc2-next-20090123-slub x86_64

Tags: apport-bug
Revision history for this message
In , deleted (to-delete) wrote :

Version: (using Devel)
OS: Linux
Installed from: Compiled sources

I tried to connect to GMX's jabber server and got the information that this is a unknown host. A quick check with PSI showed me that the server works fine and only kopete isn't able to connect.
My current version of kopete is Version 0.60.82

Further investigations showed that the first packet send to the server differs between kopete and PSI

PSI:
<?xml version="1.0"?>
<stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" xmlns="jabber:client" to="gmx.de" xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace" >

Kopete:
<?xml version="1.0"?>
<stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" to="gmx.de" >

I tested it with `cat bad|nc jabber.gmx.net 5222` but both versions showed the same behavior and the server send only

<?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='1839397057' from='dummyhost' xml:lang='en'><stream:error><host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'/></stream:error></stream:stream>

The next one was to check which server I connect to... and this seems to be the problem. Kopete connects to gmx.de (213.165.65.50) and PSI to xmpp-gmx.gmx.net

A quick check which DNS packets were send showed the really difference. Kopete asks for the ip of gmx.de and PSI asks about `host -t SRV -c IN _xmpp-client._tcp.gmx.de` (and maybe falls back if to kopetes behaviour when it fails).

See http://xmpp.org/rfcs/rfc3920.html#rfc.section.14.3 for more information about that.

Revision history for this message
In , Tobias-winchen (tobias-winchen) wrote :

I don' know if it is the same bug, but I can confirm that kopete can't connect to gmx.net in todays debian lenny version:

Qt: 3.3.8b
KDE: 3.5.10
Kopete: 0.12.7

and the version shipped today in KDE4 4.1.4 (Lenny backports)

I can connect to gmx.net with Pidgin 2.4.3 and to jabber.ccc.de with both kopete versions.

Revision history for this message
In , Cm-i (cm-i) wrote :

I also experience connection problems (unknown host) with gmx.net with Kopete 0.60.82.

Revision history for this message
Oleksij Rempel (olerem) wrote :
Revision history for this message
In , bwalle (bernhard-walle) wrote :

Has anybody found a workaround? That bug is quite annoying for me. :(

Revision history for this message
In , deleted (to-delete) wrote :

I wrote about the workaround in the bug report. Just specify xmpp-gmx.gmx.net with port 5223 in your server and port editbox and enable "Override default server information".

Revision history for this message
Oleksij Rempel (olerem) wrote : Re: [Bug 320528] Re: cannot connect to jabber.gmx.net
Revision history for this message
In , Michael Greifeneder (mikegr) wrote :

Workaround works for me, too. Thanks.

Revision history for this message
In , Entwanzer (entwanzer) wrote :

Tried the workaround, didn't work for me. I get the message "host not found"

Revision history for this message
In , deleted (to-delete) wrote :

Did you use xmpp-gmx.gmx.net or xmpp-gmx.gmx.de?

$ host -a xmpp-gmx.gmx.net
Trying "xmpp-gmx.gmx.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47849
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;xmpp-gmx.gmx.net. IN ANY

;; ANSWER SECTION:
xmpp-gmx.gmx.net. 1878 IN A 213.165.65.40

Received 50 bytes from 192.168.1.1#53 in 86 ms

Are you using gmx, 1&1 or web.de?
$ host -t SRV -c IN _xmpp-client._tcp.gmx.de
_xmpp-client._tcp.gmx.de has SRV record 5 0 5222 xmpp-gmx.gmx.net

$ host -t SRV -c IN _xmpp-client._tcp.web.de
_xmpp-client._tcp.web.de has SRV record 5 0 5222 xmpp-webde.gmx.net

$ host -t SRV -c IN _xmpp-client._tcp.online.de
_xmpp-client._tcp.online.de has SRV record 5 0 5222 gmx.net

Revision history for this message
In , Entwanzer (entwanzer) wrote :

(In reply to comment #7)

I used xmpp-gmx.gmx.net

host -a xmpp-gmx.gmx.net
Trying "xmpp-gmx.gmx.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12715
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;xmpp-gmx.gmx.net. IN ANY

;; ANSWER SECTION:
xmpp-gmx.gmx.net. 54752 IN A 213.165.65.40

Received 50 bytes from 192.168.1.1#53 in 91 ms

I am using gmx.
host -t SRV -c IN _xmpp-client._tcp.gmx.de
_xmpp-client._tcp.gmx.de has SRV record 5 0 5222 xmpp-gmx.gmx.net.

host -t SRV -c IN _xmpp-client._tcp.web.de
_xmpp-client._tcp.web.de has SRV record 5 0 5222 xmpp-webde.gmx.net.

 host -t SRV -c IN _xmpp-client._tcp.online.de
_xmpp-client._tcp.online.de has SRV record 5 0 5222 gmx.net.

seems to be identical to your output.
Bu still, i get a popup from Kopete "Connection problem with Jabber server xmpp... There was a connection error: Host not found"

Revision history for this message
In , Entwanzer (entwanzer) wrote :

Found the Problem: Trailing whitespace to the server-address :)

now it works

Revision history for this message
In , Gunni (fgunni) wrote :

I have the same bug, tried xmpp-gmx.gmx.net , but still the same (No trailing Whitespace)
The strange thing is, that my 1und1 account still works with jabber.gmx.de

Revision history for this message
In , Gunni (fgunni) wrote :

Ah, sorry, as i am on web.de with this second account, i had to use xmpp-webde.gmx.net , so now it works with this server.

Revision history for this message
In , Gunni (fgunni) wrote :

Some additional info: I had to delete the account and reenterd it, according to the info i found here:

http://meinungen.web.de/forum-webde/post/771208 (german)

Revision history for this message
In , deleted (to-delete) wrote :

> Some additional info: I had to delete the account and reenterd it, according to the info i found here:

This is "Quatsch". Kopete cannot resolve the SRV dns stuff and will not doing anything useful if you delete your account...

Revision history for this message
In , Gunni (fgunni) wrote :

Robert: Thanks for your "kind" post. For me it was useful to delete the account.
Before deleting it did not connect.

Revision history for this message
In , deleted (to-delete) wrote :

So, lets ask the other who had success in connecting to xmpp-gmx.gmx.net by deleting his account and then readd it to kopete 0.60.82 without manually overriding the connection information.

Jorge Castro (jorge)
Changed in pidgin:
importance: Unknown → Undecided
status: Unknown → New
status: New → Invalid
Changed in kopete:
status: Unknown → New
Revision history for this message
In , 2kmm (2kmm) wrote :

Same here with kopete 0.70.2 (kde 4.2.2). Unknown host if i use gmx.de, but works with the workaround.

Revision history for this message
In , 2kmm (2kmm) wrote :

*** This bug has been confirmed by popular vote. ***

Changed in kopete:
status: New → Confirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

do you stil get the issue?

Changed in pidgin (Ubuntu):
importance: Undecided → Low
Revision history for this message
In , andi5 (andi5) wrote :

Q: Is this a duplicate of bug 133097?

Revision history for this message
andi5 (andi5) wrote :

Pidgin should work out of the box. Just leave the entry box for "Connect server" empty. jabber.gmx.net is not necessarily the correct server anyway.

Changed in pidgin (Ubuntu):
status: New → Invalid
Changed in kopete:
importance: Unknown → Medium
Revision history for this message
In , Robert Gerlach (khnz) wrote :

(In reply to comment #18)
> Q: Is this a duplicate of bug 133097?

Yes. It works well if your DNS supports SRV records. But there appears no error message if not (connection silently failed).

Revision history for this message
In , Paulo Fidalgo (o-kanniball-o) wrote :

I've came across this through a google search, and at the moment I'm connected with Kopete to gmx.com server. So I think this could be closed.

Revision history for this message
In , Pali (pali) wrote :

Kopete in svn has updated xmpp libiris library. Please test Kopete version from svn if this problem is fixed.

Changed in kopete:
status: Confirmed → Unknown
Changed in kopete:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.