Hi Gajim,
Does Gajim support SRV entries with _xmpp-client._tcp names?
My XMPP server domain is chat.between-us.online. I have an SRV record that looks like this from dig:
_xmpp-client._tcp.between-us.online. 300 IN SRV 0 5 5222 chat.between-us.online.
If I try to register an account in Gajim (Linux) using chat.between-us.com, it finds the server. But if I just use between-us.com, it doesn't find the server.
I think I'm doing everything the way the prosody documentation explains it for setting up an SRV record.
Is it me? Or does Gajim not look for the SRV record this way?
Thanks for the help!