Uses of Interface
rocks.xmpp.extensions.muc.model.Actor
-
Packages that use Actor Package Description rocks.xmpp.extensions.muc Provides classes for XEP-0045: Multi-User Chat.rocks.xmpp.extensions.muc.model Provides XML schema implementations and configuration classes for XEP-0045: Multi-User Chat.rocks.xmpp.extensions.muc.model.admin Provides XML schema implementations of XEP-0045: Multi-User Chat (#admin).rocks.xmpp.extensions.muc.model.user Provides XML schema implementations of XEP-0045: Multi-User Chat (#user). -
-
Uses of Actor in rocks.xmpp.extensions.muc
Methods in rocks.xmpp.extensions.muc that return Actor Modifier and Type Method Description Actor
OccupantEvent. getActor()
Gets the actor in case the occupant was kicked or banned from the room. -
Uses of Actor in rocks.xmpp.extensions.muc.model
Methods in rocks.xmpp.extensions.muc.model that return Actor Modifier and Type Method Description Actor
Item. getActor()
Gets the actor for a kick or ban. -
Uses of Actor in rocks.xmpp.extensions.muc.model.admin
Methods in rocks.xmpp.extensions.muc.model.admin with parameters of type Actor Modifier and Type Method Description static Item
MucAdmin. createItem(Affiliation affiliation, Role role, Jid jid, String nick, Actor actor, String reason)
Creates an item, which can be used as input parameter forMucAdmin.withItems(Item...)
. -
Uses of Actor in rocks.xmpp.extensions.muc.model.user
Methods in rocks.xmpp.extensions.muc.model.user with parameters of type Actor Modifier and Type Method Description static MucUser
MucUser. withItem(Affiliation affiliation, Role role, Jid jid, String nick, Actor actor, String reason, Status... status)
Creates a<x/>
element with an<item/>
and a<status/>
child element.static MucUser
MucUser. withItem(Affiliation affiliation, Role role, Actor actor, String reason, Status... status)
Creates a<x/>
element with an<item/>
and a<status/>
child element.
-