Package org.jivesoftware.smackx.jid_prep
Class JidPrepManager
java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.jid_prep.JidPrepManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JidPrepManager
getInstanceFor
(XMPPConnection connection) boolean
isSupported
(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
-