| Package | Description |
|---|---|
| tigase.muc | |
| tigase.muc.modules |
| Modifier and Type | Method and Description |
|---|---|
Role |
Room.getRole(String nickname) |
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Room.addOccupantByJid(tigase.xmpp.jid.JID senderJid,
String nickName,
Role role,
tigase.xml.Element pe) |
boolean |
Role.higherThan(Role role) |
boolean |
Role.lowerThan(Role role) |
void |
Room.setNewRole(String nickname,
Role newRole) |
| Modifier and Type | Method and Description |
|---|---|
static Role |
PresenceModuleImpl.getDefaultRole(RoomConfig config,
Affiliation affiliation) |
protected static Role |
ModeratorModule.getRole(tigase.xml.Element item) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModeratorModule.checkItem(Room room,
tigase.xml.Element item,
tigase.xmpp.jid.JID senderJid,
Affiliation senderaAffiliation,
Role senderRole) |
protected tigase.server.Packet |
ModeratorModule.makePresence(tigase.xmpp.jid.JID destinationJid,
tigase.xmpp.jid.BareJID roomJID,
Room room,
tigase.xmpp.jid.BareJID occupantJid,
boolean unavailable,
Affiliation affiliation,
Role role,
String nick,
String reason,
String actor,
String... codes) |
static PresenceModule.PresenceWrapper |
PresenceModule.PresenceWrapper.preparePresenceW(Room room,
tigase.xmpp.jid.JID destinationJID,
tigase.xml.Element presence,
tigase.xmpp.jid.BareJID occupantBareJID,
Collection<tigase.xmpp.jid.JID> occupantJIDs,
String occupantNickname,
Affiliation occupantAffiliation,
Role occupantRole) |
protected void |
ModeratorModule.processMatchingItems(tigase.server.Packet iq,
Room room,
Affiliation filterAffiliation,
Role filterRole,
Collection<tigase.muc.modules.ModeratorModule.Item> resultItems) |
protected void |
ModeratorModule.processSetAffiliation(Room room,
tigase.xml.Element item,
Affiliation newAffiliation,
Role newRole,
String reason,
String actor) |
protected void |
ModeratorModule.processSetRole(Room room,
String occupantNick,
Role newRole,
String reason,
String actor) |
Copyright © 2007–2019 "Tigase, Inc.". All rights reserved.