public class MUCAdmin extends IQ
| Modifier and Type | Class and Description |
|---|---|
static class |
MUCAdmin.Item
Item child that holds information about roles, affiliation, jids and nicks.
|
ID_NOT_AVAILABLE| Constructor and Description |
|---|
MUCAdmin() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(MUCAdmin.Item item)
Adds an item child that holds information about roles, affiliation, jids and nicks.
|
java.lang.String |
getChildElementXML()
Returns the sub-element XML section of the IQ packet, or null if there
isn't one.
|
java.util.Iterator |
getItems()
Returns an Iterator for item childs that holds information about roles, affiliation,
jids and nicks.
|
addExtension, deleteProperty, getError, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, removeExtension, setError, setFrom, setPacketID, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTopublic java.util.Iterator getItems()
public void addItem(MUCAdmin.Item item)
item - the item child that holds information about roles, affiliation, jids and nicks.public java.lang.String getChildElementXML()
IQExtensions of this class must override this method.
getChildElementXML in class IQCopyright © 2003 Jive Software.