If this manager is enabled (default), entity capabilities are automatically included in every presence notification being sent.
You can check for an entity's capabilities by using {@link #getCapabilities(rocks.xmpp.core.Jid)}, which will either return cached capabilities or ask the entity.
Similarly you can ask if an entity supports a particular feature via {@link #isSupported(String,rocks.xmpp.core.Jid)}. @author Christian Schudt
|
|