Quantcast
Channel: Ignite Realtime : Unanswered Discussions - Support
Viewing all articles
Browse latest Browse all 4979

Smack 4.1 alpha login failed SASL Authentication failed

$
0
0

I'm using smack api 4.1 alpha I can connect to my server but login failed ( connection.login(username,password) )

 

org.jivesoftware.smack.SmackException: SASL Authentication failed. No known authentication mechanisims.

    at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java: 251)

    at org.jivesoftware.smack.tcp.XMPPTCPConnection.login(XMPPTCPConnection.java:374)

    at org.jivesoftware.smack.AbstractXMPPConnection.login(AbstractXMPPConnection.java :353)

    at test.Testclass.initt(Testclass.java:72)

    at test.Testclass.main(Testclass.java:84)


Viewing all articles
Browse latest Browse all 4979

Trending Articles