public interface AutoJoinSuccessCallback
Modifier and Type | Method and Description |
---|---|
void |
autoJoinSuccess(MultiUserChat muc,
org.jxmpp.jid.parts.Resourcepart nickname)
Invoked after the automatic rejoin rooms on reconnect success.
|
void autoJoinSuccess(MultiUserChat muc, org.jxmpp.jid.parts.Resourcepart nickname)
muc
- the joined MultiUserChat.nickname
- nickname used by participant to join the room.