This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
3 Replies Last post: Aug 28, 2007 3:42 AM by Sabine Dinis Blochberger  
Herbert Poul Bronze 33 posts since
Mar 11, 2003
Currently Being Moderated

Aug 20, 2007 3:39 PM

SASL plain authentication -> No response from the server (smack 3.0.4)

Hi,

 

i have read a couple of threads about gmail authentication (![http://www.igniterealtime.org/issues/images/icons/bug.gif!] SMACK-224 - related) - but it didn't help me unfortunately ..

i'm trying to authenticate with gmx (gmx.at) but no combination of sasl authentication, plain sasl authentication, non-sasl authentication, security mode disabled, enabled, etc. seems to work

 

packets sent:

AHNvbWVfYm9keQBUaGVCZXN0 packets received: PLAIN PLAIN PLAIN PLAIN stack trace: SCHWERWIEGEND: Error while validating account (id: {some_body@gmx.at}) net.sphene.goim.core.exceptions.GOIMException: Error while trying to validate account: No response from the server. at net.sphene.goim.protocol.jabber.connection.JabberAccountConnection.validateAccount(JabberAccountConnection.java:391) at net.sphene.goim.protocol.jabber.ui.wizards.account.AccountWizard$1.run(AccountWizard.java:62) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Caused by: No response from the server.: at org.jivesoftware.smack.SASLAuthentication.bindResourceAndEstablishSession(SASLAuthentication.java:307) at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:214) at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:341) at net.sphene.goim.protocol.jabber.connection.JabberAccountConnection.validateAccount(JabberAccountConnection.java:387) ... 2 more any ideas ? i can also post the transcript+backtrace of NonSASL authentication if that helps ? (btw. i have tried it with another jabber client - psi .. it doesn't use SASL - and the main difference seems to be that it doesn't have the 'version="1.0"' in the ]]> tag .. - but maybe it simply uses another auth protocol .. i have no idea about that stuff unfortunately )

 

thanks,

  herbert

  http://goim2.sphene.net

Sabine Dinis Blochberger Gold 285 posts since
Oct 21, 2005
Currently Being Moderated
Aug 27, 2007 6:25 AM in response to: Herbert Poul
Re: SASL plain authentication -> No response from the server (smack 3.0.4)

What are you trying to do? I use gmx for email, and I'm not aware that they provide a XMPP (jabber) service at all (and I went to look again).

 

You can't send/receive emails with smack.

Sabine Dinis Blochberger Gold 285 posts since
Oct 21, 2005
Currently Being Moderated
Aug 28, 2007 6:11 AM in response to: Herbert Poul
Re: SASL plain authentication -> No response from the server (smack 3.0.4)

Hah, you learn something new everyday.

 

Ok, to connect using plain-text and no SASL, I use


// turn off SASL
conConfig.setSASLAuthenticationEnabled(false);
// allow plain text
conConfig.setSecurityMode(
    ConnectionConfiguration.SecurityMode.enabled);

 

And you say you tried it... All that's left is to ask the guys that run the server at GMX...

I still can't find any trace of it on GMX, is it about the MultiMessenger? In which case they might be adapting the protocol to a more proprietary thing...

 

On heise.de, the commentaries mention it only works with new email accounts, not old ones.

More Like This

  • Retrieving data ...