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. @40000000437a7d6d2975942c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.google.com:5223 @40000000437a7d6d29759bfc at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51) @40000000437a7d6d2975a3cc at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207) @40000000437a7d6d2975c30c ... 7 more @40000000437a7d6d2975c6f4 Caused by: Connection failed. No response from server.: @40000000437a7d6d2975cadc at org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170) @40000000437a7d6d2975d2ac at org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766) @40000000437a7d6d2975d694 at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:222) @40000000437a7d6d2975f5d4 at org.jivesoftware.smack.SSLXMPPConnection.<init>(SSLXMPPConnection.java:87) @40000000437a7d6d2975fda4 at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46) @40000000437a7d6d29760574 ... 8 more Using no SSL gives: @40000000437a771714668e9c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.gmail.com:5222 @40000000437a77171466966c at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51) @40000000437a771714669e3c at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207) @40000000437a77171466c164 ... 7 more @40000000437a77171466c54c Caused by: Could not connect to talk.gmail.com:5222.: (504) @40000000437a77171466c934 -- caused by: java.net.UnknownHostException: talk.gmail.com @40000000437a77171466d104 at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:168) @40000000437a77171466d4ec at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42) @40000000437a77171466f42c ... 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