Uses of Class
org.jivesoftware.smack.SmackException.SmackWrappedException
-
Packages that use SmackException.SmackWrappedException Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.bosh Smack's API for BOSH (XEP-206, XEP-124). -
-
Uses of SmackException.SmackWrappedException in org.jivesoftware.smack
Methods in org.jivesoftware.smack that throw SmackException.SmackWrappedException Modifier and Type Method Description protected voidAbstractXMPPConnection. afterSaslAuthenticationSuccess()Hook for subclasses right after successful SASL authentication.protected SASLMechanismAbstractXMPPConnection. authenticate(String username, String password, EntityBareJid authzid, SSLSession sslSession)Authenticate a connection. -
Uses of SmackException.SmackWrappedException in org.jivesoftware.smack.bosh
Methods in org.jivesoftware.smack.bosh that throw SmackException.SmackWrappedException Modifier and Type Method Description protected voidXMPPBOSHConnection. afterSaslAuthenticationSuccess()
-