tigase.jaxmpp.core.client.xmpp.modules.capabilities
Interface CapabilitiesCache
public interface CapabilitiesCache
getFeatures
Set<String> getFeatures(String node)
getIdentity
tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity getIdentity(String node)
getNodesWithFeature
Set<String> getNodesWithFeature(String feature)
isCached
boolean isCached(String node)
store
void store(String node,
String name,
String category,
String type,
Collection<String> features)
Copyright © 2006-2013 Tigase. All Rights Reserved.