Re: SRV records for JID
From: Alban Taraire <alban.taraire@xxxxxxxxx>
Date: Wed, 5 Mar 2008 15:31:49 +0100 (CET)
On Wednesday 05 March 2008 22:02:47 Alban Taraire wrote:
> On Wednesday 05 March 2008 18:58:10 Jakob Schröter wrote:
> > > Ah, I get caught again not reading the doc enough, seems the DNS class
> > > s here for that :)
> >
> > Well, yes. But resolving SRV records should happen automatically. If it
> > doesn't then gloox doesn't support it /on your platform/.
>
> Mmmh, I'm using Gloox on a fairly standard Linux (Mandriva 2008). I
> recompiled gloox 1.0b2 to see if it changes anything.

OK well indeed, 1.02b does request and get the proper answer to SRV request, 
and then does a A request on the fqdn it received to get the IP address, so 
this is correct.
Now for some reason the connection doesn't happen. It seems there has been 
some changes and not only bugfixing between 0.9.x and 1.0x, I guess I'll have 
to review some of my code accordingly.

Alban