Package rocks.xmpp.extensions.muc.model
Interface Actor
-
- All Superinterfaces:
Addressable
public interface Actor extends Addressable
The<actor/>
element, which is used in both#admin
and#user
namespace to indicate who has kicked or banned another user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNick()
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.
-
-