Categories

DNS settings for Jabber hosting

If you host your domain with another hosting provider and you want us to do Jabber hosting you have to set some DNS SRV and DNS TXT entries into your DNS zone file. Many providers allow you to do that, if not, the provider has to do this for you.

(As an alternative you can deligate a subdomain, for example jabber.domain.tld, to our DNS servers and we take care of everything else. Your hosting provider must allow you to do this as well.)

Please set the following entries:

_xmpp-server._tcp.domain.tld. IN SRV 0 0 5269 jabber.hot-chilli.net.

_xmpp-client._tcp.domain.tld. IN SRV 10 0 5222 jabber.hot-chilli.net.

_xmpp-client._tcp.domain.tld. IN SRV 20 0 80 server.jabber.hot-chilli.net.

_xmpps-client._tcp.domain.tld. IN SRV 30 0 5223 jabber.hot-chilli.net.

_xmpps-client._tcp.domain.tld. IN SRV 40 0 443 server.jabber.hot-chilli.net.

_xmppconnect.domain.tld. IN TXT "_xmpp-client-xbosh=https://jabber.hot-chilli.net:443/http-bind"

_xmppconnect.domain.tld. IN TXT "_xmpp-client-websocket=wss://jabber.hot-chilli.net:443/xmpp-websocket"

This is how it looks in BIND9 zone files. A web interface of your provider might look different, but the data you have to enter is mostly the same.

If you have any problems, don’t hesitate and contact us.

4 replies on “DNS settings for Jabber hosting”

Arsalan says:

plz tell me hows u implement feature in that application by which user will chat to gtalk, facebook users can u give me code ???????

Roi says:

Google closed the public gateway, so Google Talk (Hangout) users cannot talk to other XMPP users anymore. Also Facebook transport does not work for Google Talk anymore.

Thomas says:

Did you solve that?

Sounds interesting :)

Anirban Som says:

I have an application named web20 which will run on internet. Now I want to have a feature in that application by which user will chat to gtalk, facebook users. I have developed chatting application with gtalk user with smack api.

Now I want to develop one feature by which the web20 user will send instant msg to another web20 user. And the message should be sent on behalf of web20 application user only (not on behalf of gtalk user). Can You provide server domain for that??
Or suggest me what way I should follow…

Leave a Reply

Your email address will not be published. Required fields are marked *

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Learn More)