Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken SRV record resolution on New account creation? #1062

Open
dlumby opened this issue Oct 19, 2018 · 1 comment
Open

Broken SRV record resolution on New account creation? #1062

dlumby opened this issue Oct 19, 2018 · 1 comment

Comments

@dlumby
Copy link

dlumby commented Oct 19, 2018

DNS SRV record resolution appears to be broken when creating a New account
ChatSecure Version 4.3.4
IOS 11.4.1

This only affect the creation of a new account, if adding an existing account DNS resolution goes to the correct address.

I have tested several servers but any server that has an SRV record that points to a host with a different host name to the domain and it will default to the domains A record and not the hosts A record.

examples

@home.zom.im Works
SRV Record
_xmpp-client._tcp.home.zom.im IN SRV 300 0 5 5222 home.zom.im

chatme.im Doesnt Work
SRV Record
_xmpp-client._tcp,chatme.im IN SRV 86400 5 0 5222 xmpp.chatme.im

@chrisballinger
Copy link
Member

chrisballinger commented Oct 19, 2018

Thanks for the report! This is probably a bug upstream in XMPPFramework as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants