public interface IAffiliations
| Modifier and Type | Method and Description |
|---|---|
void |
addAffiliation(tigase.xmpp.BareJID jid,
Affiliation affiliation) |
void |
changeAffiliation(tigase.xmpp.BareJID jid,
Affiliation affiliation) |
UsersAffiliation[] |
getAffiliations() |
UsersAffiliation |
getSubscriberAffiliation(tigase.xmpp.BareJID jid) |
boolean |
isChanged() |
String |
serialize() |
void addAffiliation(tigase.xmpp.BareJID jid,
Affiliation affiliation)
void changeAffiliation(tigase.xmpp.BareJID jid,
Affiliation affiliation)
UsersAffiliation[] getAffiliations()
UsersAffiliation getSubscriberAffiliation(tigase.xmpp.BareJID jid)
boolean isChanged()
String serialize()
Copyright © 2008–2015 Tigase. All rights reserved.