Package org.jivesoftware.smackx.muc
Interface AutoJoinSuccessCallback
-
public interface AutoJoinSuccessCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidautoJoinSuccess(MultiUserChat muc, Resourcepart nickname)Invoked after the automatic rejoin rooms on reconnect success.
-
-
-
Method Detail
-
autoJoinSuccess
void autoJoinSuccess(MultiUserChat muc, Resourcepart nickname)
Invoked after the automatic rejoin rooms on reconnect success.- Parameters:
muc- the joined MultiUserChat.nickname- nickname used by participant to join the room.
-
-