Uses of Interface
rocks.xmpp.core.Addressable
-
Packages that use Addressable Package Description rocks.xmpp.extensions.disco.model.items Provides XML schema implementations of XEP-0030: Service Discovery (#items).rocks.xmpp.im.roster.model Provides XML schema implementations of the Roster Namespace. -
-
Uses of Addressable in rocks.xmpp.extensions.disco.model.items
Subinterfaces of Addressable in rocks.xmpp.extensions.disco.model.items Modifier and Type Interface Description interfaceDiscoverableItemA Service Discovery item which has an id, in order to provide a limited result set.interfaceItemRepresents a disco item as it is returned in Service Discovery (disco#items) responses.Classes in rocks.xmpp.extensions.disco.model.items that implement Addressable Modifier and Type Class Description classItemElementThe implementation of the<item/>element in thehttp://jabber.org/protocol/disco#itemnamespace, used for item discovery. -
Uses of Addressable in rocks.xmpp.im.roster.model
Subinterfaces of Addressable in rocks.xmpp.im.roster.model Modifier and Type Interface Description interfaceRosterItemRepresents a roster item.Classes in rocks.xmpp.im.roster.model that implement Addressable Modifier and Type Class Description classContactA contact in the user's roster.
-