Package | Description |
---|---|
org.jivesoftware.smackx.geoloc |
Smacks implementation of XEP-0080: User Location.
|
org.jivesoftware.smackx.omemo |
Classes and interfaces for OMEMO Encryption.
|
org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoLocationManager.sendGeolocation(GeoLocation geoLocation)
Send geolocation through the PubSub node.
|
void |
GeoLocationManager.stopPublishingGeolocation()
Send empty geolocation through the PubSub node.
|
Modifier and Type | Method and Description |
---|---|
void |
OmemoManager.initialize()
Initializes the OmemoManager.
|
void |
OmemoManager.rotateSignedPreKey()
Rotate the signedPreKey published in our OmemoBundle.
|
Modifier and Type | Method and Description |
---|---|
LeafNode |
PubSubManager.getLeafNode(String id)
Try to get a leaf node with the given node ID.
|
LeafNode |
PubSubManager.getOrCreateLeafNode(String id)
Try to get a leaf node and create one if it does not already exist.
|