| Package | Description |
|---|---|
| tigase.muc | |
| 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 |
|---|---|
void |
Room.addAffiliationByJid(tigase.xmpp.BareJID jid,
Affiliation affiliation) |
void |
Room.RoomListener.onSetAffiliation(Room room,
tigase.xmpp.BareJID jid,
Affiliation newAffiliation) |
| Modifier and Type | Method and Description |
|---|---|
void |
Room.setAffiliations(Map<tigase.xmpp.BareJID,Affiliation> affiliations) |
| Modifier and Type | Method and Description |
|---|---|
void |
MucDAO.setAffiliation(tigase.xmpp.BareJID roomJID,
tigase.xmpp.BareJID jid,
Affiliation affiliation) |
Copyright © 2007–2014 Tigase. All rights reserved.