Package org.jivesoftware.smackx.muc
Interface AutoJoinFailedCallback
-
public interface AutoJoinFailedCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
autoJoinFailed(MultiUserChat muc, Exception e)
Invoked if the automatic rejoin rooms on reconnect failed.
-
-
-
Method Detail
-
autoJoinFailed
void autoJoinFailed(MultiUserChat muc, Exception e)
Invoked if the automatic rejoin rooms on reconnect failed.- Parameters:
muc
- the MultiUserChat which failed first.e
- the exception causing the failure.
-
-