Class OmemoClient

java.lang.Object
org.igniterealtime.smack.examples.OmemoClient

public class OmemoClient extends Object
  • Field Details

    • LOGGER

      public static final Logger LOGGER
  • Constructor Details

    • OmemoClient

      public OmemoClient(org.jxmpp.jid.EntityBareJid jid, String password)
  • Method Details

    • main

      public static void main(String[] args) throws org.jivesoftware.smack.XMPPException, org.jivesoftware.smack.SmackException, IOException, InterruptedException, org.jivesoftware.smackx.omemo.exceptions.CorruptedOmemoKeyException
      Throws:
      org.jivesoftware.smack.XMPPException
      org.jivesoftware.smack.SmackException
      IOException
      InterruptedException
      org.jivesoftware.smackx.omemo.exceptions.CorruptedOmemoKeyException
    • start

      public void start() throws org.jivesoftware.smack.XMPPException, org.jivesoftware.smack.SmackException, IOException, InterruptedException, org.jivesoftware.smackx.omemo.exceptions.CorruptedOmemoKeyException
      Throws:
      org.jivesoftware.smack.XMPPException
      org.jivesoftware.smack.SmackException
      IOException
      InterruptedException
      org.jivesoftware.smackx.omemo.exceptions.CorruptedOmemoKeyException
    • stop

      public void stop()
    • handleInput

      public void handleInput(String input) throws org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NotLoggedInException, InterruptedException, IOException
      Throws:
      org.jivesoftware.smack.SmackException.NotConnectedException
      org.jivesoftware.smack.SmackException.NotLoggedInException
      InterruptedException
      IOException