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

  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java 75 private boolean saslNegotiated;
241 if (!saslNegotiated && !saslFailed) {
264 if (saslNegotiated) {
323 if (!saslNegotiated && !saslFailed) {
346 if (saslNegotiated) {
390 if (!saslNegotiated && !saslFailed) {
411 if (saslNegotiated) {
497 return saslNegotiated;
519 saslNegotiated = true;
581 saslNegotiated = false;
    [all...]
SASLAuthentication.java.orig 75 private boolean saslNegotiated;
241 if (!saslNegotiated && !saslFailed) {
264 if (saslNegotiated) {
323 if (!saslNegotiated && !saslFailed) {
346 if (saslNegotiated) {
390 if (!saslNegotiated && !saslFailed) {
411 if (saslNegotiated) {
497 return saslNegotiated;
519 saslNegotiated = true;
581 saslNegotiated = false;
    [all...]

Completed in 1200 milliseconds