|
Jive Messenger 2.2.2 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xmpp.packet.Packet
org.xmpp.packet.IQ
org.xmpp.packet.DiscoInfo
public class DiscoInfo
Created by IntelliJ IDEA. User: Gaston Date: Apr 11, 2005 Time: 10:16:52 AM To change this template use File | Settings | File Templates.
Nested Class Summary | |
---|---|
static class |
DiscoInfo.Identity
|
Nested classes/interfaces inherited from class org.xmpp.packet.IQ |
---|
IQ.Type |
Field Summary |
---|
Fields inherited from class org.xmpp.packet.Packet |
---|
docFactory, element |
Constructor Summary | |
---|---|
DiscoInfo()
|
Method Summary | |
---|---|
void |
addFeature(String feature)
|
void |
addIdentity(DiscoInfo.Identity identity)
|
Collection<String> |
getFeatures()
|
Collection<DiscoInfo.Identity> |
getIdentities()
|
Methods inherited from class org.xmpp.packet.IQ |
---|
addExtension, createCopy, createResultIQ, deleteExtension, getChildElement, getExtension, getType, setChildElement, setChildElement, setType |
Methods inherited from class org.xmpp.packet.Packet |
---|
getElement, getError, getFrom, getID, getTo, setError, setError, setFrom, setFrom, setID, setTo, setTo, toString, toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DiscoInfo()
Method Detail |
---|
public Collection<DiscoInfo.Identity> getIdentities()
public void addIdentity(DiscoInfo.Identity identity)
public Collection<String> getFeatures()
public void addFeature(String feature)
|
Jive Messenger 2.2.2 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |