Uses of Interface
rocks.xmpp.core.Addressable
-
-
Uses of Addressable in rocks.xmpp.extensions.address.model
Classes in rocks.xmpp.extensions.address.model that implement Addressable Modifier and Type Class Description class
Address
The implementation of the<address/>
element in thehttp://jabber.org/protocol/address
namespace. -
Uses of Addressable in rocks.xmpp.extensions.bytestreams.s5b.model
Subinterfaces of Addressable in rocks.xmpp.extensions.bytestreams.s5b.model Modifier and Type Interface Description interface
Socks5StreamHost
A SOCKS5 stream host interface which is shared by the XEP-0065 implementation and the XEP-0260 implementation.Classes in rocks.xmpp.extensions.bytestreams.s5b.model that implement Addressable Modifier and Type Class Description class
StreamHost
The<streamhost/>
element. -
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 interface
DiscoverableItem
A Service Discovery item which has an id, in order to provide a limited result set.interface
Item
Represents 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 class
ItemElement
The implementation of the<item/>
element in thehttp://jabber.org/protocol/disco#item
namespace, used for item discovery. -
Uses of Addressable in rocks.xmpp.extensions.jingle.transports.s5b.model
Classes in rocks.xmpp.extensions.jingle.transports.s5b.model that implement Addressable Modifier and Type Class Description static class
S5bTransportMethod.Candidate
The implementation of the<candidate/>
element in theurn:xmpp:jingle:transports:s5b:1
namespace. -
Uses of Addressable in rocks.xmpp.extensions.langtrans.model.items
Classes in rocks.xmpp.extensions.langtrans.model.items that implement Addressable Modifier and Type Class Description static class
LanguageSupport.Item
The implementation of the the<item/>
element in theurn:xmpp:langtrans:items
namespace. -
Uses of Addressable in rocks.xmpp.extensions.muc
Classes in rocks.xmpp.extensions.muc that implement Addressable Modifier and Type Class Description class
ChatService
A chat service hosts chat rooms.class
Occupant
The main actor in a multi-user chat environment is the occupant, who can be said to be located "in" a multi-user chat room and to participate in the discussions held in that room. -
Uses of Addressable in rocks.xmpp.extensions.muc.model
Subinterfaces of Addressable in rocks.xmpp.extensions.muc.model Modifier and Type Interface Description interface
Actor
The<actor/>
element, which is used in both#admin
and#user
namespace to indicate who has kicked or banned another user.interface
Destroy
The<destroy/>
element, which is used in both#owner
and#user
namespace and indicates a room destruction.interface
Item
The<item/>
element, which is used in both#admin
and#user
namespace to manage members and indicate users in a chat room. -
Uses of Addressable in rocks.xmpp.extensions.privatedata.rosternotes.model
Classes in rocks.xmpp.extensions.privatedata.rosternotes.model that implement Addressable Modifier and Type Class Description static class
Annotation.Note
Represents a note for a contact in the roster (roster item). -
Uses of Addressable in rocks.xmpp.extensions.pubsub
Classes in rocks.xmpp.extensions.pubsub that implement Addressable Modifier and Type Class Description class
PubSubService
This class acts a facade to deal with a remote pubsub service. -
Uses of Addressable in rocks.xmpp.extensions.pubsub.model
Subinterfaces of Addressable in rocks.xmpp.extensions.pubsub.model Modifier and Type Interface Description interface
Affiliation
Represents the<affiliation/>
element, which is used in both 'pubsub' and 'pubsub#owner' namespace.interface
Subscription
Represents the<subscription/>
element, which is used in 'pubsub', 'pubsub#event' and 'pubsub#owner' namespace. -
Uses of Addressable in rocks.xmpp.extensions.rosterx.model
Classes in rocks.xmpp.extensions.rosterx.model that implement Addressable Modifier and Type Class Description static class
ContactExchange.Item
The roster exchange item. -
Uses of Addressable in rocks.xmpp.extensions.search.model
Classes in rocks.xmpp.extensions.search.model that implement Addressable Modifier and Type Class Description static class
Search.Item
The implementation of a search result item. -
Uses of Addressable in rocks.xmpp.extensions.vcard.temp.model
Classes in rocks.xmpp.extensions.vcard.temp.model that implement Addressable Modifier and Type Class Description class
VCard
The implementation of the<vCard/>
element in thevcard-temp
namespace. -
Uses of Addressable in rocks.xmpp.im.roster.model
Subinterfaces of Addressable in rocks.xmpp.im.roster.model Modifier and Type Interface Description interface
RosterItem
Represents a roster item.Classes in rocks.xmpp.im.roster.model that implement Addressable Modifier and Type Class Description class
Contact
A contact in the user's roster.
-