| Package | Description |
|---|---|
| tigase.muc | |
| tigase.muc.modules | |
| tigase.muc.repository |
| Modifier and Type | Method and Description |
|---|---|
Affiliation |
Room.getAffiliation(tigase.xmpp.BareJID jid) |
Affiliation |
Room.getAffiliation(String nickname) |
static Affiliation |
Affiliation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Affiliation[] |
Affiliation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Affiliation> |
RoomConfig.getPresenceFilteredAffiliations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Room.addAffiliationByJid(tigase.xmpp.BareJID jid,
Affiliation affiliation) |
boolean |
Affiliation.higherThan(Affiliation affiliation) |
boolean |
Affiliation.lowerThan(Affiliation affiliation) |
void |
PresenceFiltered.onSetAffiliation(Room room,
tigase.xmpp.BareJID jid,
Affiliation newAffiliation) |
void |
Room.RoomListener.onSetAffiliation(Room room,
tigase.xmpp.BareJID jid,
Affiliation newAffiliation) |
void |
Room.setNewAffiliation(tigase.xmpp.BareJID user,
Affiliation affiliation) |
| Modifier and Type | Method and Description |
|---|---|
void |
Room.setAffiliations(Map<tigase.xmpp.BareJID,Affiliation> affiliations) |
| Modifier and Type | Method and Description |
|---|---|
protected static Affiliation |
ModeratorModule.getAffiliation(tigase.xml.Element item) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModeratorModule.checkItem(Room room,
tigase.xml.Element item,
tigase.xmpp.JID senderJid,
Affiliation senderaAffiliation,
Role senderRole) |
static Role |
PresenceModuleImpl.getDefaultRole(RoomConfig config,
Affiliation affiliation) |
protected tigase.server.Packet |
ModeratorModule.makePresence(tigase.xmpp.JID destinationJid,
tigase.xmpp.BareJID roomJID,
Room room,
tigase.xmpp.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 destinationJID,
tigase.xml.Element presence,
tigase.xmpp.BareJID occupantBareJID,
Collection<tigase.xmpp.JID> occupantJIDs,
String occupantNickname,
Affiliation occupantAffiliation,
Role occupantRole)
Method description
|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
MucDAO.setAffiliation(tigase.xmpp.BareJID roomJID,
tigase.xmpp.BareJID jid,
Affiliation affiliation) |
Copyright © 2007–2019 "Tigase, Inc.". All rights reserved.