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 |
---|---|
static BoBHash |
BoBHash.fromCid(String cid)
Get BoB hash from cid attribute string.
|
static BoBHash |
BoBHash.fromSrc(String src)
Get BoB hash from src attribute string.
|
Modifier and Type | Method and Description |
---|---|
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,
String alt,
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.
|