Package rocks.xmpp.extensions.caps.model
Provides XML schema implementations of XEP-0115: Entity
Capabilities.
It defines an XMPP protocol extension for broadcasting and dynamically discovering client, device, or generic entity capabilities. In order to minimize network impact, the transport mechanism is standard XMPP presence broadcast (thus forestalling the need for polling related to service discovery data), the capabilities information can be cached either within a session or across sessions, and the format has been kept as small as possible.
-
Interface Summary Interface Description EntityCapabilities An interface for different Entity Capabilities implementations as described in the following two specifications. -
Class Summary Class Description EntityCapabilities1 The implementation of the<c/>
element in thehttp://jabber.org/protocol/caps
.