diff --git a/source/org/jivesoftware/smack/SASLAuthentication.java b/source/org/jivesoftware/smack/SASLAuthentication.java index 722e1718b..a7e1dcbba 100644 --- a/source/org/jivesoftware/smack/SASLAuthentication.java +++ b/source/org/jivesoftware/smack/SASLAuthentication.java @@ -473,10 +473,6 @@ public class SASLAuthentication implements UserAuthentication { throw new XMPPException(ack.getError()); } } - else { - // Server never offered session establishment - throw new XMPPException("Session establishment not offered by server"); - } return userJID; }