Class OmemoClient
- java.lang.Object
-
- org.igniterealtime.smack.smackrepl.OmemoClient
-
public class OmemoClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.logging.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description OmemoClient(EntityBareJid jid, java.lang.String password)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleInput(java.lang.String input)
static void
main(java.lang.String[] args)
void
start()
void
stop()
-
-
-
Field Detail
-
LOGGER
public static final java.util.logging.Logger LOGGER
-
-
Constructor Detail
-
OmemoClient
public OmemoClient(EntityBareJid jid, java.lang.String password)
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws XMPPException, SmackException, java.io.IOException, java.lang.InterruptedException, CorruptedOmemoKeyException
- Throws:
XMPPException
SmackException
java.io.IOException
java.lang.InterruptedException
CorruptedOmemoKeyException
-
start
public void start() throws XMPPException, SmackException, java.io.IOException, java.lang.InterruptedException, CorruptedOmemoKeyException
- Throws:
XMPPException
SmackException
java.io.IOException
java.lang.InterruptedException
CorruptedOmemoKeyException
-
stop
public void stop()
-
handleInput
public void handleInput(java.lang.String input) throws SmackException.NotConnectedException, SmackException.NotLoggedInException, java.lang.InterruptedException, java.io.IOException
- Throws:
SmackException.NotConnectedException
SmackException.NotLoggedInException
java.lang.InterruptedException
java.io.IOException
-
-