| Package | Description |
|---|---|
| org.jivesoftware.smackx.bob |
Classes and interfaces of Bits of Binary.
|
| org.jivesoftware.smackx.bob.element |
Bits of Binary elements.
|
| Modifier and Type | Method and Description |
|---|---|
static BoBHash |
BoBHash.fromCid(java.lang.String cid)
Get BoB hash from cid attribute string.
|
static BoBHash |
BoBHash.fromSrc(java.lang.String src)
Get BoB hash from src attribute string.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<BoBHash> |
BoBInfo.getHashes() |
| Modifier and Type | Method and Description |
|---|---|
BoBInfo |
BoBManager.removeBoB(BoBHash bobHash) |
BoBData |
BoBManager.requestBoB(Jid to,
BoBHash bobHash)
Request BoB data.
|
| Modifier and Type | Method and Description |
|---|---|
BoBHash |
BoBExtension.getBoBHash()
Get the BoB hash.
|
BoBHash |
BoBIQ.getBoBHash()
Get the BoB hash.
|
| Constructor and Description |
|---|
BoBExtension(BoBHash bobHash,
java.lang.String alt,
java.lang.String paragraph)
Bits of Binary extension constructor.
|
BoBIQ(BoBHash bobHash)
Bits of Binary IQ constructor.
|
BoBIQ(BoBHash bobHash,
BoBData bobData)
Bits of Binary IQ constructor.
|