mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-16 09:12:06 +01:00
SMACK-379 Removed mandatory session establishment, since it was dropped from the newer XMPP-IM RFC (a.k.a. RFC 6121)
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13521 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
da1987a98b
commit
5dea9d3ee1
1 changed files with 0 additions and 4 deletions
|
@ -473,10 +473,6 @@ public class SASLAuthentication implements UserAuthentication {
|
||||||
throw new XMPPException(ack.getError());
|
throw new XMPPException(ack.getError());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
// Server never offered session establishment
|
|
||||||
throw new XMPPException("Session establishment not offered by server");
|
|
||||||
}
|
|
||||||
return userJID;
|
return userJID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue