List Info

Thread: jabberd, Google Chat, dialback




jabberd, Google Chat, dialback
country flaguser name
United States
2007-12-12 07:42:04
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello, I am a newcomer to Jabber.
I have just installed jabberd-1.6.1.1
on my Gentoo machine and want to be able
to talk to my friends who use Google Chat through it.

I can talk to jabber.org, but not Google Chat.
The problem seems to be with dialback.
(I tried ejabberd and have the same problem.)

Here is a section of the log (IPs and domains censored):

20071212T13:12:21: [warn] (s2s.scubed.homelinux.com):
received stream error on
outgoing XMPP1.0 conn to 000.000.000.00
(users.jabber.org/scubed.homelinux.com):
hostname is not hosted by the server
20071212T13:12:21: [notice] (users.jabber.org): bouncing a
packet to
users.jabber.org from scubedscubed.homelinux.com/pidgin: Failed to deliver
stanza to other server while sent out dialback request:
000.000.000.00:
Connected (hostname is not hosted by the server)
20071212T13:13:55: [warn] (s2s.scubed.homelinux.com):
Denying peer to use the
domain example.com. Dialback failed (timeout):
<db:result
xmlns:db='jabber:server:dialback' to='example.com'
from='scubed.homelinux.com'
type='invalid'/>

I can't figure out why dialback won't work.
The machine is: scubed.homelinux.com
(Feel free to poke it a bit.)
Ports 5222 and 5269 are open.
What else do I need to get it to talk to Google?
Any ideas on why it won't connect?
- --
echo 'scale=49861;sqrt(7)' | BC_LINE_LENGTH=81 bc -l 
  | tail -n 1 | tr '0-9' 'eeniSg tlr'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7-ecc0.1.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFHX+UsxzVgPqtIcfsRApubAJ4nOYTrFo0/F8YaBcTNNXrB3YCFMACe
JL7v
UDcAHNPWyhhmw8Nr6brLcaU=
=CgCo
-----END PGP SIGNATURE-----
_______________________________________________
JAdmin mailing list
JAdminjabber.org
http:/
/mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
_______________________________________________

Re: jabberd, Google Chat, dialback
user name
2007-12-12 08:21:26
On Dec 12, 2007 8:42 AM, S3 <steinir.iit.edu> wrote:
> I can talk to jabber.org, but not Google Chat.
> The problem seems to be with dialback.
> (I tried ejabberd and have the same problem.)

  Doesn't gmail only talk to servers which actually have a
signed cert?

-- 
-- Thomas
_______________________________________________
JAdmin mailing list
JAdminjabber.org
http:/
/mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
_______________________________________________

Re: jabberd, Google Chat, dialback
country flaguser name
United States
2007-12-12 09:47:51
S3 wrote:

> I can't figure out why dialback won't work.
> The machine is: scubed.homelinux.com
> (Feel free to poke it a bit.)
> Ports 5222 and 5269 are open.
> What else do I need to get it to talk to Google?
> Any ideas on why it won't connect?

Maybe Google Talk doesn't like the fact that your server
uses one of
those "dynamic DNS" services? Typically, dialback
problems are related
to DNS configuration.

Peter

-- 
Peter Saint-Andre
https://stpeter.im/


_______________________________________________
JAdmin mailing list
JAdminjabber.org
http:/
/mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
_______________________________________________

Re: jabberd, Google Chat, dialback
user name
2007-12-12 16:28:30
Hi,

On Dec 12, 2007, at 1:42 PM, S3 wrote:

> I can talk to jabber.org, but not Google Chat.
> The problem seems to be with dialback.
> (I tried ejabberd and have the same problem.)
>
> Here is a section of the log (IPs and domains
censored):
>
> 20071212T13:12:21: [warn] (s2s.scubed.homelinux.com):
received  
> stream error on
> outgoing XMPP1.0 conn to 000.000.000.00
(users.jabber.org/ 
> scubed.homelinux.com):
> hostname is not hosted by the server
> 20071212T13:12:21: [notice] (users.jabber.org):
bouncing a packet to
> users.jabber.org from scubedscubed.homelinux.com/pidgin: Failed to  
> deliver
> stanza to other server while sent out dialback request:
 
