Package rocks.xmpp.extensions.muc.model
Interface Actor
-
- All Superinterfaces:
Addressable
public interface Actor extends Addressable
The<actor/>element, which is used in both#adminand#usernamespace to indicate who has kicked or banned another user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNick()Gets the nick name.-
Methods inherited from interface rocks.xmpp.core.Addressable
getJid
-
-
-
-
Method Detail
-
getNick
String getNick()
Gets the nick name.- Returns:
- The nick name.
-
-