For the typical XMPP infrastructure we will need 3 DNS recods. One “A” record for the server itself and two “SRV” records for service auto-detect. Here are example records:
xmpp 18000 IN A 192.168.1.1
_xmpp-client._tcp.example.com. 18000 IN SRV 0 5 5222 xmpp.example.com.
_xmpp-server._tcp.example.com. 18000 IN SRV 0 5 5269 xmpp.example.com.
To create them, follow these steps:
1. Login in to Control Panel
2. Click on DNS tab
3. Click on “add record” button under example.com
4. Enter xmpp in field “Record”
5. Select type “A”
6. Enter 192.168.1.1 in “IP or Value” textbox
7. Press “Add” button
It was quite simple, insn’t it? Well the SRV part is a little bit tricky
1. Login in to Control Panel
2. Click on DNS tab
3. Click on “add record” button under example.com
4. Enter _xmpp-client._tcp in field “Record”
5. Select type “SRV”
6. Enter xmpp.example.com. in “IP or Value” textbox
7. Enter 0 5 5222 in Priority text field
8. Press “Add” button
9. Repeat above steps for _xmpp-server record
Due to growing digitalization, Email Communication has become the backbone of professional interactions. Yet, surprisingly, many professionals struggle to craft…
As the digital landscape continues to evolve, securing your website has never been more crucial. SSL, or Secure Sockets Layer,…
As a web designer and web developer your experience must have reached to new height, right? Further, you need to…
In today's digital landscape, timing is everything. Whether you're a social media manager, business owner, or content creator, the success…
Are you a website owner? Maintaining the website is the prime concern for any website owner. Yes, it’s equally important…