[jira] Commented: (CONTINUUM-451) jabber doesn't work with talk.google.com

2005-11-16 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-451?page=comments#action_51091 
] 

Emmanuel Venisse commented on CONTINUUM-451:


I'll test it. do you know if this server use special connection features (port, 
certificate...)?

 jabber doesn't work with talk.google.com
 

  Key: CONTINUUM-451
  URL: http://jira.codehaus.org/browse/CONTINUUM-451
  Project: Continuum
 Type: Task
 Reporter: Brett Porter
  Fix For: 1.1



 from what I can tell, talk.google.com is on port 5222, but still SSL.
 However, selecting port 5222 and trying SSL conects on 5223, which gives an 
 exception that there is no response.
 @4000437a7d6d2975942c Caused by: 
 org.codehaus.plexus.jabber.JabberClientException: Can't connect to 
 talk.google.com:5223
 @4000437a7d6d29759bfc   at 
 org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
 @4000437a7d6d2975a3cc   at 
 org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
 @4000437a7d6d2975c30c   ... 7 more
 @4000437a7d6d2975c6f4 Caused by: Connection failed. No response from 
 server.:
 @4000437a7d6d2975cadc   at 
 org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
 @4000437a7d6d2975d2ac   at 
 org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
 @4000437a7d6d2975d694   at 
 org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:222)
 @4000437a7d6d2975f5d4   at 
 org.jivesoftware.smack.SSLXMPPConnection.init(SSLXMPPConnection.java:87)
 @4000437a7d6d2975fda4   at 
 org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
 @4000437a7d6d29760574   ... 8 more
 Using no SSL gives:
 @4000437a771714668e9c Caused by: 
 org.codehaus.plexus.jabber.JabberClientException: Can't connect to 
 talk.gmail.com:5222
 @4000437a77171466966c   at 
 org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
 @4000437a771714669e3c   at 
 org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
 @4000437a77171466c164   ... 7 more
 @4000437a77171466c54c Caused by: Could not connect to 
 talk.gmail.com:5222.: (504)
 @4000437a77171466c934   -- caused by: java.net.UnknownHostException: 
 talk.gmail.com
 @4000437a77171466d104   at 
 org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:168)
 @4000437a77171466d4ec   at 
 org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42)
 @4000437a77171466f42c   ... 8 more
 Perhaps we can use Smack 2.0's special GoogleTalkConnection and add a new 
 notifier type?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (CONTINUUM-451) jabber doesn't work with talk.google.com

2005-11-16 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-451?page=comments#action_51093 
] 

Brett Porter commented on CONTINUUM-451:


check the client page - it has lots of configuration - I'm using Gaim to 
connect. talk.google.com, SSL, 5222.

The Smack website also talks about connecting with a special connection - I 
think it might be best to just create a new one (reduced configuration), but 
within the continuum-notifiers-jabber library.



 jabber doesn't work with talk.google.com
 

  Key: CONTINUUM-451
  URL: http://jira.codehaus.org/browse/CONTINUUM-451
  Project: Continuum
 Type: Task
 Reporter: Brett Porter
  Fix For: 1.1



 from what I can tell, talk.google.com is on port 5222, but still SSL.
 However, selecting port 5222 and trying SSL conects on 5223, which gives an 
 exception that there is no response.
 @4000437a7d6d2975942c Caused by: 
 org.codehaus.plexus.jabber.JabberClientException: Can't connect to 
 talk.google.com:5223
 @4000437a7d6d29759bfc   at 
 org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
 @4000437a7d6d2975a3cc   at 
 org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
 @4000437a7d6d2975c30c   ... 7 more
 @4000437a7d6d2975c6f4 Caused by: Connection failed. No response from 
 server.:
 @4000437a7d6d2975cadc   at 
 org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
 @4000437a7d6d2975d2ac   at 
 org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
 @4000437a7d6d2975d694   at 
 org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:222)
 @4000437a7d6d2975f5d4   at 
 org.jivesoftware.smack.SSLXMPPConnection.init(SSLXMPPConnection.java:87)
 @4000437a7d6d2975fda4   at 
 org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
 @4000437a7d6d29760574   ... 8 more
 Using no SSL gives:
 @4000437a771714668e9c Caused by: 
 org.codehaus.plexus.jabber.JabberClientException: Can't connect to 
 talk.gmail.com:5222
 @4000437a77171466966c   at 
 org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
 @4000437a771714669e3c   at 
 org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
 @4000437a77171466c164   ... 7 more
 @4000437a77171466c54c Caused by: Could not connect to 
 talk.gmail.com:5222.: (504)
 @4000437a77171466c934   -- caused by: java.net.UnknownHostException: 
 talk.gmail.com
 @4000437a77171466d104   at 
 org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:168)
 @4000437a77171466d4ec   at 
 org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42)
 @4000437a77171466f42c   ... 8 more
 Perhaps we can use Smack 2.0's special GoogleTalkConnection and add a new 
 notifier type?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira