Package | Description |
---|---|
org.jivesoftware.smackx.caps |
Smacks implementation of XEP-0115: Entity Capabilities.
|
org.jivesoftware.smackx.caps.cache |
Cache classes for XEP-0115: Entity Capabilities.
|
Modifier and Type | Field and Description |
---|---|
protected static EntityCapsPersistentCache |
EntityCapsManager.persistentCache |
Modifier and Type | Method and Description |
---|---|
static void |
EntityCapsManager.setPersistentCache(EntityCapsPersistentCache cache)
Set the persistent cache implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDirectoryPersistentCache
Simple implementation of an EntityCapsPersistentCache that uses a directory
to store the Caps information for every known node.
|