Class OmemoDevice

java.lang.Object
org.jivesoftware.smackx.omemo.internal.OmemoDevice

public class OmemoDevice extends Object
Class that combines a BareJid and a deviceId.
  • Constructor Details

    • OmemoDevice

      public OmemoDevice(BareJid jid, int deviceId)
      Create a new OmemoDevice.
      Parameters:
      jid - jid of the contact
      deviceId - deviceId if the device.
  • Method Details