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