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

  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java.orig 47 * mechanism wont be used until {@link #supportSASLMechanism(String, int)} is called. By default,
98 supportSASLMechanism("GSSAPI",0);
99 supportSASLMechanism("DIGEST-MD5",1);
100 supportSASLMechanism("CRAM-MD5",2);
101 supportSASLMechanism("PLAIN",3);
102 supportSASLMechanism("ANONYMOUS",4);
136 public static void supportSASLMechanism(String name) {
150 public static void supportSASLMechanism(String name, int index) {
SASLAuthentication.java 47 * mechanism wont be used until {@link #supportSASLMechanism(String, int)} is called. By default,
98 // supportSASLMechanism("GSSAPI",0);
99 supportSASLMechanism("DIGEST-MD5",0);
100 // supportSASLMechanism("CRAM-MD5",2);
101 supportSASLMechanism("PLAIN",1);
102 supportSASLMechanism("ANONYMOUS",2);
136 public static void supportSASLMechanism(String name) {
150 public static void supportSASLMechanism(String name, int index) {
  /external/smack/src/org/jivesoftware/smack/sasl/
SASLFacebookConnect.java 34 SASLAuthentication.supportSASLMechanism("X-FACEBOOK-PLATFORM", 0);

Completed in 638 milliseconds