HomeSort by relevance Sort by last modified time
    Searched refs:errorCondition (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java 86 private String errorCondition;
254 if (errorCondition != null) {
256 selectedMechanism + " failed: " + errorCondition);
336 if (errorCondition != null) {
338 selectedMechanism + " failed: " + errorCondition);
403 if (errorCondition != null) {
404 throw new XMPPException("SASL authentication failed: " + errorCondition);
544 errorCondition = condition;
SASLAuthentication.java.orig 86 private String errorCondition;
254 if (errorCondition != null) {
256 selectedMechanism + " failed: " + errorCondition);
336 if (errorCondition != null) {
338 selectedMechanism + " failed: " + errorCondition);
403 if (errorCondition != null) {
404 throw new XMPPException("SASL authentication failed: " + errorCondition);
544 errorCondition = condition;

Completed in 44 milliseconds