Uses of Interface
org.jivesoftware.smackx.muc.AutoJoinFailedCallback
-
Packages that use AutoJoinFailedCallback Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045. -
-
Uses of AutoJoinFailedCallback in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type AutoJoinFailedCallback Modifier and Type Method Description void
MultiUserChatManager. setAutoJoinFailedCallback(AutoJoinFailedCallback failedCallback)
Set a callback invoked by this manager when automatic join on reconnect failed.
-