public interface Item
The <item/> element, which is used in both #admin and #user namespace to manage members and indicate users in a chat room.
| Modifier and Type | Method and Description |
|---|---|
Actor |
getActor()
Gets the actor for a kick or ban.
|
Affiliation |
getAffiliation()
Gets the affiliation.
|
Jid |
getJid()
Gets the JID.
|
java.lang.String |
getNick()
Gets the nick name.
|
java.lang.String |
getReason()
Gets the reason for a kick or ban.
|
Role |
getRole()
Gets the role.
|
java.lang.String getNick()
Gets the nick name.
Role getRole()
Gets the role.
Jid getJid()
Gets the JID.
Affiliation getAffiliation()
Gets the affiliation.
java.lang.String getReason()
Gets the reason for a kick or ban.
Actor getActor()
Gets the actor for a kick or ban.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.