| Package | Description |
|---|---|
| org.jivesoftware.smackx.bob |
Classes and interfaces of XEP-0231: Bits of Binary.
|
| org.jivesoftware.smackx.bob.element |
Bits of Binary elements.
|
| Modifier and Type | Method and Description |
|---|---|
BoBData |
BoBInfo.getData() |
BoBData |
BoBManager.requestBoB(Jid to,
BoBHash bobHash)
Request BoB data.
|
| Modifier and Type | Method and Description |
|---|---|
BoBInfo |
BoBManager.addBoB(BoBData bobData) |
| Modifier and Type | Method and Description |
|---|---|
BoBData |
BoBIQ.getBoBData()
Get the BoB data.
|
| Constructor and Description |
|---|
BoBIQ(BoBHash bobHash,
BoBData bobData)
Bits of Binary IQ constructor.
|