> 000.000.000.00:
> Connected (hostname is not hosted by the server)
> 20071212T13:13:55: [warn] (s2s.scubed.homelinux.com):
Denying peer  
> to use the
> domain example.com. Dialback failed (timeout):
<db:result
> xmlns:db='jabber:server:dialback' to='example.com'  
> from='scubed.homelinux.com'
> type='invalid'/>

I know that you got it to work, but I would like to point
out some  
things I found odd:

  1. the last line quoted above has the domain
'example.com'. Make  
sure you've configured your server correctly and you don't
have that  
in there;
  2. dig srv _xmpp-server._tcp.scubed.homelinux.com returns
a IN  
CNAME result which is very very odd. It seems to me that
your dyndns  
provider returns a CNAME answer for any query that he
doesn't have a  
proper response to. see if you can disable such broken
behaviour.

Best regards,
-- 
HIId: Pedro Melo
SMTP: meloco.sapo.pt
XMPP: pedro.melosapo.pt


_______________________________________________
JAdmin mailing list
JAdminjabber.org
http:/
/mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
_______________________________________________

Re: jabberd, Google Chat, dialback
user name
2007-12-12 19:14:05
HI ,

 &nbsp;   ; &nbsp; &nbsp; I am also facing the same error with ejabberd , i am working on it , if got somthing revert back to you.

Regards
Akhilesh

On Dec 12, 2007 7:12 PM, S3 < steinir.iit.edu"> steinir.iit.edu> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello, I am a newcomer to Jabber.
I have just installed jabberd-1.6.1.1
on my Gentoo machine and want to be able
to talk to my friends who use Google Chat through it.

I can talk to jabber.org , but not Google Chat.
The problem seems to be with dialback.
(I tried ejabberd and have the same problem.)

Here is a section of the log (IPs and domains censored):

20071212T13:12:21: [warn] ( s2s.scubed.homelinux.com): received stream error on
outgoing XMPP1.0 conn to 000.000.000.00 ( users.jabber.org/scubed.homelinux.com):
hostname is not hosted by the server
20071212T13:12:21: [notice] (users.jabber.org): bouncing a packet to
users.jabber.org from scubed.homelinux.com/pidgin" target="_blank">scubedscubed.homelinux.com/pidgin: Failed to deliver
stanza to other server while sent out dialback request: 000.000.000.00:
Connected (hostname is not hosted by the server)
20071212T13:13:55: [warn] (s2s.scubed.homelinux.com): Denying peer to use the
domain example.com. Dialback failed (timeout): <db:result
xmlns:db='jabber:server:dialback'; to='example.com' from=' scubed.homelinux.com'
type='invalid'/>

I can't figure out why dialback won't work.
The machine is: scubed.homelinux.com
(Feel free to poke it a bit.)
Ports 5222 and 5269 are open.
What else do I need to get it to talk to Google?
Any ideas on why it won't connect?
- --
echo 'scale=49861;sqrt(7)' | BC_LINE_LENGTH=81 bc -l
 | tail -n 1 | tr '0-9&#39; 'eeniSg tlr'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7-ecc0.1.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHX+UsxzVgPqtIcfsRApubAJ4nOYTrFo0/F8YaBcTNNXrB3YCFMACeJL7v
UDcAHNPWyhhmw8Nr6brLcaU=
=CgCo
-----END PGP SIGNATURE-----
_______________________________________________
JAdmin mailing list
JAdminjabber.org">JAdminjabber.org
http://mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://www.jabber.org/about/jadminfaq.shtml
_______________________________________________



--
Akhilesh Kumar

Zapak Digital Entertainment Limited
401, Level 4, Infinity Mall, New Link Road,
Andheri (w), Mumbai - 400 053

Mobile:09324110390
Yahoo ! IM : ak_kadamkuan
[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )