public interface EntityCapabilitiesListener
EntityCapabilitiesManager to register
for events.| Modifier and Type | Method and Description |
|---|---|
void |
entityCapabilitiesChanged(org.xmpp.packet.JID entity,
EntityCapabilities updatedEntityCapabilities,
Set<String> featuresAdded,
Set<String> featuresRemoved,
Set<String> identitiesAdded,
Set<String> identitiesRemoved)
Invoked when a change was detected in the capabilities of a particular entity.
|
void entityCapabilitiesChanged(@Nonnull org.xmpp.packet.JID entity, @Nonnull EntityCapabilities updatedEntityCapabilities, @Nonnull Set<String> featuresAdded, @Nonnull Set<String> featuresRemoved, @Nonnull Set<String> identitiesAdded, @Nonnull Set<String> identitiesRemoved)
entity - The entity for which CAPS changed.updatedEntityCapabilities - The updated capabilities.featuresAdded - The features that are now part of the capabilities, but were not in the previous capabilities of this entity.featuresRemoved - The features that are now no longer part of the capabilities, but were in the previous capabilities of this entity.identitiesAdded - The identities that are now present in the capabilities, but were not in the previous capabilities of this entity.identitiesRemoved - The identities that are no longer part of the capabilities, but were in the previous capabilities of this entity.Copyright © 2003–2020 Ignite Realtime. All rights reserved.