| Package | Description |
|---|---|
| com.echomine.jabber | |
| com.echomine.jabber.msg |
| Modifier and Type | Method and Description |
|---|---|
JabberContext |
JabberSession.getContext() |
| Modifier and Type | Method and Description |
|---|---|
JabberSession |
Jabber.createSession(JabberContext context) |
JabberSession |
Jabber.createSession(JabberContext context,
JabberMessageParser parser) |
| Constructor and Description |
|---|
JabberSession(JabberContext context,
JabberMessageParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static AuthIQMessage |
AuthIQMessage.createGetAuthMethodsMessage(JabberContext context)
this returns a default message instance for getting authentication information.
|
static AuthIQMessage |
AuthIQMessage.createLoginMessage(JabberContext context,
int authType,
java.lang.String zerokToken,
int zerokSeq)
creates an auth message that has everything set for sending a login message.
|
protected java.lang.String |
AuthIQMessage.getCleartextPassword(JabberContext context) |
protected java.lang.String |
AuthIQMessage.getDigestPassword(JabberContext context)
The way a digest password is computed is as follows.
|
java.lang.String |
AuthIQMessage.getPassword(JabberContext context,
int authType)
This method checks to see which is the most secure authentication method first,
and based on that, return the password for that authentication method.
|
protected java.lang.String |
AuthIQMessage.getZeroKnowledgePassword(JabberContext context,
java.lang.String zerokToken,
int zerokSeq)
The way to compute zero-k password is as follows (all using SHA1).
|
Copyright © 2001-2005 Echomine. All Rights Reserved.