cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
764
Views
0
Helpful
1
Replies

Integrating CUPS with External Domain: Google Talk

khayes1984
Level 1
Level 1

Hello all,

This morning I've been working on my integration for Google Talk and CUPS/Jabber. From what I was reading I need to add the following information in my public DNS:

_xmpp-server._tcp.gmail.com. IN SRV 5 0 5269 xmpp-server.l.google.com.

_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt1.xmpp-server.l.google.com.

_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt2.xmpp-server.l.google.com.

_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt3.xmpp-server.l.google.com.

_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt4.xmpp-server.l.google.com. _xmpp-server._tcp.gmail.com. IN SRV 5 0 5269 xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt1.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt2.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt3.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt4.xmpp-server.l.google.com.

Now in my DNS provider I enter the SRV=xmpp-server and the protocol= tcp, etc. etc. but the target I'm assuming I need to add the "xmpp-server.l.google.com, just need confirmation on that...here's the thing the section "xmpp-server._tcp.gmail.com" I'm suppose to replace the ".gmail.com" with my domain, but I can't place that information anywhere (so I'm assuming this is a provider issue?).

Now on to the Presence configuration, I'm confused on the dialback secret, I'm not sure what I'm suppose to put there so I need some claifications there. When Presence wants me to configure the Federated Domain do I put "xmpp-server.l.google.com" or do I simply put l.google.com?

1 Reply 1

khayes1984
Level 1
Level 1

Anyone?