Class OmemoConstants
java.lang.Object
org.jivesoftware.smackx.omemo.util.OmemoConstants
Some constants related to OMEMO.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Information about the keys used for message encryption. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
PEP_NODE_BUNDLE_FROM_DEVICE_ID
(int deviceId) Return the node name of the PEP node containing the device bundle of the device with device id deviceId.
-
Field Details
-
OMEMO_NAMESPACE_V_AXOLOTL
Omemo related namespace.- See Also:
-
OMEMO
- See Also:
-
PEP_NODE_DEVICE_LIST
- See Also:
-
PEP_NODE_BUNDLES
- See Also:
-
PRE_KEY_COUNT_PER_BUNDLE
How many preKeys do we want to publish?- See Also:
-
BODY_OMEMO_HINT
- See Also:
-
-
Constructor Details
-
OmemoConstants
public OmemoConstants()
-
-
Method Details
-
PEP_NODE_BUNDLE_FROM_DEVICE_ID
Return the node name of the PEP node containing the device bundle of the device with device id deviceId.- Parameters:
deviceId
- id of the device- Returns:
- node name of the devices bundle node
-