Package | Description |
---|---|
org.jivesoftware.smackx.bookmarks |
Smack's API for XEP-0048: Bookmarks.
|
org.jivesoftware.smackx.iqprivate |
Smacks implementation of XEP-0049: Private XML Storage.
|
Modifier and Type | Class and Description |
---|---|
static class |
Bookmarks.Provider
The IQ Provider for BookmarkStorage.
|
Modifier and Type | Method and Description |
---|---|
static PrivateDataProvider |
PrivateDataManager.getPrivateDataProvider(String elementName,
String namespace)
Returns the private data provider registered to the specified XML element name and namespace.
|
Modifier and Type | Method and Description |
---|---|
static void |
PrivateDataManager.addPrivateDataProvider(String elementName,
String namespace,
PrivateDataProvider provider)
Adds a private data provider with the specified element name and name space.
|