public class DiscoItem extends Object
| Constructor and Description |
|---|
DiscoItem(tigase.jaxmpp.core.client.JID jid,
String node,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<String> |
getFeatures() |
Collection<tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity> |
getIdentities() |
tigase.jaxmpp.core.client.JID |
getJid() |
String |
getName() |
String |
getNode() |
boolean |
hasFeature(String feature) |
int |
hashCode() |
public tigase.jaxmpp.core.client.JID getJid()
public String getName()
public String getNode()
public Collection<String> getFeatures()
public boolean hasFeature(String feature)
public Collection<tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoveryModule.Identity> getIdentities()
Copyright © 2015. All rights reserved.