OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authenticateAnonymously
(Results
1 - 6
of
6
) sorted by null
/external/smack/src/org/jivesoftware/smack/
UserAuthentication.java
78
String
authenticateAnonymously
() throws XMPPException;
SASLAuthentication.java
383
public String
authenticateAnonymously
() throws XMPPException {
416
return new NonSASLAuthentication(connection).
authenticateAnonymously
();
419
return new NonSASLAuthentication(connection).
authenticateAnonymously
();
SASLAuthentication.java.orig
383
public String
authenticateAnonymously
() throws XMPPException {
416
return new NonSASLAuthentication(connection).
authenticateAnonymously
();
419
return new NonSASLAuthentication(connection).
authenticateAnonymously
();
NonSASLAuthentication.java
117
public String
authenticateAnonymously
() throws XMPPException {
BOSHConnection.java
384
response = saslAuthentication.
authenticateAnonymously
();
388
response = new NonSASLAuthentication(this).
authenticateAnonymously
();
XMPPConnection.java
296
response = saslAuthentication.
authenticateAnonymously
();
300
response = new NonSASLAuthentication(this).
authenticateAnonymously
();
[
all
...]
Completed in 1393 milliseconds