I'm using the XMPP tigase 7.1.3 version. Connecting with IP address like xx.xx.xx.xx:5222 it is working without issue. But I need to change this IP address to a domain. I used xmpp.mydomain.com and that domain added to the xmpp etc/init.properties it is like this
--admins=admin@xmpp.mydomain.com,10005@xmpp.mydomain.com
--virt-hosts=xmpp.mydomain.com
when I change it to a domain name My APP is not connected to the XMPP and always requests getting timeout. There are no errors in the tigase server log files.