-
jonas’
I think the reason was because people were using it as a server recommender, which was not the goal
-
lovetox
thats the purpose
-
lovetox
it even says "Randomly suggested compliant servers"
-
lovetox
so the page is here to suggest good servers to people
-
lovetox
but that was never the question, why i want to see a list of all compliant servers, is so i can maybe choose one from my country for example
-
lovetox
so say a server has a srv entry for _xmpp-client
-
lovetox
and no entry for xmpps-client
-
lovetox
does that mean i only connect to whatever is in _xmpp-client
-
lovetox
means i will never try 5223 standard direct ssl port?
-
MattJ
Yes
-
MattJ
Correct
-
lovetox
ok good
-
MattJ
5223 is not standard
-
lovetox
so its expected if a server wants direct ssl he has to define xmpps
-
MattJ
Correct
-
lovetox
because xmpps i fairly new
-
lovetox
what did servers before that?
-
MattJ
Nothing
-
lovetox
ok so my order is, check all srv entrys, if the server has one, i only use those
-
MattJ
5223 was never a standard, but often servers opened that port as SSL/TLS anyway
-
lovetox
if server has no dns srv entrys
-
MattJ
and clients would connect there if the user specified it in the connection settings (usually a "legacy SSL" checkbox)
-
lovetox
i use 5223 direct ssl, if that fails i try 5222
-
MattJ
These days there should be no legacy SSL checkbox (because I said so), but you should do an xmpps SRV lookup
-
MattJ
If there is no xmpps then don't connect to 5223 ever
-
lovetox
yeah i just want Gajim to work with servers that have no dns entry, so i care about the fallback
-
lovetox
because dns entrys is usually nothing you set right up when you configure your server
-
MattJ
Hardly any other clients connect to 5223 without explicit configuration
-
lovetox
actually nothing tells you to, you would have to look up this in some guide?
-
lovetox
do the prosody install docs give a hint that dns srv entrys should be set up?
-
MattJ
https://prosody.im/doc/dns
-
lovetox
great
-
lovetox
ok so i dont do 5223 as fallback
-
MattJ
Sounds good
-
lovetox
so no dns entrys whatsoever, i do only 5222
-
MattJ
Correct
-
lovetox
ok thx
-
MattJ
I could be running a totally different server on port 5223 :)
-
Link Mauve
5223 has been standardised as some HP virtualisation port.
-
lovetox
in a dns A entry
-
lovetox
if i set @ as host, it means my root domain
-
lovetox
what does it mean if i set "*" as host?