Package org.jivesoftware.smackx.jid_prep
Class JidPrepManager
java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.jid_prep.JidPrepManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JidPrepManagergetInstanceFor(XMPPConnection connection) booleanisSupported(Jid jid) requestJidPrep(String jidToBePrepped) requestJidPrep(Jid jidPrepService, String jidToBePrepped) Methods inherited from class org.jivesoftware.smack.Manager
connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
JidPrepManager
-
-
Method Details
-
getInstanceFor
-
requestJidPrep
public String requestJidPrep(String jidToBePrepped) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException -
requestJidPrep
public String requestJidPrep(Jid jidPrepService, String jidToBePrepped) throws SmackException.NoResponseException, SmackException.NotConnectedException, InterruptedException, XMPPException.XMPPErrorException -
isSupported
public boolean isSupported(Jid jid) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException
-