Class OmemoDevice
java.lang.Object
org.jivesoftware.smackx.omemo.internal.OmemoDevice
Class that combines a BareJid and a deviceId.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
OmemoDevice
Create a new OmemoDevice.- Parameters:
 jid- jid of the contactdeviceId- deviceId if the device.
 
 - 
 - 
Method Details
- 
getJid
Return the BareJid of the device owner.- Returns:
 - bare JID of the device owner.
 
 - 
getDeviceId
Return the OMEMO device Id of the device.- Returns:
 - OMEMO device ID.
 
 - 
toString
 - 
equals
 - 
hashCode
 - 
getBundleNodeName
Return the name of the PubSubLeafNodeof this device.- Returns:
 - node name.
 
 
 -