- AbstractIQHandler - Class in rocks.xmpp.core.stanza
-
This class is an IQ handler for extension managers.
- accept(T) - Method in interface rocks.xmpp.core.stanza.StanzaFilter
-
Checks whether the stanza is accepted by this filter.
- accept() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamEvent
-
Accepts the session.
- accept(IQ, String, FileTransferOffer, Object, OutputStream) - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferNegotiator
-
- accept(OutputStream) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Accepts the inbound file transfer request.
- accept(Path) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Accepts the inbound file transfer request.
- accept(File) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Accepts the inbound file transfer request.
- accept(Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
-
- accept() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
-
- accept(Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
Accepts the session.
- accept(IQ, String, FileTransferOffer, Object, OutputStream) - Method in class rocks.xmpp.extensions.oob.OutOfBandFileTransferManager
-
- accept(IQ, String, FileTransferOffer, Object, OutputStream) - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
-
- acceptTransport(String, TransportMethod) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
- AccessModel - Enum in rocks.xmpp.extensions.pubsub.model
-
Defines who may subscribe to a node.
- accessModel(AccessModel) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
Who may subscribe and retrieve items.
- accessModel(AccessModel) - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
-
- accuracy(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
-
Sets the horizontal GPS error in meters.
- activate(String, Jid) - Static method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
-
Creates a <query/> element with an <activate/> child element.
- ACTIVE - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
-
User is actively participating in the chat session.
- Active - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.info
-
The implementation of the <active/> element in the urn:xmpp:jingle:apps:rtp:info:1 namespace.
- Active() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.info.Active
-
- Activity - Class in rocks.xmpp.extensions.activity.model
-
The implementation of the <activity/> element in the http://jabber.org/protocol/activity namespace.
- Activity() - Constructor for class rocks.xmpp.extensions.activity.model.Activity
-
Creates an empty activity which is used to disable publishing an activity.
- Activity(Category) - Constructor for class rocks.xmpp.extensions.activity.model.Activity
-
Creates an activity with a category.
- Activity(Category, String) - Constructor for class rocks.xmpp.extensions.activity.model.Activity
-
Creates an activity with a category and text.
- Activity(Category, SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.Activity
-
Creates an activity with a category and a specific activity.
- Activity(Category, SpecificActivity, String) - Constructor for class rocks.xmpp.extensions.activity.model.Activity
-
Creates an activity with a category, a specific activity and a text.
- Actor - Interface in rocks.xmpp.extensions.muc.model
-
The <actor/> element, which is used in both #admin and #user namespace to indicate who has kicked or banned another user.
- addAvatarChangeListener(AvatarChangeListener) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
-
Adds an avatar listener, to listen for avatar updates.
- addBlockingListener(BlockingListener) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
-
Adds a blocking listener, which allows to listen for block and unblock pushes.
- addBookmark(Bookmark) - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
-
Adds a bookmark.
- addByteStreamListener(ByteStreamListener) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamManager
-
Adds a byte stream listener, which allows to listen for inbound byte stream requests.
- addChatPartnerListener(ChatSession.ChatPartnerListener) - Method in class rocks.xmpp.core.chat.ChatSession
-
Adds a chat partner listener.
- addChatSessionListener(ChatSessionListener) - Method in class rocks.xmpp.core.chat.ChatManager
-
Adds a chat session listener.
- addContact(Contact, boolean, String) - Method in class rocks.xmpp.core.roster.RosterManager
-
Adds a contact to the roster and optionally also sends a subscription request to it.
- addContactExchangeListener(ContactExchangeListener) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
-
Adds a contact exchange listener.
- addExtension(DataForm) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Adds an extension.
- addFeature(Feature) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Adds a feature.
- addFeatureListener(StreamFeatureListener) - Method in class rocks.xmpp.core.stream.StreamFeatureNegotiator
-
Adds a feature listener, which will get notified about feature negotiation status changes.
- addFeatureNegotiator(StreamFeatureNegotiator) - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
-
Adds a new feature negotiator, which is responsible for negotiating an individual feature.
- addFileTransferOfferListener(FileTransferOfferListener) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
-
Adds a file transfer listener, which allows to listen for inbound file transfer requests.
- addFileTransferStatusListener(FileTransferStatusListener) - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
Adds a file transfer status listener, which allows to listen for file transfer status changes.
- addGeoLocationListener(GeoLocationListener) - Method in class rocks.xmpp.extensions.geoloc.GeoLocationManager
-
Adds a listener, which allows to listen for geo location changes.
- addHttpAuthenticationListener(HttpAuthenticationListener) - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
-
Adds a HTTP authentication listener, which allows to listen for HTTP authentication confirmation requests.
- addIdentity(Identity) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Adds an identity.
- addInboundIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Adds an inbound IQ listener to the session, which will get notified, whenever an IQ stanza is received.
- addInboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.chat.Chat
-
Adds a message listener, which allows to listen for inbound messages.
- addInboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Adds an inbound message listener to the session, which will get notified, whenever a message is received.
- addInboundPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Adds an inbound presence listener to the session, which will get notified, whenever a presence is received.
- addInfoNode(InfoNode) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Adds an info node.
- addInvitationDeclineListener(InvitationDeclineListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Adds a invitation decline listener, which allows to listen for invitation declines.
- addInvitationListener(InvitationListener) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
-
Adds an invitation listener, which allows to listen for inbound multi-user chat invitations.
- addIQHandler(Class<?>, IQHandler) - Method in class rocks.xmpp.core.session.XmppSession
-
Adds an IQ handler for a given payload type.
- addIQHandler(Class<?>, IQHandler, boolean) - Method in class rocks.xmpp.core.session.XmppSession
-
Adds an IQ handler for a given payload type.
- addIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
-
- addJingleListener(JingleListener) - Method in class rocks.xmpp.extensions.jingle.JingleManager
-
Adds a Jingle listener, which allows to listen for Jingle events.
- addJingleListener(JingleListener) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
Adds a Jingle listener, which allows to listen for Jingle events.
- addMessageDeliveredListener(MessageDeliveredListener) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
-
Adds a message delivered listener, which allows to listen for delivered messages.
- addMessageFilter(StanzaFilter<Message>) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
-
Adds a message filter in order to filter messages for which receipts are requested.
- addMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
-
- addOccupantListener(OccupantListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Adds an occupant listener, which allows to listen for presence changes of occupants, e.g.
- addOutboundIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Adds an outbound IQ listener to the session, which will get notified, whenever an IQ stanza is sent.
- addOutboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Adds an outbound message listener to the session, which will get notified, whenever a message is sent.
- addOutboundPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Adds an outbound presence listener to the session, which will get notified, whenever a presence is sent.
- addPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
-
- addPrivacyListListener(PrivacyListListener) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Adds a privacy list listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
- addReachabilityListener(ReachabilityListener) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
-
Adds a reachability listener, which allows to listen for reachability updates.
- Address - Class in rocks.xmpp.extensions.address.model
-
The implementation of the <address/> element in the http://jabber.org/protocol/address namespace.
- Address(Address.Type, Jid) - Constructor for class rocks.xmpp.extensions.address.model.Address
-
- Address(Address.Type, Jid, String) - Constructor for class rocks.xmpp.extensions.address.model.Address
-
- Address(Address.Type, Jid, String, String) - Constructor for class rocks.xmpp.extensions.address.model.Address
-
- Address(Address.Type, URI, String) - Constructor for class rocks.xmpp.extensions.address.model.Address
-
- Address - Class in rocks.xmpp.extensions.reach.model
-
The implementation of the <address/> element in the urn:xmpp:reach:0 namespace.
- Address(URI) - Constructor for class rocks.xmpp.extensions.reach.model.Address
-
- Address(URI, Address.Description...) - Constructor for class rocks.xmpp.extensions.reach.model.Address
-
- Address.Description - Class in rocks.xmpp.extensions.reach.model
-
The description of the address.
- Address.Description(String, String) - Constructor for class rocks.xmpp.extensions.reach.model.Address.Description
-
- Address.Type - Enum in rocks.xmpp.extensions.address.model
-
The type of the address.
- Addresses - Class in rocks.xmpp.extensions.address.model
-
The implementation of the <addresses/> element in the http://jabber.org/protocol/address namespace..
- Addresses(List<Address>) - Constructor for class rocks.xmpp.extensions.address.model.Addresses
-
Gets the address headers.
- addRosterListener(RosterListener) - Method in class rocks.xmpp.core.roster.RosterManager
-
Adds a roster listener, which will get notified, whenever the roster changes.
- addSessionStatusListener(SessionStatusListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Adds a session listener, which listens for session status changes.
- addSubjectChangeListener(SubjectChangeListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Adds a subject change listener, which allows to listen for subject changes.
- administrators(Collection<Jid>) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Full list of room admins.
- AdvancedMessageProcessing - Class in rocks.xmpp.extensions.amp.model
-
The implementation of the <amp/> element in the http://jabber.org/protocol/amp namespace.
- AdvancedMessageProcessing(Rule...) - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
Constructs an <amp/> element with rules.
- AdvancedMessageProcessing(List<Rule>) - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
Constructs an <amp/> element with rules.
- AdvancedMessageProcessing(List<Rule>, Boolean) - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
Constructs an <amp/> element with rules and a per-hop attribute.
- AdvancedMessageProcessing(List<Rule>, Rule.Action, Jid, Jid) - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
Constructs an <amp/> element with rules, status, from and to attribute.
- Affiliation - Enum in rocks.xmpp.extensions.muc.model
-
A long-lived association or connection with a room; the possible affiliations are "owner", "admin", "member", and "outcast" (naturally it is also possible to have no affiliation); affiliation is distinct from role.
- Affiliation - Interface in rocks.xmpp.extensions.pubsub.model
-
Represents the <affiliation/> element, which is used in both 'pubsub' and 'pubsub#owner' namespace.
- AFFILIATION_CHANGED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform user that his or her affiliation changed while not in the room (101).
- AffiliationState - Enum in rocks.xmpp.extensions.pubsub.model
-
Represents the affiliations which allow to manage permissions.
- allowRegister(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
-
Whether to allow registration with the room.
- allowRequest(boolean) - Method in class rocks.xmpp.extensions.muc.model.RequestVoice.Builder
-
Whether to grant voice.
- allowSubscriptions(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
Whether to allow subscriptions.
- altitude(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
-
Sets the altitude in meters above or below sea level.
- Answer - Class in rocks.xmpp.extensions.sm.model
-
- Answer(int) - Constructor for class rocks.xmpp.extensions.sm.model.Answer
-
- ApplicationFormat - Class in rocks.xmpp.extensions.jingle.apps.model
-
An abstract base class for Jingle application formats.
- ApplicationFormat() - Constructor for class rocks.xmpp.extensions.jingle.apps.model.ApplicationFormat
-
- approve(ContactExchange.Item) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
-
Approves a roster exchange item by modifying the roster accordingly.
- approveSubscription(Jid) - Method in class rocks.xmpp.core.subscription.PresenceManager
-
Approves a subscription request.
- area(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
-
Sets a named area such as a campus or neighborhood.
- asActive() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Gets the privacy list marked as active list.
- asDefault() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Gets the privacy list marked as default list.
- Attention - Class in rocks.xmpp.extensions.attention.model
-
The implementation of the <attention/> element in the urn:xmpp:attention:0 namespace.
- AttentionManager - Class in rocks.xmpp.extensions.attention
-
This manager allows to capture another user's attention.
- AuthenticationException - Exception in rocks.xmpp.core.sasl
-
An exception thrown during the login process, if SASL negotiation with the XMPP server fails.
- AuthenticationException(String) - Constructor for exception rocks.xmpp.core.sasl.AuthenticationException
-
- AuthenticationException(String, Failure) - Constructor for exception rocks.xmpp.core.sasl.AuthenticationException
-
- authenticationMechanisms(String...) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
-
Sets the preferred mechanisms used for this XMPP session.
- avatarChanged(AvatarChangeEvent) - Method in interface rocks.xmpp.extensions.avatar.AvatarChangeListener
-
Notifies the observer for avatar updates.
- AvatarChangeEvent - Class in rocks.xmpp.extensions.avatar
-
The avatar change event to notify about avatar updates.
- AvatarChangeListener - Interface in rocks.xmpp.extensions.avatar
-
An avatar listener is notified, whenever the avatar of a user has changed.
- AvatarData - Class in rocks.xmpp.extensions.avatar.model.data
-
The implementation of the <data/> element in the urn:xmpp:avatar:data namespace.
- AvatarData(byte[]) - Constructor for class rocks.xmpp.extensions.avatar.model.data.AvatarData
-
- AvatarManager - Class in rocks.xmpp.extensions.avatar
-
- AvatarMetadata - Class in rocks.xmpp.extensions.avatar.model.metadata
-
The implementation of the <metadata/> element in the urn:xmpp:avatar:metadata namespace.
- AvatarMetadata(AvatarMetadata.Info...) - Constructor for class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata
-
- AvatarMetadata.Info - Class in rocks.xmpp.extensions.avatar.model.metadata
-
The implementation of the <info/> element in the urn:xmpp:avatar:metadata namespace.
- AvatarMetadata.Info(Integer, String, String) - Constructor for class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
-
- AvatarMetadata.Info(Integer, String, String, Integer, Integer, URL) - Constructor for class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
-
- AvatarUpdate - Class in rocks.xmpp.extensions.vcard.avatar.model
-
The implementation of the <x/> element in the vcard-temp:x:update namespace.
- AvatarUpdate() - Constructor for class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
-
Creates an empty avatar update element to indicate, we are not yet ready to advertise an image.
- AvatarUpdate(String) - Constructor for class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
-
Creates an avatar update element with a hash value.
- awaitNegotiation(Class<? extends StreamFeature>, long) - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
-
Waits until the given feature will be negotiated.
- cacheDirectory(Path) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
-
- call(Jid, String, Value...) - Method in class rocks.xmpp.extensions.rpc.RpcManager
-
Calls a remote procedure.
- cancel() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
- cancelNegotiation() - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
-
Cancels negotiation and releases any locks.
- cancelRegistration() - Method in class rocks.xmpp.extensions.register.RegistrationManager
-
Cancels a registration.
- Candidate - Class in rocks.xmpp.extensions.jingle.transports.iceudp.model
-
- Candidate() - Constructor for class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
- Candidate.Type - Enum in rocks.xmpp.extensions.jingle.transports.iceudp.model
-
- canProcess(Object) - Method in class rocks.xmpp.core.stream.StreamFeatureNegotiator
-
Checks, whether the element can be processed by the feature negotiator.
- canProcess(Object) - Method in class rocks.xmpp.extensions.compress.CompressionManager
-
- captureAttention(Jid) - Method in class rocks.xmpp.extensions.attention.AttentionManager
-
Captures the attention of another user.
- Category - Enum in rocks.xmpp.extensions.activity.model
-
Represents the category or general activity.
- changeAffiliation(Affiliation, Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Changes the affiliation for an user.
- changeAffiliationsOrRoles(List<Item>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Changes multiple affiliations or roles.
- changeAvailabilityStatus(AbstractPresence.Show, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Changes the availability status.
- changeNickname(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Changes the nickname.
- changePassword(String, String) - Method in class rocks.xmpp.extensions.register.RegistrationManager
-
Changes the password for the current user.
- changeRole(Role, String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Changes the role for an occupant.
- changeSubject(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Changes the room subject.
- changeSubjectAllowed(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Whether to allow occupants to change subject.
- changeSubjectAllowed(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
-
Indicates, whether the room subject can be modified by participants.
- Chat - Class in rocks.xmpp.core.chat
-
An abstract chat class, which represents either a one-to-one chat session or a group chat session.
- Chat() - Constructor for class rocks.xmpp.core.chat.Chat
-
- ChatManager - Class in rocks.xmpp.core.chat
-
This class manages one-to-one chat sessions, which are described in
5.1.
- chatPartnerChanged(ChatSession.ChatPartnerEvent) - Method in interface rocks.xmpp.core.chat.ChatSession.ChatPartnerListener
-
Called, whenever the
ChatSession's partner was replaced.
- ChatRoom - Class in rocks.xmpp.extensions.muc
-
Represents a chat room.
- ChatRoomBookmark - Class in rocks.xmpp.extensions.bookmarks.model
-
A conference bookmark to bookmark multi-user chat rooms.
- ChatRoomBookmark(String, Jid) - Constructor for class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
-
Creates a conference bookmark.
- ChatRoomBookmark(String, Jid, String, String, boolean) - Constructor for class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
-
Creates a conference bookmark.
- ChatService - Class in rocks.xmpp.extensions.muc
-
A chat service hosts chat rooms.
- ChatSession - Class in rocks.xmpp.core.chat
-
Implements a one-to-one chat session.
- ChatSession.ChatPartnerEvent - Class in rocks.xmpp.core.chat
-
A
ChatPartnerEvent is fired, whenever a
ChatSession's partner was
replaced.
- ChatSession.ChatPartnerListener - Interface in rocks.xmpp.core.chat
-
A listener interface which allows to listen for partner changes in chat sessions.
- chatSessionCreated(ChatSessionEvent) - Method in interface rocks.xmpp.core.chat.ChatSessionListener
-
Called, whenever a new chat session is created.
- ChatSessionEvent - Class in rocks.xmpp.core.chat
-
A chat session event is fired, whenever a new chat session is created.
- ChatSessionListener - Interface in rocks.xmpp.core.chat
-
A listener interface which allows to listen for new chat sessions.
- ChatState - Class in rocks.xmpp.extensions.chatstates.model
-
Represents a chat state, i.e. composing, active, inactive, paused or gone.
- ChatStateManager - Class in rocks.xmpp.extensions.chatstates
-
This class manages Chat State Notifications, which are used to communicate the status of a user in a chat session, thus indicating whether a chat partner is actively engaged in the chat, composing a message, temporarily paused, inactive, or gone.
- children(Collection<String>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
The child nodes (leaf or collection) associated with a collection.
- ChildrenAssociationPolicy - Enum in rocks.xmpp.extensions.pubsub.model
-
The children association policy defines, who may associate leaf nodes with a collection.
- childrenAssociationPolicy(ChildrenAssociationPolicy) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
Who may associate leaf nodes with a collection.
- childrenAssociationWhitelist(Collection<Jid>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
The list of JIDs that may associate leaf nodes with a collection.
- childrenMax(int) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
The maximum number of child nodes that can be associated with a collection.
- city(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
-
Sets the city.
- clear() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
-
- clear() - Method in class rocks.xmpp.core.util.cache.LruCache
-
- close() - Method in class rocks.xmpp.core.session.TcpConnection
-
Closes the TCP connection.
- close() - Method in class rocks.xmpp.core.session.XmppSession
-
Explicitly closes the session and performs a clean up of all listeners.
- close() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
-
- CLOSED_NODE - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <closed-node/> pubsub error.
- ClosedNode - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <closed-node/> pubsub error.
- collection(Collection<String>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
The collection(s) with which a node is affiliated.
- Command - Class in rocks.xmpp.extensions.commands.model
-
The implementation of the <command/> element in the http://jabber.org/protocol/commands namespace.
- Command(String, Command.Action) - Constructor for class rocks.xmpp.extensions.commands.model.Command
-
Creates a command request for simple execution.
- Command(String, String, Command.Action, List<Object>) - Constructor for class rocks.xmpp.extensions.commands.model.Command
-
Creates a command request, which is created by the requester.
- Command(String, String, Command.Action, List<Object>, String, List<Command.Note>) - Constructor for class rocks.xmpp.extensions.commands.model.Command
-
Creates a command request, which is created by the requester.
- Command(String, String, Command.Status, Collection<Command.Action>, Command.Action, List<Object>) - Constructor for class rocks.xmpp.extensions.commands.model.Command
-
Creates a command result, which is created by the responder.
- Command(String, String, Command.Status, Collection<Command.Action>, Command.Action, List<Object>, String, List<Command.Note>) - Constructor for class rocks.xmpp.extensions.commands.model.Command
-
Creates a command result, which is created by the responder.
- Command.Action - Enum in rocks.xmpp.extensions.commands.model
-
Represents a command action.
- Command.BadAction - Class in rocks.xmpp.extensions.commands.model
-
The responding JID cannot accept the specified action.
- Command.BadAction() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadAction
-
- Command.BadLocale - Class in rocks.xmpp.extensions.commands.model
-
The responding JID cannot accept the specified language/locale.
- Command.BadLocale() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadLocale
-
- Command.BadPayload - Class in rocks.xmpp.extensions.commands.model
-
The responding JID cannot accept the specified payload (e.g. the data form did not provide one or more required fields).
- Command.BadPayload() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadPayload
-
- Command.BadSessionId - Class in rocks.xmpp.extensions.commands.model
-
The responding JID cannot accept the specified sessionid.
- Command.BadSessionId() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadSessionId
-
- Command.MalformedAction - Class in rocks.xmpp.extensions.commands.model
-
The responding JID does not understand the specified action.
- Command.MalformedAction() - Constructor for class rocks.xmpp.extensions.commands.model.Command.MalformedAction
-
- Command.Note - Class in rocks.xmpp.extensions.commands.model
-
Represents a note associated with a command.
- Command.Note(Command.Note.Type, String) - Constructor for class rocks.xmpp.extensions.commands.model.Command.Note
-
Creates a note.
- Command.Note.Type - Enum in rocks.xmpp.extensions.commands.model
-
Represents the note type.
- Command.SessionExpired - Class in rocks.xmpp.extensions.commands.model
-
The requesting JID specified a sessionid that is no longer active (either because it was completed, canceled, or timed out).
- Command.SessionExpired() - Constructor for class rocks.xmpp.extensions.commands.model.Command.SessionExpired
-
- Command.Status - Enum in rocks.xmpp.extensions.commands.model
-
Represents the status of the command.
- communicateHash() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
-
- compareTo(Bookmark) - Method in class rocks.xmpp.extensions.bookmarks.model.Bookmark
-
Compares this bookmark by its name.
- compareTo(S5bTransportMethod.Candidate) - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
-
- compareTo(ChatRoom) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Compares this chat service first by their name and then by their service address.
- compareTo(ChatService) - Method in class rocks.xmpp.extensions.muc.ChatService
-
Compares this chat service first by their name and then by their service address.
- compareTo(Occupant) - Method in class rocks.xmpp.extensions.muc.Occupant
-
Compares this occupant with another occupant.
- compareTo(PrivacyList) - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Compares this privacy list with another list.
- compareTo(PrivacyRule) - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
-
Compares this rule with another rule by comparing their order.
- completeNegotiation(long) - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
-
Negotiates all pending features, if any, and waits until all features have been negotiated.
- COMPOSING - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
-
User is composing a message.
- compress(OutputStream) - Method in interface rocks.xmpp.extensions.compress.CompressionMethod
-
Gets the compressed output stream.
- CompressionManager - Class in rocks.xmpp.extensions.compress
-
- CompressionMethod - Interface in rocks.xmpp.extensions.compress
-
An interface to describe a compression method.
- compressionMethods(CompressionMethod...) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
-
Sets the compression method.
- CONFIGURATION_REQUIRED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <configuration-required/> pubsub error.
- ConfigurationRequired - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <configuration-required/> pubsub error.
- configure(RoomConfiguration) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Configures this room.
- configureNode(NodeConfiguration) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Configures the node by submitting the configuration form.
- configureSubscription(SubscribeOptions) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Configures the subscription options for this node.
- confirm() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
-
Confirms the HTTP authentication request.
- ConfirmationRequest - Class in rocks.xmpp.extensions.httpauth.model
-
The implementation of the <confirm/> element in the http://jabber.org/protocol/http-auth namespace.
- ConfirmationRequest(String, String, URL) - Constructor for class rocks.xmpp.extensions.httpauth.model.ConfirmationRequest
-
Creates a confirmation request element.
- confirmationRequested(HttpAuthenticationEvent) - Method in interface rocks.xmpp.extensions.httpauth.HttpAuthenticationListener
-
Called when a server requested an HTTP authentication confirmation.
- connect() - Method in class rocks.xmpp.core.session.Connection
-
- connect(Jid) - Method in class rocks.xmpp.core.session.Connection
-
Connects to the server and provides an optional 'from' attribute.
- connect() - Method in class rocks.xmpp.core.session.TcpConnection
-
Deprecated.
- connect(Jid) - Method in class rocks.xmpp.core.session.TcpConnection
-
Connects to the specified XMPP server using a socket connection.
- connect() - Method in class rocks.xmpp.core.session.XmppSession
-
Connects to the XMPP server.
- connect(Jid) - Method in class rocks.xmpp.core.session.XmppSession
-
Connects to the XMPP server.
- connect() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
-
Deprecated.
- connect(Jid) - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
-
Connects to the BOSH server.
- Connection - Class in rocks.xmpp.core.session
-
The base connection class which provides hostname, port and proxy information.
- ConnectionConfiguration - Class in rocks.xmpp.core.session
-
A base class for connection configurations.
- ConnectionConfiguration.Builder<T extends ConnectionConfiguration.Builder<T>> - Class in rocks.xmpp.core.session
-
An abstract builder class for building immutable configuration objects.
- ConnectionException - Exception in rocks.xmpp.core.session
-
Indicates a failure while connecting to the server.
- ConnectionException() - Constructor for exception rocks.xmpp.core.session.ConnectionException
-
- ConnectionException(String) - Constructor for exception rocks.xmpp.core.session.ConnectionException
-
- ConnectionException(Throwable) - Constructor for exception rocks.xmpp.core.session.ConnectionException
-
- ConnectionException(String, Throwable) - Constructor for exception rocks.xmpp.core.session.ConnectionException
-
- connectTimeout(int) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
-
Sets a timeout for the connection establishment.
- ConsoleDebugger - Class in rocks.xmpp.core.session.debug
-
A simple debugger implementation, which uses System.out to print XMPP traffic.
- ConsoleDebugger() - Constructor for class rocks.xmpp.core.session.debug.ConsoleDebugger
-
- ContactExchange - Class in rocks.xmpp.extensions.rosterx.model
-
The implementation of the <x/> element in the http://jabber.org/protocol/rosterx namespace.
- ContactExchange() - Constructor for class rocks.xmpp.extensions.rosterx.model.ContactExchange
-
- ContactExchange.Item - Class in rocks.xmpp.extensions.rosterx.model
-
The roster exchange item.
- ContactExchange.Item(Jid, String, Collection<String>, ContactExchange.Item.Action) - Constructor for class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
-
- ContactExchange.Item.Action - Enum in rocks.xmpp.extensions.rosterx.model
-
The action for a roster item exchange.
- ContactExchangeEvent - Class in rocks.xmpp.extensions.rosterx
-
This event notifies listeners, when an entity suggests to add, delete or modify a contact.
- ContactExchangeListener - Interface in rocks.xmpp.extensions.rosterx
-
Allows to listen for contact exchange suggestions.
- ContactExchangeManager - Class in rocks.xmpp.extensions.rosterx
-
Manages contact exchange between entities.
- contactExchangeSuggested(ContactExchangeEvent) - Method in interface rocks.xmpp.extensions.rosterx.ContactExchangeListener
-
Called when another entity suggests to exchange a contact.
- contacts(Collection<Jid>) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
-
Gets the contact addresses (normally, room owner or owners).
- contacts(Collection<Jid>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
The JIDs of those to contact with questions
- contacts(Collection<Jid>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
-
The JIDs of those to contact with questions.
- containsKey(Object) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
-
- containsKey(Object) - Method in class rocks.xmpp.core.util.cache.LruCache
-
- containsValue(Object) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
-
- containsValue(Object) - Method in class rocks.xmpp.core.util.cache.LruCache
-
- context(CoreContext) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
-
Sets XMPP context which is used to setup the JAXBContext and which defines the initial extension managers.
- Continue - Class in rocks.xmpp.extensions.muc.model.user
-
The implementation of the <continue/> element.
- Continue(String) - Constructor for class rocks.xmpp.extensions.muc.model.user.Continue
-
Creates a continue element with a thread.
- CoreContext - Class in rocks.xmpp.core.session.context
-
The context provides XMPP classes as well as manager classes which are associated with an XMPP session.
- CoreContext(Class<?>...) - Constructor for class rocks.xmpp.core.session.context.CoreContext
-
- CoreContext(Collection<Class<? extends Manager>>, Class<?>...) - Constructor for class rocks.xmpp.core.session.context.CoreContext
-
- correctMessage(String, Message) - Method in class rocks.xmpp.extensions.messagecorrect.MessageCorrectionManager
-
Corrects a message with a new message by sending the new message and appending the 'replace' extension.
- country(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
-
Sets the nation where the user is located.
- countryCode(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
-
Sets the ISO 3166 two-letter country code.
- create() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Creates the node on the remote pubsub service.
- create(NodeConfiguration) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Creates and configures this node on the remote pubsub service.
- createChatService(Jid) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
-
Creates a chat service for the specified service address.
- createChatSession(Jid) - Method in class rocks.xmpp.core.chat.ChatManager
-
- createConnection(XmppSession) - Method in class rocks.xmpp.core.session.ConnectionConfiguration
-
A factory method to create the connection.
- createConnection(XmppSession) - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration
-
- createConnection(XmppSession) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
-
- createContendId(byte[]) - Static method in class rocks.xmpp.extensions.bob.model.Data
-
Creates the content id.
- createInputStream(InputStream) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
-
- createInputStream(InputStream) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
-
Creates a new input stream from the actual input stream.
- createInvisibilityList() - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Creates a global invisibility list.
- createInvisibilityListExceptForGroups(String, String...) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Creates a global invisibility list, where you are still visible to some contacts.
- createInvisibilityListExceptForUsers(String, Jid...) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Creates a global invisibility list, where you are still visible to some contacts.
- createInvisibilityListForGroups(String, String...) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Creates a selective invisibility list.
- createInvisibilityListForUsers(String, Jid...) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Creates a selective invisibility list.
- createItem(Affiliation, Role, Jid, String, Actor, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
-
- createItem(Role, String, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
-
- createItem(Role, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
-
- createItem(Role) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
-
- createItem(Affiliation) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
-
- createItem(Affiliation, Jid) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
-
- createItem(Affiliation, Jid, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
-
- createItem(Affiliation, Jid, String, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
-
- createMarshaller() - Method in class rocks.xmpp.core.session.XmppSession
-
Creates a marshaller, which can be used to create XML from objects.
- createOrUpdateList(PrivacyList) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Creates or edits a privacy list.
- createOutputStream(OutputStream) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
-
- createOutputStream(OutputStream) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
-
Creates a new output stream from the actual output stream.
- createPersonalEventingService() - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
-
Creates a personal eventing service.
- createPubSubService(Jid) - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
-
Creates a pubsub service.
- createResultSet(ResultSetProvider<T>, ResultSetManagement) - Static method in class rocks.xmpp.extensions.rsm.ResultSetManager
-
Creates a result set from a result set provider and a result set management.
- createRoom() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Creates an instant room.
- createRoom(String) - Method in class rocks.xmpp.extensions.muc.ChatService
-
Creates a new chat room.
- createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class rocks.xmpp.core.sasl.XmppSaslClientFactory
-
- createSession(Jid, Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.JingleManager
-
- createUnmarshaller() - Method in class rocks.xmpp.core.session.XmppSession
-
Creates a new unmarshaller, which can be used to unmarshal XML to objects.
- creationDate(Date) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
-
The datetime when the node was created.
- creator(Jid) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
-
The JID of the node creator.
- CryptoRequired - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.errors
-
The implementation of the <crypto-required/> element in the urn:xmpp:jingle:apps:rtp:errors:1 namespace.
- CryptoRequired() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.errors.CryptoRequired
-
- currentNumberOfOccupants(int) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
-
Sets the current number of occupants in the room.
- GeoLocation - Class in rocks.xmpp.extensions.geoloc.model
-
The implementation of the <geoloc/> element in the http://jabber.org/protocol/geoloc namespace.
- GeoLocation() - Constructor for class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Creates an empty geolocation element.
- GeoLocation(double, double) - Constructor for class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Deprecated.
Use the builder to create an instance of this class.
- GeoLocation.Builder - Class in rocks.xmpp.extensions.geoloc.model
-
A builder class to which builds geo location objects.
- GeoLocationEvent - Class in rocks.xmpp.extensions.geoloc
-
This event notifies listeners, when a geo location has been updated.
- GeoLocationListener - Interface in rocks.xmpp.extensions.geoloc
-
A listener which allows to listen for geo location updates.
- GeoLocationManager - Class in rocks.xmpp.extensions.geoloc
-
Manages the publishing of user location and the notification of it.
- geoLocationUpdated(GeoLocationEvent) - Method in interface rocks.xmpp.extensions.geoloc.GeoLocationListener
-
Called when a geo location has been updated.
- get(Object) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
-
- get(Object) - Method in class rocks.xmpp.core.util.cache.LruCache
-
- getAccessModel() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Who may subscribe and retrieve items.
- getAccessModel() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
-
Gets the access model.
- getAccuracy() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the horizontal GPS error in meters.
- getAction() - Method in class rocks.xmpp.extensions.amp.model.Rule
-
The 'action' attribute defines the result for this rule.
- getAction() - Method in class rocks.xmpp.extensions.commands.model.Command
-
Gets the action, which is used by the requester.
- getAction() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
-
Gets the Jingle action.
- getAction() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
-
Sets the action to perform (either allow or deny).
- getAction() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
-
Gets the action indicating adding, deleting or modifying the roster item.
- getActions() - Method in class rocks.xmpp.extensions.commands.model.Command
-
Gets the possible command actions, which are provided by the responder.
- getActions() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText
-
- getActiveConnection() - Method in class rocks.xmpp.core.session.XmppSession
-
Gets the actively used connection.
- getActiveName() - Method in class rocks.xmpp.extensions.privacy.model.Privacy
-
Gets the active list name.
- getActor() - Method in interface rocks.xmpp.extensions.muc.model.Item
-
Gets the actor for a kick or ban.
- getActor() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
-
Gets the actor in case the occupant was kicked or banned from the room.
- getAddedContacts() - Method in class rocks.xmpp.core.roster.RosterEvent
-
Gets the added contacts, which have been added since the last roster push or which have been initially set by the first roster result.
- getAdditionalInformation() - Method in class rocks.xmpp.extensions.search.model.Search
-
Gets additional information for the search, e.g. for gender.
- getAddress() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the room address.
- getAddress() - Method in class rocks.xmpp.extensions.muc.ChatService
-
Gets the service address.
- getAddress() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
-
Gets the service address.
- getAddresses() - Method in class rocks.xmpp.extensions.address.model.Addresses
-
Gets the addresses.
- getAddresses() - Method in class rocks.xmpp.extensions.reach.model.Reachability
-
Gets the addresses.
- getAddresses() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the addresses.
- getAdministrators() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the administrators.
- getAffiliation() - Method in interface rocks.xmpp.extensions.muc.model.Item
-
Gets the affiliation.
- getAffiliation() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the affiliation of the occupant.
- getAffiliations() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Gets the affiliations, if this pubsub element contains 'affiliations' element.
- getAffiliations() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getAffiliations() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the affiliations for this node.
- getAffiliationState() - Method in interface rocks.xmpp.extensions.pubsub.model.Affiliation
-
Gets the affiliation to a node.
- getAgent() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets information about another person who will act on behalf of the individual or resource associated with the vCard.
- getAlgorithm() - Method in class rocks.xmpp.extensions.hashes.model.Hash
-
Gets the hash algorithm.
- getAlternativeRoom() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
-
Gets the alternative room address in case the old room has been destroyed.
- getAltitude() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the altitude in meters above or below sea level.
- getApplicationFormat() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
-
Gets the application type.
- getArea() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a named area such as a campus or neighborhood.
- getArtist() - Method in class rocks.xmpp.extensions.tune.model.Tune
-
Gets the artist or performer of the song or piece.
- getAsArray() - Method in class rocks.xmpp.extensions.rpc.model.Value
-
Gets the value as array or null.
- getAsBoolean() - Method in class rocks.xmpp.extensions.rpc.model.Value
-
Gets the value as boolean or null.
- getAsByteArray() - Method in class rocks.xmpp.extensions.rpc.model.Value
-
Gets the value as byte array or null.
- getAsDate() - Method in class rocks.xmpp.extensions.rpc.model.Value
-
Gets the value as date or null.
- getAsDouble() - Method in class rocks.xmpp.extensions.rpc.model.Value
-
Gets the value as double or null.
- getAsInteger() - Method in class rocks.xmpp.extensions.rpc.model.Value
-
Gets the value as integer or null.
- getAsMap() - Method in class rocks.xmpp.extensions.rpc.model.Value
-
Gets the value as map or null.
- getAsString() - Method in class rocks.xmpp.extensions.rpc.model.Value
-
Gets the value as string or null.
- getAuthenticationMechanisms() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
-
Gets the preferred authentication (SASL) mechanisms.
- getAvailableStreamHosts() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
Gets a list of available stream hosts, including the discovered proxies and the local host.
- getAvatar() - Method in class rocks.xmpp.extensions.avatar.AvatarChangeEvent
-
Gets the avatar image data.
- getAvatar(Jid) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
-
Gets the user avatar from the user's vCard.
- getBandwidth() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
-
Gets the band width.
- getBanList() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the ban list.
- getBearing() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the GPS bearing (direction in which the entity is heading to reach its next waypoint), measured in decimal degrees relative to true north.
- getBirthday() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the birthday.
- getBlockedContacts() - Method in class rocks.xmpp.extensions.blocking.BlockingEvent
-
Gets the (newly) blocked contacts, which were pushed by the server.
- getBlockedContacts() - Method in class rocks.xmpp.extensions.blocking.BlockingManager
-
Retrieves the blocked contacts.
- getBlockSize() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open
-
Gets the block size;
- getBlockSize() - Method in class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandBytestreamsTransportMethod
-
- getBody() - Method in class rocks.xmpp.extensions.xhtmlim.model.Html
-
Gets the body of this XHTML document.
- getBodyXslt() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The URL of an XSL transformation which can be
applied to payloads in order to generate an
appropriate message body element.
- getBookmarks() - Method in class rocks.xmpp.extensions.bookmarks.model.BookmarkStorage
-
Gets the bookmarks.
- getBuilding() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a specific building on a street or in an area.
- getBytes() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
-
Gets the size of the image data in bytes.
- getBytes() - Method in class rocks.xmpp.extensions.bob.model.Data
-
Gets the bytes.
- getBytes() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Data
-
Gets the bytes.
- getBytesTransferred() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
Gets the transferred bytes.
- getBytesTransferred() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferStatusEvent
-
Gets the number of bytes transferred so far.
- getCacheDirectory() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
-
Gets the caching directory for directory-based caches used for:
XEP-0084: User Avatar
XEP-0115: Entity Capabilities
XEP-0153: vCard-Based Avatars
By default this directory is called
xmpp.rocks and is located in the operating system's application data folder:
For Windows it is
%APPDATA%, which usually is
C:\Users\{USERNAME}\AppData\Roaming
For Mac it is
~/Library/Application Support
Else it is the user's home directory.
- getCandidates() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
-
- getCandidates() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
-
- getCapabilities(Jid) - Method in class rocks.xmpp.extensions.caps.EntityCapabilitiesManager
-
- getCategories() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets application category information about the vCard.
- getCategory() - Method in class rocks.xmpp.extensions.activity.model.Activity
-
Gets the category.
- getChannels() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
-
Gets the number of channels.
- getChatManager() - Method in class rocks.xmpp.core.session.XmppSession
-
- getChatPartner() - Method in class rocks.xmpp.core.chat.ChatSession
-
Gets the chat partner of this chat session.
- getChatRoomBookmarks() - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
-
Gets a sorted collection of chat room bookmarks.
- getChatServices() - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
-
- getChatSession() - Method in class rocks.xmpp.core.chat.ChatSessionEvent
-
Gets the chat session.
- getChildren() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The child nodes (leaf or collection) associated with a collection.
- getChildrenAssociationPolicy() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Who may associate leaf nodes with a collection.
- getChildrenAssociationWhitelist() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The list of JIDs that may associate leaf nodes with a collection.
- getChildrenMax() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The maximum number of child nodes that can be associated with a collection.
- getCid() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
-
- getCity() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the city.
- getCity() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Gets the city.
- getClassification() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
- getClockRate() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
-
Gets the sampling frequency in Hertz.
- getCode() - Method in class rocks.xmpp.extensions.muc.model.user.Status
-
Gets the status code.
- getCollection() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The collection(s) with which a node is affiliated.
- getComponent() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
-
- getCompressionMethods() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
-
Gets the compression methods.
- getCondition() - Method in exception rocks.xmpp.core.sasl.AuthenticationException
-
The specific SASL error condition.
- getCondition() - Method in class rocks.xmpp.extensions.amp.model.Rule
-
The 'condition' attribute defines the overall condition this rule applies to.
- getCondition() - Method in exception rocks.xmpp.extensions.httpbind.BoshException
-
Gets the BOSH error condition.
- getConfiguration() - Method in class rocks.xmpp.core.session.XmppSession
-
Gets the configuration for this session.
- getConfigurationForm() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the configuration form for the room.
- getConfigurationForm() - Method in class rocks.xmpp.extensions.muc.model.owner.MucOwner
-
Gets the configuration form.
- getConfigurationForm() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
-
Gets the configuration form.
- getConfigurationForm() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Gets the configuration form if the pubsub element contains either a <configure/> or a <default/> element.
- getConfigurationForm() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getConfiguredCompressionMethods() - Method in class rocks.xmpp.extensions.compress.CompressionManager
-
Gets the configured compression methods.
- getConfirmationRequest() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
-
Gets the confirmation request.
- getConnectedResource() - Method in class rocks.xmpp.core.session.XmppSession
-
Gets the connected resource, which is assigned by the server after resource binding.
- getConnections() - Method in class rocks.xmpp.core.session.XmppSession
-
Gets an unmodifiable list of connections, which this session will try during connecting.
- getConnectTimeout() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
-
Gets the timeout for connection establishment.
- getContact(Jid) - Method in class rocks.xmpp.core.roster.RosterManager
-
Gets a contact by its JID.
- getContact() - Method in class rocks.xmpp.extensions.avatar.AvatarChangeEvent
-
Gets the bare JID of the contact who's associated with the avatar, i.e. who changed his or her avatar.
- getContact() - Method in class rocks.xmpp.extensions.reach.ReachabilityEvent
-
Gets the contact, who changed reachability.
- getContactGroups() - Method in class rocks.xmpp.core.roster.RosterManager
-
Gets the contact groups.
- getContacts() - Method in class rocks.xmpp.core.roster.RosterManager
-
Gets the contacts.
- getContacts() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Gets the contact addresses (normally room owners).
- getContacts() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the contact addresses (normally, room owner or owners).
- getContacts() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The JIDs of those to contact with questions.
- getContacts() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the contacts.
- getContent() - Method in class rocks.xmpp.extensions.xhtmlim.model.Html
-
Gets XHTML content of the body, i.e. the content between the <body></body> element.
- getContentId() - Method in class rocks.xmpp.extensions.bob.model.Data
-
A Content-ID that can be mapped to a cid: URL as specified in
RFC 2111.
- getContents() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
-
Gets the contents.
- getCountry() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the nation where the user is located.
- getCountry() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Gets the country.
- getCountryCode() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the ISO 3166 two-letter country code.
- getCreationDate() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the creation date.
- getCreator() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
-
Gets the creator of the content.
- getCreator() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the creator.
- getCredential() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Key
-
Gets the credential.
- getCrypto() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Encryption
-
- getCryptoSuite() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
-
- getCurrentNumberOfOccupants() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Gets the current number of occupants in the room.
- getCurrentNumberOfOccupants() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the current number of occupants in the room.
- getData() - Method in class rocks.xmpp.extensions.avatar.model.data.AvatarData
-
Gets the image data.
- getData(Class<T>) - Method in class rocks.xmpp.extensions.privatedata.PrivateDataManager
-
Gets private data, which is stored on the server.
- getDataForm() - Method in class rocks.xmpp.extensions.featureneg.model.FeatureNegotiation
-
Gets the data form, which contains feature negotiation details.
- getDataForm() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
-
Gets the underlying data form.
- getDataForm() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the underlying form.
- getDataForm() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Gets the underlying data form.
- getDataForm() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
-
Gets the underlying data form.
- getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Gets the underlying data form.
- getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the underlying data form.
- getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
-
Gets the underlying data form.
- getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub.Default
-
Gets the default subscription options.
- getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub.Options
-
Gets the data form.
- getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
Gets the underlying data form.
- getDataformXslt() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The URL of an XSL transformation which can be
applied to the payload format in order to generate
a valid Data Forms result that the client could
display using a generic Data Forms rendering
engine.
- getDate() - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferOffer
-
Gets the last modification time of the file.
- getDate() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getDate() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
-
- getDate() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
-
Gets the date, when the message was sent.
- getDate() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets some date (e.g. birth date, hire date, sign-up date).
- getDate() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
-
Gets the send date.
- getDate() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
-
Gets the last modification time of the file.
- getDate() - Method in class rocks.xmpp.extensions.time.model.EntityTime
-
Gets the entity's date.
- getDatum() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the GPS datum.
- getDebugger() - Method in class rocks.xmpp.core.session.XmppSession
-
Gets the debugger or null if no debugger class was specified in the configuration.
- getDebugger() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
-
Gets the current debugger for this session.
- getDecline() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
-
Gets the decline.
- getDefault() - Static method in class rocks.xmpp.core.session.TcpConnectionConfiguration
-
Gets the default configuration.
- getDefault() - Static method in class rocks.xmpp.core.session.XmppSessionConfiguration
-
Gets the default configuration.
- getDefault() - Static method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
-
Gets the default configuration.
- getDefault() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getDefaultAction() - Method in class rocks.xmpp.extensions.commands.model.Command
-
Gets the default action or null, if there is no default action.
- getDefaultName() - Method in class rocks.xmpp.extensions.privacy.model.Privacy
-
Sets the default list name.
- getDefaultResponseTimeout() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
-
Gets the response timeout.
- getDefaultSubscriptionOptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
- getDefaultTimeout() - Method in class rocks.xmpp.core.session.XmppSession
-
- getDelayedDelivery() - Method in class rocks.xmpp.extensions.forward.model.Forwarded
-
Gets the date, when the forwarding entity received the forwarded stanza.
- getDeliveryDate() - Method in class rocks.xmpp.extensions.receipts.MessageDeliveredEvent
-
Gets the date, when the original message has been delivered, i.e. when the delivery receipt has been sent.
- getDesc() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets free-form descriptive text.
- getDescription() - Method in class rocks.xmpp.extensions.address.model.Address
-
Gets the description.
- getDescription() - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferOffer
-
Gets a sender-generated description of the file.
- getDescription() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getDescription() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a natural-language name for or description of the location.
- getDescription() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
-
- getDescription() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets a short description.
- getDescription() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Gets a short description.
- getDescription() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets a short description.
- getDescription() - Method in class rocks.xmpp.extensions.oob.model.iq.OobIQ
-
Gets the description.
- getDescription() - Method in class rocks.xmpp.extensions.oob.model.x.OobX
-
Gets the description.
- getDescription() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
A description of the node.
- getDescription() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the description.
- getDescription() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
-
Gets a sender-generated description of the file.
- getDescriptions() - Method in class rocks.xmpp.extensions.reach.model.Address
-
- getDestroy() - Method in class rocks.xmpp.extensions.muc.model.owner.MucOwner
-
Gets the destroy element.
- getDestroy() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
-
Gets the destroy element.
- getDigestFrequency() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
The minimum number of milliseconds between
sending any two notification digests
- getDisposition() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
-
Gets the content disposition.
- getDomain() - Method in class rocks.xmpp.core.session.XmppSession
-
Gets the XMPP domain of the connected server.
- getDstAddr() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
-
- getEmail() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
-
Gets the e-mail address.
- getEmail() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the email street.
- getEmail() - Method in class rocks.xmpp.extensions.search.model.Search
-
Gets the email address.
- getEmail() - Method in class rocks.xmpp.extensions.search.model.Search.Item
-
Gets the email address.
- getEmail() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
-
Gets the actual email address.
- getEmails() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the email addresses.
- getEncryption() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
-
Gets the encryption element.
- getEntityTime(Jid) - Method in class rocks.xmpp.extensions.time.EntityTimeManager
-
Gets the time information (e.g. time zone) of another XMPP entity.
- getError() - Method in class rocks.xmpp.extensions.sm.model.Failed
-
- getEvent() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText
-
- getException() - Method in class rocks.xmpp.core.session.SessionStatusEvent
-
Deprecated.
- getException() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
- getExpire() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
The DateTime at which a leased subscription
will end or has ended.
- getExpiry() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
-
- getExtendedAddress() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Gets the extended address.
- getExtension() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Reason
-
Gets the extension, which defines more detailed information about the reason.
- getExtensionManager(Class<T>) - Method in class rocks.xmpp.core.session.XmppSession
-
- getExtensions() - Method in class rocks.xmpp.core.session.context.CoreContext
-
Gets the class context.
- getExtensions() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Gets an unmodifiable list of extensions.
- getExtensions() - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
- getFamilyName() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
-
Gets the family name.
- getFamilyName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Gets the family name.
- getFaqEntry() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
-
Gets the FAQ entry.
- getFault() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse
-
Gets the fault.
- getFaultCode() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse.Fault
-
Gets the fault code.
- getFaultCode() - Method in exception rocks.xmpp.extensions.rpc.RpcException
-
Gets the fault code.
- getFaultString() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse.Fault
-
Gets the fault string.
- getFaultString() - Method in exception rocks.xmpp.extensions.rpc.RpcException
-
Gets the fault string.
- getFeature() - Method in class rocks.xmpp.extensions.pubsub.model.errors.Unsupported
-
Gets the unsupported feature.
- getFeatureClass() - Method in class rocks.xmpp.core.stream.StreamFeatureNegotiator
-
Gets the feature class, this negotiator is responsible for.
- getFeatureNegotiation() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
-
Gets the feature negotiation element.
- getFeatures() - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
-
Gets the available features, which the server has advertised.
- getFeatures() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Gets an unmodifiable set of features.
- getFeatures() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
-
- getFeatures() - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
- getFile() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
-
Gets the file on the host, e.g.
- getFile() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.Checksum
-
Gets the file.
- getFile() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer
-
- getFirst() - Method in class rocks.xmpp.extensions.search.model.Search
-
Gets the first name.
- getFirst() - Method in class rocks.xmpp.extensions.search.model.Search.Item
-
Gets the first name.
- getFloor() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a particular floor in a building.
- getFormattedName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the formatted text corresponding to the name.
- getForwardedMessage() - Method in class rocks.xmpp.extensions.carbons.model.MessageCarbons.Received
-
Gets the forwarded message.
- getForwardedMessage() - Method in class rocks.xmpp.extensions.carbons.model.MessageCarbons.Sent
-
Gets the forwarded message.
- getFoundation() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
- getFrom() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
The 'from' attribute specifies the original sender of the containing <message/> stanza.
- getFrom() - Method in class rocks.xmpp.extensions.delay.model.DelayedDelivery
-
Gets the Jabber ID of the entity that originally sent the XML stanza or that delayed the delivery of the stanza (e.g., the address of a multi-user chat room).
- getFrom() - Method in class rocks.xmpp.extensions.muc.model.user.Decline
-
Gets the invitee, who declined the invitation.
- getFrom() - Method in class rocks.xmpp.extensions.muc.model.user.Invite
-
Gets the inviter.
- getFrom() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
-
Gets the sender of the roster item exchange.
- getFullName() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the full name.
- getGeneration() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
- getGeo() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets information related to the global positioning of the object the vCard represents.
- getGeoLocation() - Method in class rocks.xmpp.extensions.geoloc.GeoLocationEvent
-
Gets the geo location.
- getGivenName() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
-
Gets the given name.
- getGivenName() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the given name.
- getGivenName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Gets the given name.
- getGroupDelimiter() - Method in class rocks.xmpp.core.roster.RosterManager
-
Gets the group delimiter.
- getGroups() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
-
Gets the suggested roster groups
- getHash() - Method in class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
-
Gets the SHA-1 hash value of the avatar (hex encoded).
- getHashes() - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferOffer
-
Gets the hashes of the file contents.
- getHashes() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getHashes() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
-
- getHashes() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
-
Gets the MD5 sum of the file contents.
- getHashingAlgorithm() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities
-
Gets the hashing algorithm used to generate the verification string.
- getHeaders() - Method in class rocks.xmpp.extensions.shim.model.Headers
-
Gets the headers.
- getHeight() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
-
Gets the height of the image in pixels.
- getHost() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
-
Gets the IP address or DNS domain name of the StreamHost for SOCKS5 communication over TCP.
- getHost() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
-
- getHostname() - Method in class rocks.xmpp.core.session.Connection
-
Gets the hostname, which is used for the connection.
- getHostname() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
-
Gets the hostname.
- getHostnameVerifier() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
-
Gets the hostname verifier.
- getHttpErrorCode() - Method in exception rocks.xmpp.extensions.httpbind.BoshException
-
Gets the HTTP error code.
- getId() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
-
Gets a hash of the image data for the specified content-type, where the hash is produced in accordance with the SHA-1 algorithm as specified in RFC 3174 [11] (with binary output).
- getId() - Method in class rocks.xmpp.extensions.httpauth.model.ConfirmationRequest
-
Gets the transaction identifier provided in the HTTP Authorization Request.
- getId() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
-
Gets the payload identifier.
- getId() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
- getId() - Method in class rocks.xmpp.extensions.messagecorrect.model.Replace
-
Gets the id of the message which shall be corrected.
- getId() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessage
-
Gets the offline message id.
- getId() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessage.Item
-
Gets the offline message id.
- getId() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessageHeader
-
Gets the id of the offline message, which can be used to retrieve or remove the message.
- getId() - Method in interface rocks.xmpp.extensions.pubsub.model.Item
-
Gets the item id.
- getId() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the node id.
- getId() - Method in class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts.Received
-
Gets the message id of the received message.
- getId() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
-
The "id" attribute is an opaque identifier.
- getId() - Method in class rocks.xmpp.extensions.sm.model.Enabled
-
- getIdentities() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Gets an unmodifiable set of identities.
- getIdentities() - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
- getInfoList() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata
-
Gets the info list.
- getInitiator() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Gets the initiator.
- getInitiator() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
-
Gets the initiator.
- getInputStream() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
-
Gets the input stream.
- getInstructions() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the registration instructions.
- getInstructions() - Method in class rocks.xmpp.extensions.search.model.Search
-
Gets the search instructions.
- getInvitee() - Method in class rocks.xmpp.extensions.muc.InvitationDeclineEvent
-
Gets the invitee, who declined the invitation.
- getInviter() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Gets the inviter.
- getInvites() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
-
Gets the invites
- getIpAddress() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
-
- getIQ() - Method in class rocks.xmpp.core.stanza.IQEvent
-
Gets the IQ stanza.
- getItem() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
-
Gets the item.
- getItem() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub.Publish
-
Gets the published item.
- getItemCount() - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
-
- getItemCount() - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
-
Gets the total item count.
- getItemExpire() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Number of seconds after which to automatically purge items.
- getItemReply() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether owners or publisher should receive replies to items.
- getItems() - Method in class rocks.xmpp.extensions.blocking.model.Block
-
Gets the blocked items.
- getItems() - Method in class rocks.xmpp.extensions.blocking.model.BlockList
-
Gets the items.
- getItems() - Method in class rocks.xmpp.extensions.blocking.model.Unblock
-
Gets the unblocked items.
- getItems() - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
-
- getItems(int, int) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
-
- getItems() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Gets an unmodifiable list of items.
- getItems() - Method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
-
Gets the items.
- getItems() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessage
-
Gets the items.
- getItems() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
-
Gets the items of the event.
- getItems() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getItems() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets all items for this node.
- getItems(String...) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets one or more items with a given item id for a specific node.
- getItems(int) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the most recent items.
- getItems() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
-
Gets the roster exchange items.
- getItems() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange
-
Gets the contact exchange items.
- getItems() - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
-
Gets all items.
- getItems(int, int) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
-
Gets the items in a specific range (by index).
- getItems() - Method in class rocks.xmpp.extensions.search.model.Search
-
Gets the items of a search result.
- getItemsAfter(String, int) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
-
- getItemsAfter(String, int) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
-
Gets the items after a specific item, which is determined by an item id.
- getItemsBefore(String, int) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
-
- getItemsBefore(String, int) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
-
Gets the items before a specific item, which is determined by an item id.
- getJid() - Method in class rocks.xmpp.extensions.address.model.Address
-
Gets the JID.
- getJid() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
-
Gets the JabberID of the StreamHost for communication over XMPP.
- getJid() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
-
- getJid() - Method in interface rocks.xmpp.extensions.muc.model.Actor
-
Gets the JID.
- getJid() - Method in interface rocks.xmpp.extensions.muc.model.Destroy
-
The optional address of an alternate venue.
- getJid() - Method in interface rocks.xmpp.extensions.muc.model.Item
-
Gets the JID.
- getJid() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
-
Gets the JID.
- getJid() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the JID of the occupant.
- getJid() - Method in interface rocks.xmpp.extensions.pubsub.model.Affiliation
-
Gets the JID.
- getJid() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
-
- getJid() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
-
Gets the JID.
- getJid() - Method in class rocks.xmpp.extensions.search.model.Search.Item
-
Gets the JID.
- getJid() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the JID.
- getJingle() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
-
- getKeepAliveInterval() - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration
-
Gets the whitespace keep-alive interval.
- getKey() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the authentication credential or encryption key.
- getKeyParameters() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
-
- getLabels() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the labels.
- getLanguage() - Method in class rocks.xmpp.extensions.commands.model.Command
-
Gets the language.
- getLanguage() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the the natural language of location data.
- getLanguage() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the natural language for room discussions.
- getLanguage() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Gets the natural language for room discussions.
- getLanguage() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the natural language for room discussions.
- getLanguage() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The default language of the node.
- getLanguage() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the language.
- getLanguage() - Method in class rocks.xmpp.extensions.reach.model.Address.Description
-
Gets the language.
- getLast() - Method in class rocks.xmpp.extensions.search.model.Search
-
Gets the last name.
- getLast() - Method in class rocks.xmpp.extensions.search.model.Search.Item
-
Gets the last name.
- getLastActivity(Jid) - Method in class rocks.xmpp.extensions.last.LastActivityManager
-
Gets the last activity of the specified user.
- getLastActivity() - Method in interface rocks.xmpp.extensions.last.LastActivityStrategy
-
- getLastActivityStrategy() - Method in class rocks.xmpp.extensions.last.LastActivityManager
-
Gets the currently used strategy to determine last activity of a client.
- getLastName() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the familyName name.
- getLastSentPresence() - Method in class rocks.xmpp.core.subscription.PresenceManager
-
Gets the last sent (non-directed) presence, that has been broadcast by the server.
- getLastSentPresences() - Method in class rocks.xmpp.core.subscription.PresenceManager
-
Gets the last sent presences, that have been sent, including directed presences.
- getLatitude() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the latitude in decimal degrees North.
- getLatitude() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Geo
-
Gets the latitude (represents the location north and south of the equator).
- getLdapGroup() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Gets an associated LDAP group that defines
room membership; this should be an LDAP
Distinguished Name according to an
implementation-specific or
deployment-specific definition of a
group.
- getLdapGroup() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets an associated LDAP group that defines
room membership; this should be an LDAP
Distinguished Name according to an
implementation-specific or
deployment-specific definition of a
group.
- getLength() - Method in interface rocks.xmpp.extensions.filetransfer.Range
-
Gets the number of bytes to retrieve starting at offset.
- getLength() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer.SIRange
-
Gets the number of bytes to retrieve starting at offset.
- getLength() - Method in class rocks.xmpp.extensions.tune.model.Tune
-
Gets the duration of the song or piece in seconds.
- getListName() - Method in class rocks.xmpp.extensions.privacy.PrivacyListEvent
-
Gets the created or updated list name.
- getLocality() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a locality within the administrative region, such as a town or city.
- getLocation() - Method in class rocks.xmpp.extensions.sm.model.Enabled
-
- getLogo() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the logo.
- getLogs() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Gets an URL for archived discussion logs.
- getLogs() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets an URL for archived discussion logs.
- getLongitude() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the longitude in decimal degrees East.
- getLongitude() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Geo
-
Gets the longitude (represents the location east and west of the prime meridian).
- getMailer() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the type of electronic mail software that is used by the individual associated with the vCard.
- getManager(Class<T>) - Method in class rocks.xmpp.core.session.XmppSession
-
Gets an instance of the specified manager class.
- getManagers() - Method in class rocks.xmpp.core.session.context.CoreContext
-
Gets the initial managers.
- getMax() - Method in class rocks.xmpp.extensions.sm.model.Enabled
-
- getMaxAge() - Method in class rocks.xmpp.extensions.bob.model.Data
-
A suggestion regarding how long (in seconds) to cache the data; the meaning matches the Max-Age attribute from
RFC 2965.
- getMaxHistoryMessages() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the maximum number of history messages returned by the room.
- getMaxHistoryMessages() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Gets the maximum number of history messages returned by the room.
- getMaxHistoryMessages() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the maximum number of history messages returned by the room.
- getMaxItems() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The maximum number of items to persist.
- getMaxPacketTime() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
-
Gets the maximum packet time as specified in RFC 4566
- getMaxPayloadSize() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The maximum payload size in bytes
- getMaxUsers() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the maximum number of room occupants.
- getMechanismNames(Map<String, ?>) - Method in class rocks.xmpp.core.sasl.XmppSaslClientFactory
-
- getMedia() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
-
Gets the media, such as "audio" or "video".
- getMediaType() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
-
- getMembers() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the members of the room.
- getMessage() - Method in class rocks.xmpp.core.stanza.MessageEvent
-
Gets the message.
- getMessage() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
-
Gets the optional message, which has been sent together with the roster item exchange.
- getMessageId() - Method in class rocks.xmpp.extensions.receipts.MessageDeliveredEvent
-
Gets the message id of the successfully delivered message.
- getMethod() - Method in class rocks.xmpp.extensions.httpauth.model.ConfirmationRequest
-
Gets the HTTP method.
- getMethodCall() - Method in class rocks.xmpp.extensions.rpc.model.Rpc
-
Gets the method call.
- getMethodName() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodCall
-
Gets the method name.
- getMethodResponse() - Method in class rocks.xmpp.extensions.rpc.model.Rpc
-
Gets the method response.
- getMiddleName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Gets the middle name.
- getMilliSeconds() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.WaitInterval
-
- getMimeType() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Gets the mime type of the file.
- getMimeType() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
-
The "mime-type" attribute identifies the MIME-type for the data across the stream.
- getMode() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
-
- getModerators() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the moderators.
- getName() - Method in class rocks.xmpp.extensions.bookmarks.model.Bookmark
-
Gets a friendly name for the bookmark.
- getName() - Method in interface rocks.xmpp.extensions.compress.CompressionMethod
-
Gets the compression method name, e.g.
- getName() - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferOffer
-
Gets the name of the file that the Sender wishes to send.
- getName() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getName() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
-
- getName() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
-
Gets the appropriate subtype of the MIME type.
- getName() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType.Parameter
-
Gets the parameter name.
- getName() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
-
Gets the name of the content.
- getName() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the name for this room.
- getName() - Method in class rocks.xmpp.extensions.muc.ChatService
-
Gets the name of this service.
- getName() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the natural-language room name.
- getName() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the name of the room.
- getName() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Gets the name of the privacy list.
- getName() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
-
Gets the name of this service.
- getName() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
-
Gets the suggested name.
- getName() - Method in class rocks.xmpp.extensions.shim.model.Header
-
Gets the name of the header.
- getName() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
-
Gets the name of the file that the Sender wishes to send.
- getName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the name.
- getName() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
-
Gets the software's name.
- getNegotiatedCompressionMethod() - Method in class rocks.xmpp.extensions.compress.CompressionManager
-
Gets the negotiated compression method.
- getNetwork() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
- getNewChatPartner() - Method in class rocks.xmpp.core.chat.ChatSession.ChatPartnerEvent
-
Gets the JID of the new chat partner.
- getNextReconnectionAttempt() - Method in class rocks.xmpp.core.session.ReconnectionManager
-
Gets the date of the next reconnection attempt.
- getNextReconnectionAttempt(int) - Method in interface rocks.xmpp.core.session.ReconnectionStrategy
-
Gets the time (in seconds) until the next reconnection is attempted.
- getNextReconnectionAttempt(int) - Method in class rocks.xmpp.core.session.TruncatedBinaryExponentialBackoffStrategy
-
- getNick() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
-
Gets the user's preferred roomnick for the chatroom.
- getNick() - Method in interface rocks.xmpp.extensions.muc.model.Actor
-
Gets the nick name.
- getNick() - Method in interface rocks.xmpp.extensions.muc.model.Item
-
Gets the nick name.
- getNick() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the nickname.
- getNick() - Method in class rocks.xmpp.extensions.search.model.Search
-
Gets the nick name.
- getNick() - Method in class rocks.xmpp.extensions.search.model.Search.Item
-
Gets the nick name.
- getNickname() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
-
Gets the nickname who changed the subject.
- getNickname() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the nickname.
- getNickName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the nick name.
- getNode() - Method in class rocks.xmpp.extensions.address.model.Address
-
Gets the node.
- getNode() - Method in class rocks.xmpp.extensions.caps.EntityCapabilitiesManager
-
Gets the node.
- getNode() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities
-
Gets the node.
- getNode() - Method in class rocks.xmpp.extensions.commands.model.Command
-
Gets the node.
- getNode() - Method in interface rocks.xmpp.extensions.pubsub.model.Affiliation
-
Gets the node.
- getNode() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
-
Gets the 'node' attribute of the child element.
- getNode() - Method in interface rocks.xmpp.extensions.pubsub.model.Item
-
Gets the associated node id.
- getNode() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Gets the node of the child element.
- getNode() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getNode() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
-
Gets the node.
- getNode(String) - Method in class rocks.xmpp.extensions.pubsub.PubSubService
-
- getNode() - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
- getNodeConfiguration() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the node configuration form.
- getNodes() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
- getNodes() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
-
- getNodeTitle() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
A friendly name for the node.
- getNodeTitle() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the title.
- getNodeType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether the node is a leaf (default) or a collection.
- getNote() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets supplemental information or a comment that is associated with the vCard.
- getNotes() - Method in class rocks.xmpp.extensions.commands.model.Command
-
Gets the notes.
- getNotificationType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Specifies the delivery style for notifications.
- getNumber() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Gets the actual telephone number.
- getNumberOfCharacters() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
-
Indicates, how many characters are removed before the position.
- getNumberOfSubscribers() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the number of subscribers.
- getOccupant(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets an occupant by nickname.
- getOccupant() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
-
Gets the occupant.
- getOccupants() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the occupants, while being in the room.
- getOffset() - Method in interface rocks.xmpp.extensions.filetransfer.Range
-
Gets the position, in bytes, to start transferring the file data from.
- getOffset() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer.SIRange
-
Gets the position, in bytes, to start transferring the file data from.
- getOldChatPartner() - Method in class rocks.xmpp.core.chat.ChatSession.ChatPartnerEvent
-
Gets the JID of the old chat partner.
- getOldStatus() - Method in class rocks.xmpp.core.session.SessionStatusEvent
-
Gets the old session status.
- getOptions() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getOrder() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
-
Gets the order in which privacy items are processed by the server.
- getOrganization() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the organization.
- getOrganizationName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Organization
-
Gets the organization name.
- getOrgUnits() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Organization
-
Gets the organization units.
- getOs() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
-
Gets the operating system.
- getOutputStream() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
-
Gets the output stream.
- getOwners() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the owners.
- getOwners() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the owners.
- getPacketTime() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
-
Gets the packet time as specified in RFC 4566.
- getParameters() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
-
Gets the parameters.
- getParameters() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodCall
-
Gets the parameters.
- getPassword() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
-
Gets the unencrypted string for the password needed to enter a password-protected room.
- getPassword() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
-
- getPassword() - Method in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
-
Gets a password needed for entry into a password-protected room (optional).
- getPassword() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Gets the password to the room.
- getPassword() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the room password.
- getPassword() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
-
Gets the password for the room.
- getPassword() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the password.
- getPayload() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
-
- getPayload() - Method in interface rocks.xmpp.extensions.pubsub.model.Item
-
Gets the payload.
- getPayloads() - Method in class rocks.xmpp.extensions.commands.model.Command
-
Gets the command payload.
- getPayloadType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The type of node data, usually specified by
the namespace of the payload (if any).
- getPayloadType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the payload type of the node.
- getPayloadTypes() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
-
Gets the payload types.
- getPhonetic() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
-
Gets the textual phonetic pronunciation.
- getPhoto() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the photo.
- getPingInterval() - Method in class rocks.xmpp.extensions.ping.PingManager
-
Gets the ping interval in seconds.
- getPort() - Method in class rocks.xmpp.core.session.Connection
-
Gets the port, which is used for the connection.
- getPort() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
-
Gets the port.
- getPort() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
-
Get the port on which to connect for SOCKS5 communication over TCP.
- getPort() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
Gets the port of the local host.
- getPort() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
-
- getPort() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
-
- getPosition() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
-
Gets the position until text is erased.
- getPosition() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
-
- getPostalCode() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a code used for postal delivery.
- getPostalCode() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the postal code.
- getPostalCode() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Gets the postal code.
- getPostOfficeBox() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Gets the post office box.
- getPreferenceValue() - Method in enum rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate.Type
-
The preference value.
- getPrefix() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Gets the prefix.
- getPresence() - Method in class rocks.xmpp.core.stanza.PresenceEvent
-
Gets the presence.
- getPresence(Jid) - Method in class rocks.xmpp.core.subscription.PresenceManager
-
Gets the presence for a given contact.
- getPresence() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the current presence of this occupant.
- getPresenceManager() - Method in class rocks.xmpp.core.session.XmppSession
-
- getPriority() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
- getPriority() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities
-
- getPriority() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
- getPriority() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
-
- getPriority() - Method in class rocks.xmpp.extensions.register.model.feature.RegisterFeature
-
- getPriority() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement
-
- getPrivacyList(String) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Gets a privacy list.
- getPrivacyLists() - Method in class rocks.xmpp.extensions.privacy.model.Privacy
-
Gets the privacy lists.
- getPrivacyLists() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Gets the privacy lists.
- getPrivacyRules() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Gets the privacy rules.
- getProductId() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the identifier for the product that created the vCard object.
- getProfile() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
-
The "profile" attribute defines the SI profile in use.
- getProfileElement() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
-
Gets the profile element, e.g.
- getProgress() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
Gets the progress of the file transfer.
- getProtocol() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
- getProxy() - Method in class rocks.xmpp.core.session.Connection
-
Gets the proxy.
- getProxy() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
-
Gets the proxy.
- getPublicRooms() - Method in class rocks.xmpp.extensions.muc.ChatService
-
- getPublish() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getPublisher() - Method in class rocks.xmpp.extensions.geoloc.GeoLocationEvent
-
Gets the publisher, who published his or her new geo location.
- getPublisher() - Method in interface rocks.xmpp.extensions.pubsub.model.Item
-
Gets the publisher.
- getPublisherModel() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
The publisher model.
- getPublishers() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
-
Gets the publishers.
- getPublishOptions() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getPubSubNode() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the XMPP URI of associated publish-subscribe node.
- getPubSubServices() - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
-
- getRange() - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferOffer
-
Gets the range.
- getRange() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getRange() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
-
- getRange() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
-
Gets the range.
- getRating() - Method in class rocks.xmpp.extensions.tune.model.Tune
-
Gets the user's rating of the song or piece, from 1 (lowest) to 10 (highest).
- getReachabilityAddresses() - Method in class rocks.xmpp.extensions.reach.ReachabilityEvent
-
Gets the reachability addresses.
- getReachabilityAddresses() - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
-
- getReadTimeout() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
-
Gets the timeout (in milliseconds) for read operations on the
input stream.
- getReason() - Method in class rocks.xmpp.extensions.delay.model.DelayedDelivery
-
Gets the natural-language description of the reason for the delay.
- getReason() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
-
Gets the reason.
- getReason() - Method in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
-
Gets a human-readable purpose for the invitation (optional).
- getReason() - Method in class rocks.xmpp.extensions.muc.InvitationDeclineEvent
-
Gets the reason for the decline.
- getReason() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Gets the reason for the invitation.
- getReason() - Method in interface rocks.xmpp.extensions.muc.model.Destroy
-
The reason for the destruction.
- getReason() - Method in interface rocks.xmpp.extensions.muc.model.Item
-
Gets the reason for a kick or ban.
- getReason() - Method in class rocks.xmpp.extensions.muc.model.user.Decline
-
Gets the reason for the declination.
- getReason() - Method in class rocks.xmpp.extensions.muc.model.user.Invite
-
Gets the reason for the invitation.
- getReason() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
-
Gets the reason for kicking or banning an occupant or for destroying the room.
- getReconnectionManager() - Method in class rocks.xmpp.core.session.XmppSession
-
- getReconnectionStrategy() - Method in class rocks.xmpp.core.session.ReconnectionManager
-
Gets the reconnection strategy.
- getRedirectUri() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
-
Gets the redirect URI in case the event is a delete event.
- getRedirectUri() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Gets the redirect URI, if this pubsub element contains a 'delete' element.
- getRegion() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets an administrative region of the nation, such as a state or province.
- getRegion() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the region.
- getRegion() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Gets the region.
- getRegistration() - Method in class rocks.xmpp.extensions.register.RegistrationManager
-
Gets the registration data (instructions, fields and form) from the server.
- getRegistrationForm() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the data form necessary to register with the room.
- getRegistrationForm() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the extended registration form.
- getRemovedContacts() - Method in class rocks.xmpp.core.roster.RosterEvent
-
Gets the removed contacts, i.e. contacts which were on the roster, but now are no longer on the roster.
- getRequester() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
-
Gets the requester.
- getResponder() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
-
Gets the responder.
- getResponse() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse
-
Gets the response value.
- getResultSet() - Method in class rocks.xmpp.extensions.search.model.Search
-
Gets the result set information.
- getRevision() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets revision information about the current vCard.
- getRole() - Method in interface rocks.xmpp.extensions.muc.model.Item
-
Gets the role.
- getRole() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
-
Gets the requested role.
- getRole() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the role of the occupant.
- getRole() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets information concerning the role, occupation, or business category of the object the vCard represents.
- getRolesForWhichPresenceIsBroadcast() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the roles for which presence is broadcast.
- getRolesThatMayDiscoverRealJids() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Get the roles, which may discover real JIDs.
- getRolesThatMayRetrieveMemberList() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the roles which may retrieve member list.
- getRolesThatMaySendPrivateMessages() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Gets the roles that may send private messages.
- getRoom() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
-
Gets the JID of the chat room.
- getRoom() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a particular room in a building.
- getRoomAddress() - Method in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
-
Gets the address of the groupchat room to be joined.
- getRoomAddress() - Method in class rocks.xmpp.extensions.muc.InvitationDeclineEvent
-
Gets the room address.
- getRoomAddress() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Gets the room address.
- getRoomInformation() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the room information for this chat room.
- getRoomNick() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
-
Gets the room nick.
- getRoomNick() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
-
Gets the desired room nick.
- getRosterGroupsAllowed() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Gets the allowed roster groups.
- getRosterGroupsAllowed() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
-
Gets the allowed roster groups.
- getRosterManager() - Method in class rocks.xmpp.core.session.XmppSession
-
- getRoute() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
-
Gets the route.
- getRoute() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
-
Gets the route.
- getRules() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
Gets the rules.
- getRules() - Method in class rocks.xmpp.extensions.amp.model.errors.FailedRules
-
Gets the failed rules.
- getRules() - Method in class rocks.xmpp.extensions.amp.model.InvalidRules
-
Gets the invalid rules.
- getRules() - Method in class rocks.xmpp.extensions.amp.model.UnsupportedActions
-
Gets the rules, that specify the unsupported actions.
- getRules() - Method in class rocks.xmpp.extensions.amp.model.UnsupportedConditions
-
Gets the rules, that specify the unsupported conditions.
- getSeconds() - Method in class rocks.xmpp.extensions.last.model.LastActivity
-
Gets the number of seconds since the last activity.
- getSender() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessageHeader
-
Gets the sender of the offline message.
- getSenders() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
-
Gets the senders.
- getSendLastPublishedItem() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Gets the value which specifies when to send the last published item.
- getSendLastPublishedItem() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
-
Gets the value which specifies when to send the last published item.
- getSequence() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Data
-
Gets the sequence number.
- getSequence() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText
-
- getServiceDiscoveryFeature() - Method in enum rocks.xmpp.extensions.muc.model.MucFeature
-
- getSessionId() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamEvent
-
Gets the session id.
- getSessionId() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
-
Gets the session id for this byte stream session.
- getSessionId() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream
-
Gets the session id.
- getSessionId() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
-
Gets the session id.
- getSessionId() - Method in class rocks.xmpp.extensions.commands.model.Command
-
Gets the session id.
- getSessionId() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getSessionId() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
-
Gets the session id of this BOSH connection.
- getSessionId() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
-
- getSessionId() - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
Gets the session id.
- getSessionId() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
-
Gets the session id.
- getSessionId() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Reason.AlternativeSession
-
Gets the alternative session id.
- getSessionId() - Method in class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandBytestreamsTransportMethod
-
- getSessionId() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
-
- getSessionId() - Method in class rocks.xmpp.extensions.oob.model.iq.OobIQ
-
Gets the session id.
- getSessionParameters() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
-
- getShowValues() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
Gets the show values.
- getSize() - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferOffer
-
Gets the size, in bytes, of the data to be sent.
- getSize() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getSize() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
-
- getSize() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
-
Gets the size, in bytes, of the data to be sent.
- getSocketFactory() - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration
-
Gets the socket factory.
- getSoftwareVersion(Jid) - Method in class rocks.xmpp.extensions.version.SoftwareVersionManager
-
Gets the software version of another entity.
- getSoftwareVersion() - Method in class rocks.xmpp.extensions.version.SoftwareVersionManager
-
Gets my own software version, which should be set first.
- getSortString() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the sort string, specifying the family name or given name text to be used for national-language-specific sorting of the
FN and
N types.
- getSound() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the sound, zo specify a digital sound content information that annotates some aspect of the vCard.
- getSource() - Method in class rocks.xmpp.extensions.tune.model.Tune
-
Gets the collection (e.g., album) or other source (e.g., a band website that hosts streams or audio files).
- getSpecificActivity() - Method in class rocks.xmpp.extensions.activity.model.Activity
-
Gets the specific activity.
- getSpecificActivity() - Method in class rocks.xmpp.extensions.activity.model.SpecificActivity
-
- getSpecificMood() - Method in class rocks.xmpp.extensions.mood.model.Mood.Value
-
Gets the specific mood value.
- getSpeed() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the speed at which the entity is moving, in meters per second.
- getSSLContext() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
-
Gets the SSL context.
- getStanza() - Method in class rocks.xmpp.core.stanza.StanzaEvent
-
Deprecated.
Use getMessage(), getPresence() or getIQ().
- getStanza() - Method in exception rocks.xmpp.core.stanza.StanzaException
-
Gets the stanza, which includes the error.
- getStanza() - Method in class rocks.xmpp.extensions.forward.model.Forwarded
-
Gets the forwarded stanza.
- getStanzaType() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open
-
Gets the stanza type.
- getStanzaType() - Method in class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandBytestreamsTransportMethod
-
- getStatus() - Method in class rocks.xmpp.core.session.SessionStatusEvent
-
Gets the session status.
- getStatus() - Method in class rocks.xmpp.core.session.XmppSession
-
Gets the status of the session.
- getStatus() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
The 'status' attribute specifies the reason for this <amp/> element.
- getStatus() - Method in class rocks.xmpp.extensions.commands.model.Command
-
Gets the status of the command.
- getStatus() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
Gets the status of the file transfer.
- getStatus() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferStatusEvent
-
Gets the file transfer status.
- getStatus() - Method in class rocks.xmpp.extensions.last.model.LastActivity
-
Gets the status message of the last unavailable presence received from the user, if the last activity request was a
Offline User Query.
- getStatusCodes() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
-
Gets the status codes.
- getStreamError() - Method in exception rocks.xmpp.core.stream.StreamErrorException
-
Gets the stream error.
- getStreamFeaturesManager() - Method in class rocks.xmpp.core.session.XmppSession
-
- getStreamHosts() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
-
Gets the stream hosts.
- getStreamHostUsed() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
-
Gets the used stream host.
- getStreamId() - Method in class rocks.xmpp.core.session.Connection
-
Gets the stream id of this connection.
- getStreamId() - Method in class rocks.xmpp.core.session.TcpConnection
-
- getStreamId() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
-
- getStreet() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a thoroughfare within the locality, or a crossing of two thoroughfares.
- getStreet() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the street.
- getStreet() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Gets the street.
- getSubId() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
-
- getSubject() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Gets the current discussion topic.
- getSubject() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the current discussion topic.
- getSubject() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
-
Gets the new subject.
- getSubscription() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
-
Gets the subscription approval.
- getSubscription() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getSubscriptionDepth() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
Gets the subscription depth.
- getSubscriptionOptions(boolean) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the (default) subscription options for this node.
- getSubscriptionOptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the subscription options for this node.
- getSubscriptionOptions(String) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the subscription options for this node.
- getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Gets the subscriptions, if this pubsub element contains 'subscriptions' element.
- getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
-
- getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the subscriptions for this node.
- getSubscriptionState() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
-
Gets the subscription state to a node.
- getSubscriptionType() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
Gets the subscription type.
- getSuffix() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Gets the suffix.
- getSupportedHeaders() - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
Gets the supported headers.
- getSynchronizationSource() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
-
Gets the 32-bit synchronization source for this media stream, as defined in RFC 3550.
- getTag() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
-
- getTelephone() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the telephone number.
- getTelephoneNumbers() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the telephone numbers.
- getText() - Method in class rocks.xmpp.extensions.activity.model.Activity
-
Gets the text of the activity.
- getText() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a catch-all element that captures any other information about the location.
- getText() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Reason
-
Gets human-readable information about the reason for the action.
- getText() - Method in class rocks.xmpp.extensions.mood.model.Mood
-
Gets a natural-language description of, or reason for, the mood.
- getThread() - Method in class rocks.xmpp.core.chat.ChatSession
-
Gets the thread id which is used for this chat session.
- getThread() - Method in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
-
Gets the thread of the one-to-one chat, which is continued (optional).
- getThread() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Gets the thread of the continued one-to-one chat session (if any).
- getThread() - Method in class rocks.xmpp.extensions.muc.model.user.Continue
-
Gets the thread of the previous one-to-one chat session.
- getThread() - Method in class rocks.xmpp.extensions.muc.model.user.Invite
-
Gets the thread of the previous one-to-one chat session.
- getThrowable() - Method in class rocks.xmpp.core.session.SessionStatusEvent
-
Gets the throwable if the session abnormally disconnected or null.
- getTimeStamp() - Method in class rocks.xmpp.extensions.delay.model.DelayedDelivery
-
Gets the time when the XML stanza was originally sent.
- getTimestamp() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the UTC timestamp specifying the moment when the reading was taken.
- getTimeZone() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets the time zone offset from UTC for the current location.
- getTimezone() - Method in class rocks.xmpp.extensions.time.model.EntityTime
-
Gets the entity's time zone.
- getTimeZone() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the time zone.
- getTitle() - Method in class rocks.xmpp.extensions.tune.model.Tune
-
Gets the title of the song or piece.
- getTitle() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the job title, functional position or function of the object the vCard represents.
- getTo() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
The 'to' attribute specifies the original (intended) recipient of the containing <message/> stanza.
- getTo() - Method in class rocks.xmpp.extensions.muc.model.user.Decline
-
Gets the inviter, who sent the invitation.
- getTo() - Method in class rocks.xmpp.extensions.muc.model.user.Invite
-
Gets the invitee.
- getTrack() - Method in class rocks.xmpp.extensions.tune.model.Tune
-
Gets a unique identifier for the tune; e.g., the track number within a collection or the specific URI for the object (e.g., a stream or audio file).
- getTransportMethod() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
-
Gets the transport method.
- getTrustedEntities() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
-
Gets a collection of trusted entities for which roster item exchange suggestions are approved automatically (no listeners will be called).
- getType() - Method in class rocks.xmpp.extensions.address.model.Address
-
Gets the address type.
- getType() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
-
Gets the IANA-registered content type of the image data.
- getType() - Method in class rocks.xmpp.extensions.bob.model.Data
-
The value of the 'type' attribute MUST match the syntax specified in
RFC 2045.
- getType() - Method in class rocks.xmpp.extensions.commands.model.Command.Note
-
Gets the note type.
- getType() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Bandwidth
-
Gets the type.
- getType() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Reason
-
Gets the type.
- getType() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
- getType() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
-
- getType() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
-
Gets the type of this event.
- getType() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
-
Gets the type.
- getType() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the type of this node.
- getType() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
Gets the mime type of the photo, e.g. image/png.
- getType() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Key
-
Gets the type.
- getUid() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets the UID, to specify a value that represents a globally unique identifier corresponding to the individual or resource associated
with the vCard.
- getUnaffiliatedContacts() - Method in class rocks.xmpp.core.roster.RosterManager
-
Gets the contacts, which are not affiliated to any group.
- getUnblockedContacts() - Method in class rocks.xmpp.extensions.blocking.BlockingEvent
-
Gets the (newly) unblocked contacts, which were pushed by the server.
- getUpdatedContacts() - Method in class rocks.xmpp.core.roster.RosterEvent
-
Gets the updated contacts, i.e. if an existing contact has changed its name, groups or subscription state.
- getUri() - Method in class rocks.xmpp.extensions.address.model.Address
-
Gets the URI.
- getUri() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Gets a URI or URL pointing to information about the location.
- getUri() - Method in exception rocks.xmpp.extensions.httpbind.BoshException
-
Gets the URI in case of a "see-other-uri" error.
- getUri() - Method in class rocks.xmpp.extensions.reach.model.Address
-
- getUri() - Method in class rocks.xmpp.extensions.tune.model.Tune
-
Gets a URI or URL pointing to information about the song, collection, or artist.
- getUri() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
Gets the URI to an external photo.
- getUri() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
-
Gets the URI to an external binary digital audio pronunciation.
- getUrl() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
-
Gets the http: or https: URL at which the image data file is hosted; this attribute MUST NOT be included unless the image data file can be retrieved via HTTP.
- getUrl() - Method in class rocks.xmpp.extensions.bookmarks.model.WebPageBookmark
-
Gets the URL of the web page.
- getUrl() - Method in class rocks.xmpp.extensions.httpauth.model.ConfirmationRequest
-
Gets the URL to confirm.
- getUrl() - Method in class rocks.xmpp.extensions.oob.model.iq.OobIQ
-
Gets the URL.
- getUrl() - Method in class rocks.xmpp.extensions.oob.model.x.OobX
-
Gets the URL.
- getUrl() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the URL to a web page.
- getUrl() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Gets an URL associated with the object that the vCard refers to.
- getUserFragment() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
-
- getUsername() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the username.
- getValue() - Method in class rocks.xmpp.extensions.amp.model.Rule
-
The 'value' attribute defines how the condition is matched.
- getValue() - Method in class rocks.xmpp.extensions.commands.model.Command.Note
-
Gets the note value.
- getValue() - Method in class rocks.xmpp.extensions.hashes.model.Hash
-
Gets the hash value.
- getValue() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType.Parameter
-
Gets the parameter value.
- getValue() - Method in class rocks.xmpp.extensions.json.model.Json
-
Gets the JSON value.
- getValue() - Method in class rocks.xmpp.extensions.mood.model.Mood
-
Gets the mood value.
- getValue() - Method in class rocks.xmpp.extensions.nick.model.Nickname
-
Gets the nick name.
- getValue() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
-
Gets the value.
- getValue() - Method in class rocks.xmpp.extensions.reach.model.Address.Description
-
Gets the description.
- getValue() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
-
- getValue() - Method in class rocks.xmpp.extensions.shim.model.Header
-
Gets the value of the header.
- getValue() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
Gets the photo as byte array.
- getValue() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
-
Gets the binary digital audio pronunciation.
- getVCard() - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
-
Gets the vCard of the current user.
- getVCard(Jid) - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
-
Gets the vCard of another user.
- getVerificationString(InfoNode, MessageDigest) - Static method in class rocks.xmpp.extensions.caps.model.EntityCapabilities
-
- getVerificationString() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities
-
Gets the verification string that is used to verify the identity and supported features of the entity.
- getVersion() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
-
Gets the version.
- getVoiceList() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the voice list.
- getWait() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
-
Gets the longest time (in seconds) that the connection manager is allowed to wait before responding to any request during the session.
- getWebPage() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
-
Gets an URL to a web page.
- getWebPageBookmarks() - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
-
Gets a sorted collection of web page bookmarks.
- getWebRegistrationUrl() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Gets the web registration URL, if any.
- getWidth() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
-
Gets the width of the image in pixels.
- getXmppSession() - Method in class rocks.xmpp.core.session.Connection
-
Gets the XMPP session which is associated with this connection.
- givenName(String) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
-
The given name.
- givenName(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
-
Sets the given name.
- GONE - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
-
User has effectively ended their participation in the chat session.
- GZIP - Static variable in class rocks.xmpp.extensions.compress.CompressionManager
-
The "gzip" compression method.
- IbbTransportNegotiator - Class in rocks.xmpp.extensions.jingle.transports.ibb
-
- IceUdpTransportMethod - Class in rocks.xmpp.extensions.jingle.transports.iceudp.model
-
- IceUdpTransportMethod() - Constructor for class rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
-
- id - Variable in class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts.Received
-
- INACTIVE - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
-
User has not been actively participating in the chat session.
- InBandByteStream - Class in rocks.xmpp.extensions.bytestreams.ibb.model
-
This class is a container for the three different In-Band ByteStream elements and provides the namespace for IBB, so that it can be used by other protocols such as XEP-0095.
- InBandByteStream.Close - Class in rocks.xmpp.extensions.bytestreams.ibb.model
-
The implementation of the <close/> element in the http://jabber.org/protocol/ibb namespace.
- InBandByteStream.Close(String) - Constructor for class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Close
-
Creates the <close/> element.
- InBandByteStream.Data - Class in rocks.xmpp.extensions.bytestreams.ibb.model
-
The implementation of the <data/> element in the http://jabber.org/protocol/ibb namespace.
- InBandByteStream.Data(byte[], String, int) - Constructor for class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Data
-
Creates the <data/> element.
- InBandByteStream.Open - Class in rocks.xmpp.extensions.bytestreams.ibb.model
-
The implementation of the <open/> element in the http://jabber.org/protocol/ibb namespace.
- InBandByteStream.Open(int, String) - Constructor for class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open
-
Creates the <open/> element.
- InBandByteStream.Open.StanzaType - Enum in rocks.xmpp.extensions.bytestreams.ibb.model
-
The stanza type to be used for IBB.
- InBandByteStreamManager - Class in rocks.xmpp.extensions.bytestreams.ibb
-
- InBandBytestreamsTransportMethod - Class in rocks.xmpp.extensions.jingle.transports.ibb.model
-
- InBandBytestreamsTransportMethod(String, int) - Constructor for class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandBytestreamsTransportMethod
-
- InBandBytestreamsTransportMethod.StanzaType - Enum in rocks.xmpp.extensions.jingle.transports.ibb.model
-
- includeBody(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
-
Sets whether you want to receive an XMPP message body in addition to the payload.
- indexOf(String) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
-
- indexOf(String) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
-
Gets the index of a specific item.
- initialize(XmppSession) - Method in class rocks.xmpp.core.session.Connection
-
Deprecated.
- initialize(XmppSession) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
-
- initialize(XmppSession) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
-
This method is called when a new XMPP session is initialized.
- initiate() - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
Initiates the session.
- initiateFileTransferSession(Jid, File, String, long) - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferManager
-
- initiateSession(Jid, String, int) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
-
Initiates an in-band byte stream session.
- initiateSession(Jid, String) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
Initiates a SOCKS5 session with a target.
- initiateStream(Jid, SIFileTransferOffer, String, long) - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
-
Initiates a stream with another entity.
- initiator(Jid, String, Jingle.Action, List<Jingle.Content>) - Static method in class rocks.xmpp.extensions.jingle.model.Jingle
-
- INSTANCE - Static variable in class rocks.xmpp.extensions.attention.model.Attention
-
The <attention/> element.
- INSTANCE - Static variable in class rocks.xmpp.extensions.blocking.model.errors.Blocked
-
The <blocked/> element.
- INSTANCE - Static variable in class rocks.xmpp.extensions.ping.model.Ping
-
The <ping/> element.
- instructions(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
-
Sets the instructions.
- INVALID_JID - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <invalid-jid/> pubsub error.
- INVALID_OPTIONS - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <invalid-options/> pubsub error.
- INVALID_PAYLOAD - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <invalid-payload/> pubsub error.
- INVALID_SUB_ID - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <invalid-subid/> pubsub error.
- InvalidCrypto - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.errors
-
The implementation of the <invalid-crypto/> element in the urn:xmpp:jingle:apps:rtp:errors:1 namespace.
- InvalidCrypto() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.errors.InvalidCrypto
-
- InvalidJid - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <invalid-jid/> pubsub error.
- InvalidOptions - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <invalid-options/> pubsub error.
- InvalidPayload - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <invalid-payload/> pubsub error.
- InvalidRules - Class in rocks.xmpp.extensions.amp.model
-
The implementation of the <invalid-rules/> element in the http://jabber.org/protocol/amp namespace.
- InvalidRules() - Constructor for class rocks.xmpp.extensions.amp.model.InvalidRules
-
- InvalidSubId - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <invalid-subid/> pubsub error.
- InvisibilityManager - Class in rocks.xmpp.extensions.invisible
-
- INVISIBLE - Static variable in class rocks.xmpp.extensions.invisible.model.InvisibleCommand
-
The implementation of the <invisible/> element in the urn:xmpp:invisible:0 namespace.
- InvisibleCommand - Class in rocks.xmpp.extensions.invisible.model
-
The invisible command, which is used to become invisible during the current XMPP session.
- invitationDeclined(InvitationDeclineEvent) - Method in interface rocks.xmpp.extensions.muc.InvitationDeclineListener
-
Handles the event, when an invitation to a multi-user chat has been declined.
- InvitationDeclineEvent - Class in rocks.xmpp.extensions.muc
-
The multi-user chat invitation decline event, which is triggered when an invitee declines a multi-user chat invitation.
- InvitationDeclineListener - Interface in rocks.xmpp.extensions.muc
-
Allows to listen for multi-user chat invitation declines.
- InvitationEvent - Class in rocks.xmpp.extensions.muc
-
The multi-user chat invitation event, which is triggered upon receiving an invitation to a multi-user chat.
- InvitationListener - Interface in rocks.xmpp.extensions.muc
-
Allows to listen for multi-user chat invitations.
- invitationReceived(InvitationEvent) - Method in interface rocks.xmpp.extensions.muc.InvitationListener
-
Handles the event, when an invitation to a multi-user chat has been received.
- invite(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Invites another user to the room.
- invite(Jid, String, boolean) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Invites another user to the room.
- Invite - Class in rocks.xmpp.extensions.muc.model.user
-
The implementation of the <invite/> element.
- Invite(Jid, String) - Constructor for class rocks.xmpp.extensions.muc.model.user.Invite
-
Creates an invite element with a reason.
- Invite(Jid) - Constructor for class rocks.xmpp.extensions.muc.model.user.Invite
-
Creates an 'invite' element.
- Invite(Jid, String, Continue) - Constructor for class rocks.xmpp.extensions.muc.model.user.Invite
-
Creates an 'invite' element with a reason and a 'continue' element.
- invitesAllowed(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Whether to allow occupants to invite others
- IQEvent - Class in rocks.xmpp.core.stanza
-
An IQ event is fired whenever an IQ stanza is received or sent.
- IQEvent(Object, IQ, boolean) - Constructor for class rocks.xmpp.core.stanza.IQEvent
-
Constructs an IQ event.
- IQHandler - Interface in rocks.xmpp.core.stanza
-
Handles an inbound IQ request, (IQ stanzas of type
get or
set) by processing the request and returning an IQ response of type
result or
error.
- IQListener - Interface in rocks.xmpp.core.stanza
-
A listener interface, which allows to listen for received or sent IQ stanzas.
- isActive() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Indicates whether this is the active list.
- isAffiliations() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Indicates, whether this pubsub element contains a 'subscriptions' child element.
- isAllowSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to allow subscriptions.
- isAnonymous() - Method in class rocks.xmpp.core.session.XmppSession
-
Indicates whether the session has been logged in anonymously.
- isAskForGroupDelimiter() - Method in class rocks.xmpp.core.roster.RosterManager
-
Indicates whether the server is asked for the roster delimiter before requesting the roster.
- isAutojoin() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
-
Gets whether the client should automatically join the conference room on login.
- isBbs() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a bulletin board system telephone number.
- isCell() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a cellular telephone number.
- isChangeSubjectAllowed() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Indicates, whether to allow occupants to change subject.
- isChangeSubjectAllowed() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
-
Indicates, whether the room subject can be modified by participants.
- isChangeSubjectAllowed() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Indicates, whether the room subject can be modified by participants.
- isConfiguration() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
-
Indicates, whether the event is a configuration change event.
- isConfigurationRequired() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
-
- isConfigurationSupported() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
-
- isConfigure() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Indicates, whether this pubsub element contains a 'configure' child element.
- isConnected() - Method in class rocks.xmpp.core.session.XmppSession
-
Indicates, whether the session is connected.
- isContinue() - Method in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
-
Indicates, if the groupchat room continues a one-to-one chat.
- isContinue() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Indicates, whether a one-to-one chat session is continued in the chat room.
- isContinue() - Method in class rocks.xmpp.extensions.muc.model.user.Invite
-
Indicates, whether a previous one-to-one chat session is continued.
- isCreatedByIncomingMessage() - Method in class rocks.xmpp.core.chat.ChatSessionEvent
-
Indicates, whether the chat session has been created by an inbound message or programmatically.
- isDefault() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
-
Indicates whether this is the default list.
- isDefault() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Indicates, whether this pubsub element contains a 'default' child element.
- isDelayed() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
-
Indicates, if the subject change is delayed.
- isDelete() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
-
Indicates, whether the event is a delete event.
- isDelete() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Indicates, whether this pubsub element contains a 'delete' child element.
- isDeliver() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
Whether an entity wants to receive or disable notifications.
- isDeliverNotifications() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to deliver event notifications.
- isDeliverPayloads() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to deliver payloads with event notifications; applies only to leaf nodes.
- isDigest() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
Whether an entity wants to receive digests
(aggregations) of notifications or all
notifications individually.
- isDone() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
- isEmpty() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
-
- isEmpty() - Method in class rocks.xmpp.core.util.cache.LruCache
-
- isEnabled() - Method in class rocks.xmpp.core.session.ExtensionManager
-
- isEnabled() - Method in class rocks.xmpp.core.session.Manager
-
Indicates, whether this manager is enabled or not.
- isFax() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a facsimile telephone telephone number.
- isFilterIQ() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
-
Indicates, whether inbound IQ stanzas are filtered.
- isFilterMessage() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
-
Indicates, whether inbound message stanzas are filtered.
- isFilterPresenceIn() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
-
Indicates, whether inbound presence notifications are filtered.
- isFilterPresenceOut() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
-
Indicates, whether outbound presence notifications are filtered.
- isHidden() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Hidden room.
- isInbound() - Method in class rocks.xmpp.core.stanza.StanzaEvent
-
Indicates, whether the stanza has been received (inbound) or is about to being sent (outbound).
- isIncludeBody() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
Whether an entity wants to receive an XMPP
message body in addition to the payload
format.
- isIncoming() - Method in class rocks.xmpp.core.stanza.StanzaEvent
-
- isInternet() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
-
Gets, whether this is an internet email address.
- isInvisible() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
-
Indicates, whether the current session is invisible.
- isInvitesAllowed() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Indicates, whether to allow occupants to invite others.
- isIsdn() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates an ISDN service telephone number.
- isLocalHostEnabled() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
Indicates whether the local host is enabled.
- isLoggingEnabled() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Indicates, whether to enable public logging of room conversations.
- isMediated() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Indicates, whether the invitation is a mediated or direct invitation.
- isMembersOnly() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Indicates, whether the room is members-only.
- isMembersOnly() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Members-only room.
- isModem() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a MODEM connected telephone number.
- isModerated() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Indicates, whether the room is moderated.
- isModerated() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Moderated room.
- isMsg() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates the telephone number has voice messaging support.
- isNonAnonymous() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Non-anonymous room.
- isNotifyConfig() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to notify subscribers when the node configuration changes.
- isNotifyDelete() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to notify subscribers when the node is deleted.
- isNotifyRetract() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to notify subscribers when items are removed from the node.
- isNotifySub() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to notify owners about new subscribers and unsubscribes.
- isOpen() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Open room.
- isPager() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a paging device telephone number.
- isPasswordProtected() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Indicates, whether the room is password protected.
- isPasswordProtected() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Password-protected room.
- isPcs() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a personal communication services telephone number.
- isPerHop() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
-
The 'per-hop' attribute flags the contained ruleset for processing at each server in the route between the original sender and original intended recipient.
- isPersistent() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Indicates, whether the room is persistent.
- isPersistent() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Persistent room.
- isPersistItems() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to persist items to storage.
- isPersistItems() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
-
Whether items are persisted.
- isPresenceBasedDelivery() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to deliver notifications to available users only.
- isPublic() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Public room.
- isPublicRoom() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
Indicates, whether the room is public.
- isPurge() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
-
Indicates, whether the event is purge event.
- isPurge() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Indicates, whether this pubsub element contains a 'purge' child element.
- isPurgeOffline() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to purge all items when the relevant publisher goes offline.
- isRegisterAllowed() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
-
Indicates, whether the registration request is approved.
- isRegistered() - Method in class rocks.xmpp.extensions.register.model.Registration
-
Indicates whether the account is already registered.
- isRegistrationSupported() - Method in class rocks.xmpp.extensions.register.RegistrationManager
-
Determines, if in-band registration is supported by the server.
- isRequestAllowed() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
-
Indicates, whether the request is approved.
- isResume() - Method in class rocks.xmpp.extensions.sm.model.Enabled
-
- isRetrieveRosterOnLogin() - Method in class rocks.xmpp.core.roster.RosterManager
-
Controls, whether the roster is automatically retrieved as soon as the user has logged in.
- isRosterVersioningSupported() - Method in class rocks.xmpp.core.roster.RosterManager
-
Indicates whether the server supports roster versioning.
- isSecure() - Method in class rocks.xmpp.core.session.Connection
-
Indicates whether this connection is secured by TLS/SSL.
- isSecure() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
-
Indicates whether the connection is secured by SSL.
- isSecure() - Method in class rocks.xmpp.core.session.TcpConnection
-
- isSecure() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
-
- isSelf() - Method in class rocks.xmpp.extensions.muc.Occupant
-
If the occupant is yourself.
- isSemiAnonymous() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Semi-anonymous room.
- isSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
-
Indicates, whether this pubsub element contains a 'subscriptions' child element.
- isSupported(String, Jid) - Method in class rocks.xmpp.extensions.caps.EntityCapabilitiesManager
-
Checks whether the entity supports the given feature.
- isSupported() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
-
Checks, whether invisibility is supported by the server.
- isSupported() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Discovers support for flexible offline message retrieval.
- isSupported(Jid) - Method in class rocks.xmpp.extensions.soap.SoapManager
-
Indicates whether an entity supports XEP-0072: SOAP Over XMPP.
- isTemporary() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Temporary room.
- isTemporary() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
Whether the subscription is temporary, i.e. presence-based.
- isTemporarySubscriptions() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
-
Whether to make all subscriptions temporary, based on subscriber presence.
- isUnmoderated() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Unmoderated room.
- isUnsecured() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Unsecured room.
- isUseKeySequence() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
-
If the connection is secured via a key sequence mechanism.
- isVideo() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a video conferencing telephone number.
- isVoice() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a voice telephone number.
- isX400() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
-
Gets, whether this is an X.400 email address.
- Item - Interface in rocks.xmpp.extensions.muc.model
-
The <item/> element, which is used in both #admin and #user namespace to manage members and indicate users in a chat room.
- Item - Interface in rocks.xmpp.extensions.pubsub.model
-
Represents an item within a publish-subscribe node.
- ITEM_FORBIDDEN - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <item-forbidden/> pubsub error.
- ITEM_REQUIRED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <item-required/> pubsub error.
- itemExpire(int) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
Number of seconds after which to automatically purge items.
- ItemForbidden - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <item-forbidden/> pubsub error.
- ItemReply - Enum in rocks.xmpp.extensions.pubsub.model
-
Defines whether owners or publishers should receive replies to items.
- itemReply(ItemReply) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
Whether owners or publisher should receive replies to items.
- ItemRequired - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <item-required/> pubsub error.
- Manager - Class in rocks.xmpp.core.session
-
A generic manager class, which allows to enable or disable certain functionality.
- Manager() - Constructor for class rocks.xmpp.core.session.Manager
-
- marshal(TimeZone) - Method in class rocks.xmpp.extensions.time.model.TimeZoneAdapter
-
- matchResource(Rule.Action, Rule.MatchResourceValue) - Static method in class rocks.xmpp.extensions.amp.model.Rule
-
Creates the defined "match-resource" rule.
- MAX_ITEMS_EXCEEDED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <max-items-exceeded/> pubsub error.
- MAX_NODES_EXCEEDED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <max-nodes-exceeded/> pubsub error.
- maxHistoryMessages(int) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Sets the maximum number of history messages returned by the room.
- maxHistoryMessages(int) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
-
Sets the maximum number of history messages returned by the room.
- maxItems(int) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
The maximum number of items to persist.
- MaxItemsExceeded - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <max-items-exceeded/> pubsub error.
- MaxNodesExceeded - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <max-nodes-exceeded/> pubsub error.
- maxPayloadSize(int) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
The maximum payload size in bytes.
- maxUsers(int) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Maximum number of room occupants.
- MEMBERSHIP_REVOKED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform user that he or she is being removed from the room
because of an affiliation change (321).
- membersOnly(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Whether to make room members-only.
- MessageCarbons - Class in rocks.xmpp.extensions.carbons.model
-
A non-instantiable container class for holding the five different Message Carbons elements.
- MessageCarbons.Disable - Class in rocks.xmpp.extensions.carbons.model
-
The implementation of the <disable/> element in the urn:xmpp:carbons:2 namespace, used to disable message carbons.
- MessageCarbons.Enable - Class in rocks.xmpp.extensions.carbons.model
-
The implementation of the <enable/> element in the urn:xmpp:carbons:2 namespace, used to enable message carbons.
- MessageCarbons.Private - Class in rocks.xmpp.extensions.carbons.model
-
The implementation of the <private/> element in the urn:xmpp:carbons:2 namespace, used to send private messages, which are not copied.
- MessageCarbons.Received - Class in rocks.xmpp.extensions.carbons.model
-
The implementation of the <received/> element in the urn:xmpp:carbons:2 namespace, used to mark a carbon copied message as received.
- MessageCarbons.Received(Forwarded) - Constructor for class rocks.xmpp.extensions.carbons.model.MessageCarbons.Received
-
- MessageCarbons.Sent - Class in rocks.xmpp.extensions.carbons.model
-
The implementation of the <sent/> element in the urn:xmpp:carbons:2 namespace, used to mark a carbon copied message as sent.
- MessageCarbons.Sent(Forwarded) - Constructor for class rocks.xmpp.extensions.carbons.model.MessageCarbons.Sent
-
- MessageCarbonsManager - Class in rocks.xmpp.extensions.carbons
-
Manages message carbons.
- MessageCorrectionManager - Class in rocks.xmpp.extensions.messagecorrect
-
- messageDelivered(MessageDeliveredEvent) - Method in interface rocks.xmpp.extensions.receipts.MessageDeliveredListener
-
Called when a message has been successfully delivered.
- MessageDeliveredEvent - Class in rocks.xmpp.extensions.receipts
-
This event notifies listeners, when a message has been successfully delivered.
- MessageDeliveredListener - Interface in rocks.xmpp.extensions.receipts
-
A listener which allows to listen for delivered messages.
- MessageDeliveryReceipts - Class in rocks.xmpp.extensions.receipts.model
-
A container class for Message Delivery Receipts.
- MessageDeliveryReceipts.Received - Class in rocks.xmpp.extensions.receipts.model
-
The implementation of the <received/> element in the urn:xmpp:receipts namespace.
- MessageDeliveryReceipts.Received(String) - Constructor for class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts.Received
-
Create the <received/> element.
- MessageDeliveryReceipts.Request - Class in rocks.xmpp.extensions.receipts.model
-
The implementation of the <request/> element in the urn:xmpp:receipts namespace.
- MessageDeliveryReceiptsManager - Class in rocks.xmpp.extensions.receipts
-
- MessageEvent - Class in rocks.xmpp.core.stanza
-
A message event is fired whenever a message is received or sent.
- MessageEvent(Object, Message, boolean) - Constructor for class rocks.xmpp.core.stanza.MessageEvent
-
Constructs a message event.
- MessageListener - Interface in rocks.xmpp.core.stanza
-
A listener interface, which allows to listen for received or sent messages.
- moderated(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Whether to make room moderated.
- Mood - Class in rocks.xmpp.extensions.mood.model
-
The implementation of the <mood/> element in the http://jabber.org/protocol/mood namespace.
- Mood() - Constructor for class rocks.xmpp.extensions.mood.model.Mood
-
Creates an empty mood, which indicates that no mood is used.
- Mood(Mood.Value) - Constructor for class rocks.xmpp.extensions.mood.model.Mood
-
Creates a mood with a specific value.
- Mood(Mood.Value, String) - Constructor for class rocks.xmpp.extensions.mood.model.Mood
-
Creates a mood with a specific value and a text.
- Mood.Afraid - Class in rocks.xmpp.extensions.mood.model
-
Impressed with fear or apprehension; in fear; apprehensive.
- Mood.Afraid() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Afraid
-
- Mood.Afraid(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Afraid
-
- Mood.Amazed - Class in rocks.xmpp.extensions.mood.model
-
Astonished; confounded with fear, surprise or wonder.
- Mood.Amazed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amazed
-
- Mood.Amazed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amazed
-
- Mood.Amorous - Class in rocks.xmpp.extensions.mood.model
-
Inclined to love; having a propensity to love, or to sexual enjoyment; loving, fond, affectionate, passionate, lustful, sexual, etc.
- Mood.Amorous() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amorous
-
- Mood.Amorous(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amorous
-
- Mood.Angry - Class in rocks.xmpp.extensions.mood.model
-
Displaying or feeling anger, i.e., a strong feeling of displeasure, hostility or antagonism towards someone or something, usually combined with an urge to harm.
- Mood.Angry() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Angry
-
- Mood.Angry(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Angry
-
- Mood.Annoyed - Class in rocks.xmpp.extensions.mood.model
-
To be disturbed or irritated, especially by continued or repeated acts.
- Mood.Annoyed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Annoyed
-
- Mood.Annoyed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Annoyed
-
- Mood.Anxious - Class in rocks.xmpp.extensions.mood.model
-
Full of anxiety or disquietude; greatly concerned or solicitous, esp. respecting something future or unknown; being in painful suspense.
- Mood.Anxious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Anxious
-
- Mood.Anxious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Anxious
-
- Mood.Aroused - Class in rocks.xmpp.extensions.mood.model
-
To be stimulated in one's feelings, especially to be sexually stimulated.
- Mood.Aroused() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Aroused
-
- Mood.Aroused(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Aroused
-
- Mood.Ashamed - Class in rocks.xmpp.extensions.mood.model
-
To be stimulated in one's feelings, especially to be sexually stimulated.
- Mood.Ashamed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Ashamed
-
- Mood.Ashamed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Ashamed
-
- Mood.Bored - Class in rocks.xmpp.extensions.mood.model
-
Suffering from boredom; uninterested, without attention.
- Mood.Bored() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Bored
-
- Mood.Bored(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Bored
-
- Mood.Brave - Class in rocks.xmpp.extensions.mood.model
-
Strong in the face of fear; courageous.
- Mood.Brave() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Brave
-
- Mood.Brave(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Brave
-
- Mood.Calm - Class in rocks.xmpp.extensions.mood.model
-
Peaceful, quiet.
- Mood.Calm() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Calm
-
- Mood.Calm(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Calm
-
- Mood.Cautious - Class in rocks.xmpp.extensions.mood.model
-
Taking care or caution; tentative.
- Mood.Cautious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cautious
-
- Mood.Cautious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cautious
-
- Mood.Cold - Class in rocks.xmpp.extensions.mood.model
-
Feeling the sensation of coldness, especially to the point of discomfort.
- Mood.Cold() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cold
-
- Mood.Cold(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cold
-
- Mood.Confident - Class in rocks.xmpp.extensions.mood.model
-
Feeling very sure of or positive about something, especially about one's own capabilities.
- Mood.Confident() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confident
-
- Mood.Confident(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confident
-
- Mood.Confused - Class in rocks.xmpp.extensions.mood.model
-
Chaotic, jumbled or muddled.
- Mood.Confused() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confused
-
- Mood.Confused(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confused
-
- Mood.Contemplative - Class in rocks.xmpp.extensions.mood.model
-
Feeling introspective or thoughtful.
- Mood.Contemplative() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contemplative
-
- Mood.Contemplative(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contemplative
-
- Mood.Contented - Class in rocks.xmpp.extensions.mood.model
-
Pleased at the satisfaction of a want or desire; satisfied.
- Mood.Contented() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contented
-
- Mood.Contented(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contented
-
- Mood.Cranky - Class in rocks.xmpp.extensions.mood.model
-
Grouchy, irritable; easily upset.
- Mood.Cranky() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cranky
-
- Mood.Cranky(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cranky
-
- Mood.Crazy - Class in rocks.xmpp.extensions.mood.model
-
Feeling out of control; feeling overly excited or enthusiastic.
- Mood.Crazy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Crazy
-
- Mood.Crazy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Crazy
-
- Mood.Creative - Class in rocks.xmpp.extensions.mood.model
-
Feeling original, expressive, or imaginative.
- Mood.Creative() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Creative
-
- Mood.Creative(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Creative
-
- Mood.Curious - Class in rocks.xmpp.extensions.mood.model
-
Inquisitive; tending to ask questions, investigate, or explore.
- Mood.Curious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Curious
-
- Mood.Curious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Curious
-
- Mood.Dejected - Class in rocks.xmpp.extensions.mood.model
-
Feeling sad and dispirited.
- Mood.Dejected() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dejected
-
- Mood.Dejected(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dejected
-
- Mood.Depressed - Class in rocks.xmpp.extensions.mood.model
-
Severely despondent and unhappy.
- Mood.Depressed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Depressed
-
- Mood.Depressed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Depressed
-
- Mood.Disappointed - Class in rocks.xmpp.extensions.mood.model
-
Defeated of expectation or hope; let down.
- Mood.Disappointed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disappointed
-
- Mood.Disappointed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disappointed
-
- Mood.Disgusted - Class in rocks.xmpp.extensions.mood.model
-
Filled with disgust; irritated and out of patience.
- Mood.Disgusted() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disgusted
-
- Mood.Disgusted(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disgusted
-
- Mood.Dismayed - Class in rocks.xmpp.extensions.mood.model
-
Feeling a sudden or complete loss of courage in the face of trouble or danger.
- Mood.Dismayed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dismayed
-
- Mood.Dismayed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dismayed
-
- Mood.Distracted - Class in rocks.xmpp.extensions.mood.model
-
Having one's attention diverted; preoccupied.
- Mood.Distracted() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Distracted
-
- Mood.Distracted(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Distracted
-
- Mood.Embarrassed - Class in rocks.xmpp.extensions.mood.model
-
Having a feeling of shameful discomfort.
- Mood.Embarrassed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Embarrassed
-
- Mood.Embarrassed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Embarrassed
-
- Mood.Envious - Class in rocks.xmpp.extensions.mood.model
-
Feeling pain by the excellence or good fortune of another.
- Mood.Envious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Envious
-
- Mood.Envious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Envious
-
- Mood.Excited - Class in rocks.xmpp.extensions.mood.model
-
Having great enthusiasm.
- Mood.Excited() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Excited
-
- Mood.Excited(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Excited
-
- Mood.Flirtatious - Class in rocks.xmpp.extensions.mood.model
-
In the mood for flirting.
- Mood.Flirtatious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Flirtatious
-
- Mood.Flirtatious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Flirtatious
-
- Mood.Frustrated - Class in rocks.xmpp.extensions.mood.model
-
Suffering from frustration; dissatisfied, agitated, or discontented because one is unable to perform an action or fulfill a desire.
- Mood.Frustrated() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Frustrated
-
- Mood.Frustrated(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Frustrated
-
- Mood.Grateful - Class in rocks.xmpp.extensions.mood.model
-
Feeling appreciation or thanks.
- Mood.Grateful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grateful
-
- Mood.Grateful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grateful
-
- Mood.Grieving - Class in rocks.xmpp.extensions.mood.model
-
Feeling very sad about something, especially something lost; mournful; sorrowful.
- Mood.Grieving() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grieving
-
- Mood.Grieving(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grieving
-
- Mood.Grumpy - Class in rocks.xmpp.extensions.mood.model
-
Unhappy and irritable.
- Mood.Grumpy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grumpy
-
- Mood.Grumpy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grumpy
-
- Mood.Guilty - Class in rocks.xmpp.extensions.mood.model
-
Feeling responsible for wrongdoing; feeling blameworthy.
- Mood.Guilty() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Guilty
-
- Mood.Guilty(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Guilty
-
- Mood.Happy - Class in rocks.xmpp.extensions.mood.model
-
Experiencing the effect of favourable fortune; having the feeling arising from the consciousness of well-being or of enjoyment; enjoying good of any kind, as peace, tranquillity, comfort; contented; joyous.
- Mood.Happy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Happy
-
- Mood.Happy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Happy
-
- Mood.Hopeful - Class in rocks.xmpp.extensions.mood.model
-
Having a positive feeling, belief, or expectation that something wished for can or will happen.
- Mood.Hopeful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hopeful
-
- Mood.Hopeful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hopeful
-
- Mood.Hot - Class in rocks.xmpp.extensions.mood.model
-
Feeling the sensation of heat, especially to the point of discomfort.
- Mood.Hot() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hot
-
- Mood.Hot(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hot
-
- Mood.Humbled - Class in rocks.xmpp.extensions.mood.model
-
Having or showing a modest or low estimate of one's own importance; feeling lowered in dignity or importance.
- Mood.Humbled() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Humbled
-
- Mood.Humbled(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Humbled
-
- Mood.Humiliated - Class in rocks.xmpp.extensions.mood.model
-
Feeling deprived of dignity or self-respect.
- Mood.Humiliated() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Humiliated
-
- Mood.Humiliated(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Humiliated
-
- Mood.Hungry - Class in rocks.xmpp.extensions.mood.model
-
Having a physical need for food.
- Mood.Hungry() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hungry
-
- Mood.Hungry(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hungry
-
- Mood.Hurt - Class in rocks.xmpp.extensions.mood.model
-
Wounded, injured, or pained, whether physically or emotionally.
- Mood.Hurt() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hurt
-
- Mood.Hurt(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hurt
-
- Mood.Impressed - Class in rocks.xmpp.extensions.mood.model
-
Favourably affected by something or someone.
- Mood.Impressed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Impressed
-
- Mood.Impressed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Impressed
-
- Mood.InAwe - Class in rocks.xmpp.extensions.mood.model
-
Feeling amazement at something or someone; or feeling a combination of fear and reverence.
- Mood.InAwe() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.InAwe
-
- Mood.InAwe(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.InAwe
-
- Mood.Indignant - Class in rocks.xmpp.extensions.mood.model
-
Showing anger or indignation, especially at something unjust or wrong.
- Mood.Indignant() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Indignant
-
- Mood.Indignant(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Indignant
-
- Mood.InLove - Class in rocks.xmpp.extensions.mood.model
-
Feeling strong affection, care, liking, or attraction..
- Mood.InLove() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.InLove
-
- Mood.InLove(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.InLove
-
- Mood.Interested - Class in rocks.xmpp.extensions.mood.model
-
Showing great attention to something or someone; having or showing interest.
- Mood.Interested() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Interested
-
- Mood.Interested(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Interested
-
- Mood.Intoxicated - Class in rocks.xmpp.extensions.mood.model
-
Under the influence of alcohol; drunk.
- Mood.Intoxicated() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Intoxicated
-
- Mood.Intoxicated(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Intoxicated
-
- Mood.Invincible - Class in rocks.xmpp.extensions.mood.model
-
Feeling as if one cannot be defeated, overcome or denied.
- Mood.Invincible() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Invincible
-
- Mood.Invincible(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Invincible
-
- Mood.Jealous - Class in rocks.xmpp.extensions.mood.model
-
Fearful of being replaced in position or affection.
- Mood.Jealous() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Jealous
-
- Mood.Jealous(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Jealous
-
- Mood.Lonely - Class in rocks.xmpp.extensions.mood.model
-
Feeling isolated, empty, or abandoned.
- Mood.Lonely() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lonely
-
- Mood.Lonely(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lonely
-
- Mood.Lost - Class in rocks.xmpp.extensions.mood.model
-
Unable to find one's way, either physically or emotionally.
- Mood.Lost() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lost
-
- Mood.Lost(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lost
-
- Mood.Lucky - Class in rocks.xmpp.extensions.mood.model
-
Feeling as if one will be favored by luck.
- Mood.Lucky() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lucky
-
- Mood.Lucky(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lucky
-
- Mood.Mean - Class in rocks.xmpp.extensions.mood.model
-
Causing or intending to cause intentional harm; bearing ill will towards another; cruel; malicious.
- Mood.Mean() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Mean
-
- Mood.Mean(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Mean
-
- Mood.Moody - Class in rocks.xmpp.extensions.mood.model
-
Given to sudden or frequent changes of mind or feeling; temperamental.
- Mood.Moody() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Moody
-
- Mood.Moody(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Moody
-
- Mood.Nervous - Class in rocks.xmpp.extensions.mood.model
-
Easily agitated or alarmed; apprehensive or anxious.
- Mood.Nervous() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Nervous
-
- Mood.Nervous(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Nervous
-
- Mood.Neutral - Class in rocks.xmpp.extensions.mood.model
-
Not having a strong mood or emotional state.
- Mood.Neutral() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Neutral
-
- Mood.Neutral(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Neutral
-
- Mood.Offended - Class in rocks.xmpp.extensions.mood.model
-
Feeling emotionally hurt, displeased, or insulted.
- Mood.Offended() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Offended
-
- Mood.Offended(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Offended
-
- Mood.Outraged - Class in rocks.xmpp.extensions.mood.model
-
Feeling resentful anger caused by an extremely violent or vicious attack, or by an offensive, immoral, or indecent act.
- Mood.Outraged() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Outraged
-
- Mood.Outraged(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Outraged
-
- Mood.Playful - Class in rocks.xmpp.extensions.mood.model
-
Interested in play; fun, recreational, unserious, lighthearted; joking, silly.
- Mood.Playful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Playful
-
- Mood.Playful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Playful
-
- Mood.Proud - Class in rocks.xmpp.extensions.mood.model
-
Feeling a sense of one's own worth or accomplishment.
- Mood.Proud() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Proud
-
- Mood.Proud(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Proud
-
- Mood.Relaxed - Class in rocks.xmpp.extensions.mood.model
-
Having an easy-going mood; not stressed; calm.
- Mood.Relaxed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Relaxed
-
- Mood.Relaxed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Relaxed
-
- Mood.Relieved - Class in rocks.xmpp.extensions.mood.model
-
Feeling uplifted because of the removal of stress or discomfort.
- Mood.Relieved() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Relieved
-
- Mood.Relieved(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Relieved
-
- Mood.Remorseful - Class in rocks.xmpp.extensions.mood.model
-
Feeling regret or sadness for doing something wrong.
- Mood.Remorseful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Remorseful
-
- Mood.Remorseful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Remorseful
-
- Mood.Restless - Class in rocks.xmpp.extensions.mood.model
-
Without rest; unable to be still or quiet; uneasy; continually moving.
- Mood.Restless() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Restless
-
- Mood.Restless(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Restless
-
- Mood.Sad - Class in rocks.xmpp.extensions.mood.model
-
Feeling sorrow; sorrowful, mournful.
- Mood.Sad() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sad
-
- Mood.Sad(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sad
-
- Mood.Sarcastic - Class in rocks.xmpp.extensions.mood.model
-
Mocking and ironical.
- Mood.Sarcastic() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sarcastic
-
- Mood.Sarcastic(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sarcastic
-
- Mood.Satisfied - Class in rocks.xmpp.extensions.mood.model
-
Pleased at the fulfillment of a need or desire.
- Mood.Satisfied() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Satisfied
-
- Mood.Satisfied(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Satisfied
-
- Mood.Serious - Class in rocks.xmpp.extensions.mood.model
-
Without humor or expression of happiness; grave in manner or disposition; earnest; thoughtful; solemn.
- Mood.Serious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Serious
-
- Mood.Serious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Serious
-
- Mood.Shocked - Class in rocks.xmpp.extensions.mood.model
-
Surprised, startled, confused, or taken aback.
- Mood.Shocked() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Shocked
-
- Mood.Shocked(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Shocked
-
- Mood.Shy - Class in rocks.xmpp.extensions.mood.model
-
Feeling easily frightened or scared; timid; reserved or coy.
- Mood.Shy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Shy
-
- Mood.Shy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Shy
-
- Mood.Sick - Class in rocks.xmpp.extensions.mood.model
-
Feeling in poor health; ill.
- Mood.Sick() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sick
-
- Mood.Sick(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sick
-
- Mood.Sleepy - Class in rocks.xmpp.extensions.mood.model
-
Feeling the need for sleep.
- Mood.Sleepy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sleepy
-
- Mood.Sleepy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sleepy
-
- Mood.Spontaneous - Class in rocks.xmpp.extensions.mood.model
-
Acting without planning; natural; impulsive.
- Mood.Spontaneous() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Spontaneous
-
- Mood.Spontaneous(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Spontaneous
-
- Mood.Stressed - Class in rocks.xmpp.extensions.mood.model
-
Suffering emotional pressure.
- Mood.Stressed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Stressed
-
- Mood.Stressed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Stressed
-
- Mood.Strong - Class in rocks.xmpp.extensions.mood.model
-
Capable of producing great physical force; or, emotionally forceful, able, determined, unyielding.
- Mood.Strong() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Strong
-
- Mood.Strong(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Strong
-
- Mood.Surprised - Class in rocks.xmpp.extensions.mood.model
-
Experiencing a feeling caused by something unexpected.
- Mood.Surprised() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Surprised
-
- Mood.Surprised(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Surprised
-
- Mood.Thankful - Class in rocks.xmpp.extensions.mood.model
-
Showing appreciation or gratitude.
- Mood.Thankful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Thankful
-
- Mood.Thankful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Thankful
-
- Mood.Thirsty - Class in rocks.xmpp.extensions.mood.model
-
Feeling the need to drink.
- Mood.Thirsty() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Thirsty
-
- Mood.Thirsty(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Thirsty
-
- Mood.Tired - Class in rocks.xmpp.extensions.mood.model
-
In need of rest or sleep.
- Mood.Tired() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Tired
-
- Mood.Tired(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Tired
-
- Mood.Undefined - Class in rocks.xmpp.extensions.mood.model
-
Feeling any emotion.
- Mood.Undefined() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Undefined
-
- Mood.Undefined(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Undefined
-
- Mood.Value - Class in rocks.xmpp.extensions.mood.model
-
An abstract base class for all possible mood values.
- Mood.Weak - Class in rocks.xmpp.extensions.mood.model
-
Lacking in force or ability, either physical or emotional.
- Mood.Weak() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Weak
-
- Mood.Weak(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Weak
-
- Mood.Worried - Class in rocks.xmpp.extensions.mood.model
-
Thinking about unpleasant things that have happened or that might happen; feeling afraid and unhappy.
- Mood.Worried() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Worried
-
- Mood.Worried(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Worried
-
- MoodManager - Class in rocks.xmpp.extensions.mood
-
- Muc - Class in rocks.xmpp.extensions.muc.model
-
The implementation of the <x/> element in the http://jabber.org/protocol/muc namespace, which allows to enter a room.
- Muc() - Constructor for class rocks.xmpp.extensions.muc.model.Muc
-
Creates an empty element.
- Muc(String) - Constructor for class rocks.xmpp.extensions.muc.model.Muc
-
Creates an element with a password for the room.
- Muc(History) - Constructor for class rocks.xmpp.extensions.muc.model.Muc
-
Creates an element with a history element, indicating the user wishes to retrieve history.
- Muc(String, History) - Constructor for class rocks.xmpp.extensions.muc.model.Muc
-
Creates an element with a history element and a password for the room.
- MucAdmin - Class in rocks.xmpp.extensions.muc.model.admin
-
The implementation of the <query/> element in the http://jabber.org/protocol/muc#admin namespace.
- MucFeature - Enum in rocks.xmpp.extensions.muc.model
-
- MucOwner - Class in rocks.xmpp.extensions.muc.model.owner
-
The implementation of the <query/> element in the http://jabber.org/protocol/muc#owner namespace.
- MucOwner() - Constructor for class rocks.xmpp.extensions.muc.model.owner.MucOwner
-
Creates an empty query element.
- MucOwner(DataForm) - Constructor for class rocks.xmpp.extensions.muc.model.owner.MucOwner
-
Creates a query element with a configuration form.
- MucUser - Class in rocks.xmpp.extensions.muc.model.user
-
The implementation of the <x/> element in the http://jabber.org/protocol/muc#user namespace.
- MultiUserChatManager - Class in rocks.xmpp.extensions.muc
-
Manages Multi-User Chat.
- MustUnderstand - Class in rocks.xmpp.extensions.soap.model.fault
-
Represents the 'MustUnderstand' SOAP fault.
- MustUnderstand() - Constructor for class rocks.xmpp.extensions.soap.model.fault.MustUnderstand
-
- Mute - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.info
-
The implementation of the <mute/> element in the urn:xmpp:jingle:apps:rtp:info:1 namespace.
- Mute() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.info.Mute
-
- Range - Interface in rocks.xmpp.extensions.filetransfer
-
An interface for ranged file transfers, which covers both XEP-0096 and XEP-0234.
- Reachability - Class in rocks.xmpp.extensions.reach.model
-
The implementation of the <reach/> element in the urn:xmpp:reach:0 namespace.
- Reachability(List<Address>) - Constructor for class rocks.xmpp.extensions.reach.model.Reachability
-
- Reachability() - Constructor for class rocks.xmpp.extensions.reach.model.Reachability
-
- reachabilityChanged(ReachabilityEvent) - Method in interface rocks.xmpp.extensions.reach.ReachabilityListener
-
Called when a contact's reachability has changed.
- ReachabilityEvent - Class in rocks.xmpp.extensions.reach
-
This event notifies listeners, when a contact's reachability has changed.
- ReachabilityListener - Interface in rocks.xmpp.extensions.reach
-
A listener which allows to listen for reachability updates.
- ReachabilityManager - Class in rocks.xmpp.extensions.reach
-
Allows to query for reachability addresses of another contact, automatically responds to reachability queries and notifies
ReachabilityListeners,
when the reachability of a contact has changed either via presence or PEP.
- readStanza(String, Object) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
-
- readStanza(String, Object) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
-
This method is called, whenever a stream element is read.
- RealTimeText - Class in rocks.xmpp.extensions.rtt.model
-
The implementation of the <rtt/> element in the urn:xmpp:rtt:0 namespace.
- RealTimeText() - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText
-
- RealTimeText(RealTimeText.Event) - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText
-
- RealTimeText.Action - Class in rocks.xmpp.extensions.rtt.model
-
- RealTimeText.Action() - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.Action
-
- RealTimeText.EraseText - Class in rocks.xmpp.extensions.rtt.model
-
The implementation of the <e/> element.
- RealTimeText.EraseText() - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
-
- RealTimeText.Event - Enum in rocks.xmpp.extensions.rtt.model
-
- RealTimeText.InsertText - Class in rocks.xmpp.extensions.rtt.model
-
The implementation of the <e/> element.
- RealTimeText.InsertText() - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
-
- RealTimeText.WaitInterval - Class in rocks.xmpp.extensions.rtt.model
-
The implementation of the <w/> element.
- RealTimeText.WaitInterval() - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.WaitInterval
-
- RealTimeTextManager - Class in rocks.xmpp.extensions.rtt
-
- Receiver - Class in rocks.xmpp.extensions.soap.model.fault
-
Represents the 'Receiver' SOAP fault.
- Receiver() - Constructor for class rocks.xmpp.extensions.soap.model.fault.Receiver
-
- reconnect() - Method in class rocks.xmpp.core.session.XmppSession
-
- ReconnectionManager - Class in rocks.xmpp.core.session
-
If the connection goes down, this class automatically reconnects, if the user was authenticated.
- ReconnectionStrategy - Interface in rocks.xmpp.core.session
-
A strategy for reconnection logic, i.e. when and in which interval reconnection attempts will happen.
- region(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
-
Sets an administrative region of the nation, such as a state or province.
- region(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
-
Sets the region, e.g. state.
- register(Registration) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Registers with the room.
- register(Registration) - Method in class rocks.xmpp.extensions.register.RegistrationManager
-
Registers a new account.
- RegisterFeature - Class in rocks.xmpp.extensions.register.model.feature
-
The implementation of the <register/> element in the http://jabber.org/features/iq-register namespace.
- RegisterFeature() - Constructor for class rocks.xmpp.extensions.register.model.feature.RegisterFeature
-
- Registration - Class in rocks.xmpp.extensions.register.model
-
The implementation of the <query/> element in the jabber:iq:register namespace.
- Registration() - Constructor for class rocks.xmpp.extensions.register.model.Registration
-
Creates an empty registration element to request the registration.
- Registration(DataForm) - Constructor for class rocks.xmpp.extensions.register.model.Registration
-
- Registration(String, String, String) - Constructor for class rocks.xmpp.extensions.register.model.Registration
-
- Registration(String, String) - Constructor for class rocks.xmpp.extensions.register.model.Registration
-
- Registration(boolean) - Constructor for class rocks.xmpp.extensions.register.model.Registration
-
- Registration.Builder - Class in rocks.xmpp.extensions.register.model
-
A builder to build a registration.
- registrationForm(DataForm) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
-
Sets the extended registration form.
- RegistrationManager - Class in rocks.xmpp.extensions.register
-
This manager allows to register, cancel an existing registration (i.e. remove an account) or change the password with a host.
- reject() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamEvent
-
Rejects the session.
- reject(IQ) - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferNegotiator
-
- reject() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Rejects the inbound file transfer request.
- reject() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
-
Rejects the Jingle session.
- reject(IQ) - Method in class rocks.xmpp.extensions.oob.OutOfBandFileTransferManager
-
- reject(IQ) - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
-
- rejectTransport(String, TransportMethod) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
- RemoteCandidate - Class in rocks.xmpp.extensions.jingle.transports.iceudp.model
-
- RemoteCandidate() - Constructor for class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
-
- remove(Object) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
-
- remove(Object) - Method in class rocks.xmpp.core.util.cache.LruCache
-
- remove() - Static method in class rocks.xmpp.extensions.register.model.Registration
-
Creates a registration element with an <remove/> element used to indicate account removal.
- removeAllMessages() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Removes all offline messages.
- removeAvatarChangeListener(AvatarChangeListener) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
-
Removes a previously added avatar listener.
- removeBlockingListener(BlockingListener) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
-
Removes a previously added blocking listener.
- removeByteStreamListener(ByteStreamListener) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamManager
-
Removes a previously added byte stream listener.
- removeChatPartnerListener(ChatSession.ChatPartnerListener) - Method in class rocks.xmpp.core.chat.ChatSession
-
Removes a chat partner listener.
- removeChatRoomBookmark(Jid) - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
-
Removes a chat room bookmark.
- removeChatSessionListener(ChatSessionListener) - Method in class rocks.xmpp.core.chat.ChatManager
-
Removes a previously added chat session listener.
- removeContact(Jid) - Method in class rocks.xmpp.core.roster.RosterManager
-
Removes a contact from the roster.
- removeContactExchangeListener(ContactExchangeListener) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
-
Removes a previously added contact exchange listener.
- removeContactGroup(ContactGroup) - Method in class rocks.xmpp.core.roster.RosterManager
-
Removes a contact group.
- removeExtension(DataForm) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Removes an extension.
- removeFeature(Feature) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Removes a feature.
- removeFileTransferOfferListener(FileTransferOfferListener) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
-
Removes a previously added file transfer listener.
- removeFileTransferStatusListener(FileTransferStatusListener) - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
Removes a previously added file transfer status listener.
- removeGeoLocationListener(GeoLocationListener) - Method in class rocks.xmpp.extensions.geoloc.GeoLocationManager
-
Removes a previously added geo location listener.
- removeHttpAuthenticationListener(HttpAuthenticationListener) - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
-
Removes a previously added HTTP authentication listener.
- removeIdentity(Identity) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Removes an identity.
- removeInboundIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Removes a previously added inbound IQ listener from the session.
- removeInboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.chat.Chat
-
Removes a previously added message listener.
- removeInboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Removes a previously added inbound message listener from the session.
- removeInboundPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Removes a previously added inbound presence listener from the session.
- removeInfoNode(String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Removes an info node.
- removeInvitationDeclineListener(InvitationDeclineListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Removes a previously added invitation decline listener.
- removeInvitationListener(InvitationListener) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
-
Removes a previously added invitation listener.
- removeIQHandler(Class<?>) - Method in class rocks.xmpp.core.session.XmppSession
-
Removes an IQ handler.
- removeIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
-
- removeJingleListener(JingleListener) - Method in class rocks.xmpp.extensions.jingle.JingleManager
-
Removes a previously added Jingle listener.
- removeJingleListener(JingleListener) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
Removes a previously added Jingle listener.
- removeList(String) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Removes a privacy list.
- removeMessageDeliveredListener(MessageDeliveredListener) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
-
Removes a previously added message delivered listener.
- removeMessageFilter(StanzaFilter<Message>) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
-
Removes a previously added message filter.
- removeMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
-
- removeMessages(String...) - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Removes specific offline messages.
- removeOccupantListener(OccupantListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Removes a previously added occupant listener.
- removeOutboundIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Removes a previously added outbound IQ listener from the session.
- removeOutboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Removes a previously added outbound message listener from the session.
- removeOutboundPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Removes a previously added outbound presence listener from the session.
- removePresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
-
- removePrivacyListListener(PrivacyListListener) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Removes a previously added privacy list listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Removes a property change listener.
- removeReachabilityListener(ReachabilityListener) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
-
Removes a previously added reachability listener.
- removeRosterListener(RosterListener) - Method in class rocks.xmpp.core.roster.RosterManager
-
Removes a previously added roster listener.
- removeSessionStatusListener(SessionStatusListener) - Method in class rocks.xmpp.core.session.XmppSession
-
Removes a previously added session listener.
- removeSubjectChangeListener(SubjectChangeListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Removes a previously added subject change listener.
- removeWebPageBookmark(URL) - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
-
Removes a web page bookmark.
- renameContactGroup(ContactGroup, String) - Method in class rocks.xmpp.core.roster.RosterManager
-
Renames a contact group.
- Replace - Class in rocks.xmpp.extensions.messagecorrect.model
-
The implementation of the <replace/> element in the urn:xmpp:message-correct:0 namespace.
- Replace(String) - Constructor for class rocks.xmpp.extensions.messagecorrect.model.Replace
-
- replaceTransport(String, TransportMethod) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
- replaceTransport(InBandBytestreamsTransportMethod) - Method in class rocks.xmpp.extensions.jingle.transports.ibb.IbbTransportNegotiator
-
- REQUEST - Static variable in class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts
-
The implementation of the <request/> element in the urn:xmpp:receipts namespace.
- Request - Class in rocks.xmpp.extensions.sm.model
-
- Request() - Constructor for class rocks.xmpp.extensions.sm.model.Request
-
- requestAllMessages() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Requests all offline messages.
- requestMessage(String) - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Requests a specific offline message.
- requestMessageHeaders() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Gets the offline message headers.
- requestNumberOfMessages() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Gets the number of offline messages.
- requestReachabilityAddresses(Jid) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
-
Requests the reachability addresses of a contact.
- requestRoster() - Method in class rocks.xmpp.core.roster.RosterManager
-
Requests the roster from the server.
- requestSubscription(Jid, String) - Method in class rocks.xmpp.core.subscription.PresenceManager
-
Sends a subscription request to a potential contact.
- requestVoice() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Requests voice in a moderated room.
- RequestVoice - Class in rocks.xmpp.extensions.muc.model
-
Represents a standardized
DataForm with form type
http://jabber.org/protocol/muc#request, which can be used to request voice in a MUC room.
- RequestVoice(DataForm) - Constructor for class rocks.xmpp.extensions.muc.model.RequestVoice
-
Creates the request voice form.
- RequestVoice.Builder - Class in rocks.xmpp.extensions.muc.model
-
A builder to build a request voice form.
- responder(Jid, String, Jingle.Action, List<Jingle.Content>) - Static method in class rocks.xmpp.extensions.jingle.model.Jingle
-
- ResultSetManager - Class in rocks.xmpp.extensions.rsm
-
This manager is used to deal with result set management.
- ResultSetProvider<T extends ResultSetItem> - Interface in rocks.xmpp.extensions.rsm
-
Provides methods which are needed for result set management.
- Resume - Class in rocks.xmpp.extensions.sm.model
-
- Resume() - Constructor for class rocks.xmpp.extensions.sm.model.Resume
-
- Resumed - Class in rocks.xmpp.extensions.sm.model
-
- Resumed() - Constructor for class rocks.xmpp.extensions.sm.model.Resumed
-
- Ringing - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.info
-
The implementation of the <ringing/> element in the urn:xmpp:jingle:apps:rtp:info:1 namespace.
- Ringing() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.info.Ringing
-
- rocks.xmpp.core.chat - package rocks.xmpp.core.chat
-
Provides core classes needed for chat.
- rocks.xmpp.core.roster - package rocks.xmpp.core.roster
-
Provides classes for roster management.
- rocks.xmpp.core.sasl - package rocks.xmpp.core.sasl
-
- rocks.xmpp.core.session - package rocks.xmpp.core.session
-
Provides classes related to an XMPP session.
- rocks.xmpp.core.session.context - package rocks.xmpp.core.session.context
-
Provides the session context for core XMPP functionality.
- rocks.xmpp.core.session.context.extensions - package rocks.xmpp.core.session.context.extensions
-
Provides the session context for XMPP extensions.
- rocks.xmpp.core.session.debug - package rocks.xmpp.core.session.debug
-
- rocks.xmpp.core.stanza - package rocks.xmpp.core.stanza
-
Provides classes for XML stanza management (message, presence, IQ).
- rocks.xmpp.core.stream - package rocks.xmpp.core.stream
-
- rocks.xmpp.core.subscription - package rocks.xmpp.core.subscription
-
- rocks.xmpp.core.util.cache - package rocks.xmpp.core.util.cache
-
Provides simple cache implementations.
- rocks.xmpp.extensions.activity.model - package rocks.xmpp.extensions.activity.model
-
- rocks.xmpp.extensions.address.model - package rocks.xmpp.extensions.address.model
-
- rocks.xmpp.extensions.amp.model - package rocks.xmpp.extensions.amp.model
-
- rocks.xmpp.extensions.amp.model.errors - package rocks.xmpp.extensions.amp.model.errors
-
- rocks.xmpp.extensions.attention - package rocks.xmpp.extensions.attention
-
- rocks.xmpp.extensions.attention.model - package rocks.xmpp.extensions.attention.model
-
- rocks.xmpp.extensions.avatar - package rocks.xmpp.extensions.avatar
-
- rocks.xmpp.extensions.avatar.model.data - package rocks.xmpp.extensions.avatar.model.data
-
- rocks.xmpp.extensions.avatar.model.metadata - package rocks.xmpp.extensions.avatar.model.metadata
-
- rocks.xmpp.extensions.blocking - package rocks.xmpp.extensions.blocking
-
- rocks.xmpp.extensions.blocking.model - package rocks.xmpp.extensions.blocking.model
-
- rocks.xmpp.extensions.blocking.model.errors - package rocks.xmpp.extensions.blocking.model.errors
-
- rocks.xmpp.extensions.bob - package rocks.xmpp.extensions.bob
-
- rocks.xmpp.extensions.bob.model - package rocks.xmpp.extensions.bob.model
-
- rocks.xmpp.extensions.bookmarks - package rocks.xmpp.extensions.bookmarks
-
- rocks.xmpp.extensions.bookmarks.model - package rocks.xmpp.extensions.bookmarks.model
-
- rocks.xmpp.extensions.bytestreams - package rocks.xmpp.extensions.bytestreams
-
- rocks.xmpp.extensions.bytestreams.ibb - package rocks.xmpp.extensions.bytestreams.ibb
-
- rocks.xmpp.extensions.bytestreams.ibb.model - package rocks.xmpp.extensions.bytestreams.ibb.model
-
- rocks.xmpp.extensions.bytestreams.s5b - package rocks.xmpp.extensions.bytestreams.s5b
-
- rocks.xmpp.extensions.bytestreams.s5b.model - package rocks.xmpp.extensions.bytestreams.s5b.model
-
- rocks.xmpp.extensions.caps - package rocks.xmpp.extensions.caps
-
- rocks.xmpp.extensions.caps.model - package rocks.xmpp.extensions.caps.model
-
- rocks.xmpp.extensions.carbons - package rocks.xmpp.extensions.carbons
-
- rocks.xmpp.extensions.carbons.model - package rocks.xmpp.extensions.carbons.model
-
- rocks.xmpp.extensions.chatstates - package rocks.xmpp.extensions.chatstates
-
- rocks.xmpp.extensions.chatstates.model - package rocks.xmpp.extensions.chatstates.model
-
- rocks.xmpp.extensions.commands.model - package rocks.xmpp.extensions.commands.model
-
- rocks.xmpp.extensions.compress - package rocks.xmpp.extensions.compress
-
- rocks.xmpp.extensions.delay.model - package rocks.xmpp.extensions.delay.model
-
- rocks.xmpp.extensions.disco - package rocks.xmpp.extensions.disco
-
- rocks.xmpp.extensions.featureneg.model - package rocks.xmpp.extensions.featureneg.model
-
- rocks.xmpp.extensions.filetransfer - package rocks.xmpp.extensions.filetransfer
-
Provides an abstraction for different kinds of file transfer.
- rocks.xmpp.extensions.forward - package rocks.xmpp.extensions.forward
-
- rocks.xmpp.extensions.forward.model - package rocks.xmpp.extensions.forward.model
-
- rocks.xmpp.extensions.geoloc - package rocks.xmpp.extensions.geoloc
-
- rocks.xmpp.extensions.geoloc.model - package rocks.xmpp.extensions.geoloc.model
-
- rocks.xmpp.extensions.hashes - package rocks.xmpp.extensions.hashes
-
- rocks.xmpp.extensions.hashes.model - package rocks.xmpp.extensions.hashes.model
-
- rocks.xmpp.extensions.httpauth - package rocks.xmpp.extensions.httpauth
-
- rocks.xmpp.extensions.httpauth.model - package rocks.xmpp.extensions.httpauth.model
-
- rocks.xmpp.extensions.httpbind - package rocks.xmpp.extensions.httpbind
-
- rocks.xmpp.extensions.invisible - package rocks.xmpp.extensions.invisible
-
- rocks.xmpp.extensions.invisible.model - package rocks.xmpp.extensions.invisible.model
-
- rocks.xmpp.extensions.jingle - package rocks.xmpp.extensions.jingle
-
- rocks.xmpp.extensions.jingle.apps.filetransfer - package rocks.xmpp.extensions.jingle.apps.filetransfer
-
- rocks.xmpp.extensions.jingle.apps.filetransfer.model - package rocks.xmpp.extensions.jingle.apps.filetransfer.model
-
- rocks.xmpp.extensions.jingle.apps.model - package rocks.xmpp.extensions.jingle.apps.model
-
Provides common classes for all Jingle application formats.
- rocks.xmpp.extensions.jingle.apps.rtp.model - package rocks.xmpp.extensions.jingle.apps.rtp.model
-
- rocks.xmpp.extensions.jingle.apps.rtp.model.errors - package rocks.xmpp.extensions.jingle.apps.rtp.model.errors
-
- rocks.xmpp.extensions.jingle.apps.rtp.model.info - package rocks.xmpp.extensions.jingle.apps.rtp.model.info
-
- rocks.xmpp.extensions.jingle.apps.rtp.zrtp.model - package rocks.xmpp.extensions.jingle.apps.rtp.zrtp.model
-
- rocks.xmpp.extensions.jingle.model - package rocks.xmpp.extensions.jingle.model
-
- rocks.xmpp.extensions.jingle.model.errors - package rocks.xmpp.extensions.jingle.model.errors
-
- rocks.xmpp.extensions.jingle.transports - package rocks.xmpp.extensions.jingle.transports
-
Common classes for all Jingle transports.
- rocks.xmpp.extensions.jingle.transports.ibb - package rocks.xmpp.extensions.jingle.transports.ibb
-
- rocks.xmpp.extensions.jingle.transports.ibb.model - package rocks.xmpp.extensions.jingle.transports.ibb.model
-
- rocks.xmpp.extensions.jingle.transports.iceudp.model - package rocks.xmpp.extensions.jingle.transports.iceudp.model
-
- rocks.xmpp.extensions.jingle.transports.model - package rocks.xmpp.extensions.jingle.transports.model
-
Provides common classes for all Jingle transport methods.
- rocks.xmpp.extensions.jingle.transports.rawudp.model - package rocks.xmpp.extensions.jingle.transports.rawudp.model
-
- rocks.xmpp.extensions.jingle.transports.s5b - package rocks.xmpp.extensions.jingle.transports.s5b
-
- rocks.xmpp.extensions.jingle.transports.s5b.model - package rocks.xmpp.extensions.jingle.transports.s5b.model
-
- rocks.xmpp.extensions.json.model - package rocks.xmpp.extensions.json.model
-
- rocks.xmpp.extensions.last - package rocks.xmpp.extensions.last
-
- rocks.xmpp.extensions.last.model - package rocks.xmpp.extensions.last.model
-
- rocks.xmpp.extensions.messagecorrect - package rocks.xmpp.extensions.messagecorrect
-
- rocks.xmpp.extensions.messagecorrect.model - package rocks.xmpp.extensions.messagecorrect.model
-
- rocks.xmpp.extensions.mood - package rocks.xmpp.extensions.mood
-
- rocks.xmpp.extensions.mood.model - package rocks.xmpp.extensions.mood.model
-
- rocks.xmpp.extensions.muc - package rocks.xmpp.extensions.muc
-
- rocks.xmpp.extensions.muc.conference.model - package rocks.xmpp.extensions.muc.conference.model
-
- rocks.xmpp.extensions.muc.model - package rocks.xmpp.extensions.muc.model
-
- rocks.xmpp.extensions.muc.model.admin - package rocks.xmpp.extensions.muc.model.admin
-
- rocks.xmpp.extensions.muc.model.owner - package rocks.xmpp.extensions.muc.model.owner
-
- rocks.xmpp.extensions.muc.model.user - package rocks.xmpp.extensions.muc.model.user
-
- rocks.xmpp.extensions.nick.model - package rocks.xmpp.extensions.nick.model
-
- rocks.xmpp.extensions.offline - package rocks.xmpp.extensions.offline
-
- rocks.xmpp.extensions.offline.model - package rocks.xmpp.extensions.offline.model
-
- rocks.xmpp.extensions.oob - package rocks.xmpp.extensions.oob
-
- rocks.xmpp.extensions.oob.model.iq - package rocks.xmpp.extensions.oob.model.iq
-
- rocks.xmpp.extensions.oob.model.x - package rocks.xmpp.extensions.oob.model.x
-
- rocks.xmpp.extensions.ping - package rocks.xmpp.extensions.ping
-
- rocks.xmpp.extensions.ping.model - package rocks.xmpp.extensions.ping.model
-
- rocks.xmpp.extensions.privacy - package rocks.xmpp.extensions.privacy
-
- rocks.xmpp.extensions.privacy.model - package rocks.xmpp.extensions.privacy.model
-
- rocks.xmpp.extensions.privatedata - package rocks.xmpp.extensions.privatedata
-
- rocks.xmpp.extensions.pubsub - package rocks.xmpp.extensions.pubsub
-
- rocks.xmpp.extensions.pubsub.model - package rocks.xmpp.extensions.pubsub.model
-
- rocks.xmpp.extensions.pubsub.model.errors - package rocks.xmpp.extensions.pubsub.model.errors
-
- rocks.xmpp.extensions.pubsub.model.event - package rocks.xmpp.extensions.pubsub.model.event
-
- rocks.xmpp.extensions.pubsub.model.owner - package rocks.xmpp.extensions.pubsub.model.owner
-
- rocks.xmpp.extensions.reach - package rocks.xmpp.extensions.reach
-
- rocks.xmpp.extensions.reach.model - package rocks.xmpp.extensions.reach.model
-
- rocks.xmpp.extensions.receipts - package rocks.xmpp.extensions.receipts
-
- rocks.xmpp.extensions.receipts.model - package rocks.xmpp.extensions.receipts.model
-
- rocks.xmpp.extensions.register - package rocks.xmpp.extensions.register
-
- rocks.xmpp.extensions.register.model - package rocks.xmpp.extensions.register.model
-
- rocks.xmpp.extensions.register.model.feature - package rocks.xmpp.extensions.register.model.feature
-
- rocks.xmpp.extensions.rosterx - package rocks.xmpp.extensions.rosterx
-
- rocks.xmpp.extensions.rosterx.model - package rocks.xmpp.extensions.rosterx.model
-
- rocks.xmpp.extensions.rpc - package rocks.xmpp.extensions.rpc
-
- rocks.xmpp.extensions.rpc.model - package rocks.xmpp.extensions.rpc.model
-
- rocks.xmpp.extensions.rsm - package rocks.xmpp.extensions.rsm
-
- rocks.xmpp.extensions.rtt - package rocks.xmpp.extensions.rtt
-
- rocks.xmpp.extensions.rtt.model - package rocks.xmpp.extensions.rtt.model
-
- rocks.xmpp.extensions.search - package rocks.xmpp.extensions.search
-
- rocks.xmpp.extensions.search.model - package rocks.xmpp.extensions.search.model
-
- rocks.xmpp.extensions.shim - package rocks.xmpp.extensions.shim
-
- rocks.xmpp.extensions.shim.model - package rocks.xmpp.extensions.shim.model
-
- rocks.xmpp.extensions.si - package rocks.xmpp.extensions.si
-
- rocks.xmpp.extensions.si.model - package rocks.xmpp.extensions.si.model
-
- rocks.xmpp.extensions.si.profile.filetransfer.model - package rocks.xmpp.extensions.si.profile.filetransfer.model
-
- rocks.xmpp.extensions.sm.model - package rocks.xmpp.extensions.sm.model
-
- rocks.xmpp.extensions.soap - package rocks.xmpp.extensions.soap
-
- rocks.xmpp.extensions.soap.model.fault - package rocks.xmpp.extensions.soap.model.fault
-
- rocks.xmpp.extensions.time - package rocks.xmpp.extensions.time
-
- rocks.xmpp.extensions.time.model - package rocks.xmpp.extensions.time.model
-
- rocks.xmpp.extensions.tune.model - package rocks.xmpp.extensions.tune.model
-
- rocks.xmpp.extensions.vcard.avatar.model - package rocks.xmpp.extensions.vcard.avatar.model
-
- rocks.xmpp.extensions.vcard.temp - package rocks.xmpp.extensions.vcard.temp
-
- rocks.xmpp.extensions.vcard.temp.model - package rocks.xmpp.extensions.vcard.temp.model
-
- rocks.xmpp.extensions.version - package rocks.xmpp.extensions.version
-
- rocks.xmpp.extensions.version.model - package rocks.xmpp.extensions.version.model
-
- rocks.xmpp.extensions.xhtmlim.model - package rocks.xmpp.extensions.xhtmlim.model
-
- role(Role) - Method in class rocks.xmpp.extensions.muc.model.RequestVoice.Builder
-
Sets the requested role.
- Role - Enum in rocks.xmpp.extensions.muc.model
-
A temporary position or privilege level within a room, distinct from a user's long-lived affiliation with the room; the possible roles are "moderator", "participant", and "visitor" (it is also possible to have no defined role).
- rolesForWhichPresenceIsBroadcast(Collection<Role>) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Roles for which presence is broadcast.
- rolesThatMayDiscoverRealJids(Collection<Role>) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Roles that may discover real JIDs of occupants.
- rolesThatMayRetrieveMemberList(Collection<Role>) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Roles that may retrieve member list.
- rolesThatMaySendPrivateMessages(Collection<Role>) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
-
Roles that may send private messages.
- room(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
-
Sets a particular room in a building.
- ROOM_CHANGED_TO_MEMBERS_ONLY - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform user that he or she is being removed from the room
because the room has been changed to members-only and the
user is not a member (322).
- ROOM_CONFIGURATION_CHANGED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform occupants that a non-privacy-related room configuration change has occurred (104).
- ROOM_DOES_NOT_SHOW_UNAVAILABLE_MEMBERS - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform occupants that room now does not show unavailable members (103).
- ROOM_FULLY_ANONYMOUS - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform occupants that the room is now fully-anonymous (174).
- ROOM_IS_NON_ANONYMOUS - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform user that any occupant is allowed to see the user's full JID (100).
- ROOM_LOGGING_DISABLED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform occupants that room logging is now disabled (171).
- ROOM_LOGGING_ENABLED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform occupants that room logging is now enabled (170).
- ROOM_NON_ANONYMOUS - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform occupants that the room is now non-anonymous (172).
- ROOM_SEMI_ANONYMOUS - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform occupants that the room is now semi-anonymous (173).
- ROOM_SHOWS_UNAVAILABLE_MEMBERS - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform occupants that room now shows unavailable members (102).
- RoomConfiguration - Class in rocks.xmpp.extensions.muc.model
-
Represents a standardized
DataForm with form type
http://jabber.org/protocol/muc#roomconfig, which can be used to configure a MUC room.
- RoomConfiguration(DataForm) - Constructor for class rocks.xmpp.extensions.muc.model.RoomConfiguration
-
- RoomConfiguration.Builder - Class in rocks.xmpp.extensions.muc.model
-
A builder to build a room configuration.
- RoomInfo - Class in rocks.xmpp.extensions.muc.model
-
Represents a standardized
DataForm with form type
http://jabber.org/protocol/muc#roominfo, which can be used to retrieve MUC room info.
- RoomInfo(DataForm) - Constructor for class rocks.xmpp.extensions.muc.model.RoomInfo
-
- RoomInfo.Builder - Class in rocks.xmpp.extensions.muc.model
-
A builder to build a room info form.
- RoomInformation - Class in rocks.xmpp.extensions.muc
-
Represents information about a chat room.
- roomNick(String) - Method in class rocks.xmpp.extensions.muc.model.RequestVoice.Builder
-
Sets the room nickname.
- RoomRegistration - Class in rocks.xmpp.extensions.muc.model
-
Represents a standardized
DataForm with form type
http://jabber.org/protocol/muc#register, which can be used to register with a MUC room.
- RoomRegistration(DataForm) - Constructor for class rocks.xmpp.extensions.muc.model.RoomRegistration
-
- RoomRegistration.Builder - Class in rocks.xmpp.extensions.muc.model
-
A builder to build MUC registration forms.
- rosterChanged(RosterEvent) - Method in interface rocks.xmpp.core.roster.RosterListener
-
- RosterEvent - Class in rocks.xmpp.core.roster
-
A roster event which holds information about added, updated and removed contacts of the roster.
- rosterGroupsAllowed(Collection<String>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
The roster group(s) allowed to subscribe and retrieve items.
- rosterGroupsAllowed(List<String>) - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
-
- RosterListener - Interface in rocks.xmpp.core.roster
-
A listener interface which allows to listen for roster changes.
- RosterManager - Class in rocks.xmpp.core.roster
-
This class manages the roster (aka contact or buddy list).
- route(String) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
-
Sets the route, formatted as "protocol:host:port" (e.g., "xmpp:example.com:9999").
- Rpc - Class in rocks.xmpp.extensions.rpc.model
-
The implementation of the <query/> element in the jabber:iq:rpc namespace.
- Rpc(String, Value...) - Constructor for class rocks.xmpp.extensions.rpc.model.Rpc
-
Creates a method call with a list of parameters.
- Rpc(Value) - Constructor for class rocks.xmpp.extensions.rpc.model.Rpc
-
Creates a method response.
- Rpc(Rpc.MethodResponse.Fault) - Constructor for class rocks.xmpp.extensions.rpc.model.Rpc
-
Creates a method response with a fault.
- Rpc.MethodCall - Class in rocks.xmpp.extensions.rpc.model
-
The implementation of a RPC method call.
- Rpc.MethodResponse - Class in rocks.xmpp.extensions.rpc.model
-
The implementation of a method response.
- Rpc.MethodResponse.Fault - Class in rocks.xmpp.extensions.rpc.model
-
The implementation of a RPC fault.
- Rpc.MethodResponse.Fault(int, String) - Constructor for class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse.Fault
-
- RpcException - Exception in rocks.xmpp.extensions.rpc
-
This exception can be thrown by a
RpcHandler to indicate application-level errors.
- RpcException(int, String) - Constructor for exception rocks.xmpp.extensions.rpc.RpcException
-
Creates a RPC exception.
- RpcHandler - Interface in rocks.xmpp.extensions.rpc
-
Handles an inbound remote procedure call.
- RpcManager - Class in rocks.xmpp.extensions.rpc
-
This manager allows you to call remote procedures and handle inbound calls, if enabled.
- Rtp - Class in rocks.xmpp.extensions.jingle.apps.rtp.model
-
The implementation of the <description/> element in the urn:xmpp:jingle:apps:rtp:1 namespace.
- Rtp(String) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
-
- Rtp(String, String, Rtp.Bandwidth, Rtp.Encryption) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
-
- Rtp.Bandwidth - Class in rocks.xmpp.extensions.jingle.apps.rtp.model
-
Specifies the allowable or preferred bandwidth for use by this application type.
- Rtp.Bandwidth(String) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Bandwidth
-
Creates a bandwidth object.
- Rtp.Crypto - Class in rocks.xmpp.extensions.jingle.apps.rtp.model
-
The crypto element, which is used for the Secure Real-time Transport Protocol.
- Rtp.Crypto(String, String, String) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
-
- Rtp.Encryption - Class in rocks.xmpp.extensions.jingle.apps.rtp.model
-
The encryption element, which is used for the Secure Real-time Transport Protocol.
- Rtp.Encryption() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Encryption
-
- Rtp.PayloadType - Class in rocks.xmpp.extensions.jingle.apps.rtp.model
-
The payload type which specifies an encoding that can be used for the RTP stream.
- Rtp.PayloadType(int) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
-
Creates a payload type.
- Rtp.PayloadType(int, int, long, String, long, long) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
-
Creates a payload type with all possible attributes.
- Rtp.PayloadType.Parameter - Class in rocks.xmpp.extensions.jingle.apps.rtp.model
-
The parameter for a payload.
- Rtp.PayloadType.Parameter(String, String) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType.Parameter
-
Constructs a parameter with name and value.
- Rule - Class in rocks.xmpp.extensions.amp.model
-
The implementation of the <rule/> element, used both in the http://jabber.org/protocol/amp namespace as well as in the http://jabber.org/protocol/amp#errors namespace.
- Rule(Rule.Action, Rule.Condition, String) - Constructor for class rocks.xmpp.extensions.amp.model.Rule
-
Creates a rule.
- Rule.Action - Enum in rocks.xmpp.extensions.amp.model
-
The action defines what occurs when a particular rule is triggered.
- Rule.Condition - Enum in rocks.xmpp.extensions.amp.model
-
The condition defines how or when a particular rule is triggered.
- Rule.DeliverValue - Enum in rocks.xmpp.extensions.amp.model
-
- Rule.MatchResourceValue - Enum in rocks.xmpp.extensions.amp.model
-
- S5bTransportMethod - Class in rocks.xmpp.extensions.jingle.transports.s5b.model
-
- S5bTransportMethod() - Constructor for class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
-
- S5bTransportMethod.Candidate - Class in rocks.xmpp.extensions.jingle.transports.s5b.model
-
- S5bTransportMethod.Candidate(String, String, Jid, int) - Constructor for class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
-
- S5bTransportMethod.Candidate(String, String, Jid, int, S5bTransportMethod.Candidate.Type, int) - Constructor for class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
-
- S5bTransportMethod.Candidate.Type - Enum in rocks.xmpp.extensions.jingle.transports.s5b.model
-
- S5bTransportMethod.Mode - Enum in rocks.xmpp.extensions.jingle.transports.s5b.model
-
- S5bTransportNegotiator - Class in rocks.xmpp.extensions.jingle.transports.s5b
-
- Search - Class in rocks.xmpp.extensions.search.model
-
The implementation of the <query/> element in the jabber:iq:search namespace.
- Search() - Constructor for class rocks.xmpp.extensions.search.model.Search
-
Creates an empty search request.
- Search(String, String, String, String) - Constructor for class rocks.xmpp.extensions.search.model.Search
-
Creates a search request, consisting of multiple search parameters.
- Search(String, String, String, String, ResultSetManagement, String, DataForm) - Constructor for class rocks.xmpp.extensions.search.model.Search
-
Creates a search request, consisting of multiple search parameters.
- search(Search, Jid) - Method in class rocks.xmpp.extensions.search.SearchManager
-
Performs a search on the given service with given search parameters.
- Search.Item - Class in rocks.xmpp.extensions.search.model
-
The implementation of a search result item.
- Search.Item(Jid, String, String, String, String) - Constructor for class rocks.xmpp.extensions.search.model.Search.Item
-
- SearchManager - Class in rocks.xmpp.extensions.search
-
The search manager allows to perform search requests on a server or service component according to
XEP-0055: Jabber Search.
- secure(boolean) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
-
Sets whether the connection is secured via SSL.
- SELF_PRESENCE - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform user that presence refers to itself (110).
- send(String) - Method in class rocks.xmpp.core.chat.ChatSession
-
- send(Message) - Method in class rocks.xmpp.core.chat.ChatSession
-
- send(ClientStreamElement) - Method in class rocks.xmpp.core.session.Connection
-
Sends an element.
- send(ClientStreamElement) - Method in class rocks.xmpp.core.session.TcpConnection
-
- send(ClientStreamElement) - Method in class rocks.xmpp.core.session.XmppSession
-
Sends an XML element to the server, usually a stanza, i.e. a message, presence or IQ.
- send(ClientStreamElement) - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
-
- sendAndAwaitMessage(ClientStreamElement, StanzaFilter<Message>) - Method in class rocks.xmpp.core.session.XmppSession
-
Sends a stanza and then waits for a message stanza to arrive.
- sendAndAwaitPresence(ClientStreamElement, StanzaFilter<Presence>) - Method in class rocks.xmpp.core.session.XmppSession
-
Sends a stanza and then waits for a presence stanza to arrive.
- Sender - Class in rocks.xmpp.extensions.soap.model.fault
-
Represents the 'Sender' SOAP fault.
- Sender() - Constructor for class rocks.xmpp.extensions.soap.model.fault.Sender
-
- sendLastPublishedItem(SendLastPublishedItem) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
-
When to send the last published item.
- sendLastPublishedItem(SendLastPublishedItem) - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
-
- SendLastPublishedItem - Enum in rocks.xmpp.extensions.pubsub.model
-
Defines when to send the last published item.
- sendMessage(String) - Method in class rocks.xmpp.core.chat.Chat
-
Sends a message to the chat.
- sendMessage(Message) - Method in class rocks.xmpp.core.chat.Chat
-
Sends a message to the chat.
- sendMessage(String) - Method in class rocks.xmpp.core.chat.ChatSession
-
Sends a chat message to the chat partner.
- sendMessage(Message) - Method in class rocks.xmpp.core.chat.ChatSession
-
Sends a chat message to the chat partner.
- sendMessage(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Sends a message to the room.
- sendMessage(Message) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Sends a message to the room.
- sendSessionInfo(Object) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
Sends a session info.
- SERVICE_HAS_ASSIGNED_OR_MODIFIED_NICK - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform user that service has assigned or modified occupant's roomnick (210).
- SERVICE_SHUT_DOWN - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
-
Inform user that he or she is being removed from the room
because the MUC service is being shut down (332).
- ServiceDiscoveryManager - Class in rocks.xmpp.extensions.disco
-
- sessionStatusChanged(SessionStatusEvent) - Method in interface rocks.xmpp.core.session.SessionStatusListener
-
Called, whenever the status of the session has changed.
- SessionStatusEvent - Class in rocks.xmpp.core.session
-
An XMPP session event is fired, whenever the status of a session has changed, e.g. when it is abnormally disconnected.
- SessionStatusListener - Interface in rocks.xmpp.core.session
-
Allows to listen for XMPP session status changes, e.g. disconnects.
- setAccuracy(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setActiveList(String) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Changes the active list currently being applied.
- setAgent(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the agent.
- setAltitude(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setArea(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setAskForGroupDelimiter(boolean) - Method in class rocks.xmpp.core.roster.RosterManager
-
Sets whether the server is asked for the roster delimiter before requesting the roster.
- setBbs(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a bulletin board system telephone number.
- setBearing(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setBirthday(Date) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the birthday.
- setBuilding(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setCell(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a cellular telephone number.
- setChatState(ChatState, Chat) - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
-
Sets the chat state for a chat.
- setCity(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setCity(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Sets the city.
- setClassification(VCard.Classification) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
- setCountry(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setCountry(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Sets the country.
- setCountryCode(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setCredential(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Key
-
Sets the credential.
- setDate(Date) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setDatum(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setDefault(TcpConnectionConfiguration) - Static method in class rocks.xmpp.core.session.TcpConnectionConfiguration
-
Sets the default configuration.
- setDefault(XmppSessionConfiguration) - Static method in class rocks.xmpp.core.session.XmppSessionConfiguration
-
Sets the default configuration.
- setDefault(BoshConnectionConfiguration) - Static method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
-
Sets the default configuration.
- setDefaultList(String) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Change the default list (which applies to the user as a whole, not only the sending resource).
- setDesc(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets free-form descriptive text.
- setDescription(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setEmail(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setEmail(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
-
Sets the actual email address.
- setEnabled(boolean) - Method in class rocks.xmpp.core.session.ExtensionManager
-
Enables or disables support for the extension.
- setEnabled(boolean) - Method in class rocks.xmpp.core.session.Manager
-
Enables or disables this manager.
- setEnabled(boolean) - Method in class rocks.xmpp.core.session.ReconnectionManager
-
- setEnabled(boolean) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
- setEnabled(boolean) - Method in class rocks.xmpp.extensions.ping.PingManager
-
- setEnabled(boolean) - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
- setExtendedAddress(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Sets the extended address.
- setFamilyName(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Sets the family name.
- setFax(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a facsimile telephone telephone number.
- setFloor(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setFormattedName(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the formatted name.
- setFullName(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setGeo(VCard.Geo) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the geo location.
- setGivenName(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setGivenName(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Sets the given name.
- setGroupDelimiter(String) - Method in class rocks.xmpp.core.roster.RosterManager
-
Sets the group delimiter without storing it on the server.
- setInternet(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
-
Sets, whether this is an internet email address.
- setIsdn(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates an ISDN service telephone number.
- setItemProvider(ResultSetProvider<Item>) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Sets an item provider for the root node.
- setItemProvider(String, ResultSetProvider<Item>) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
-
Sets an item provider for a node.
- setJid(Jid) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the JID.
- setKey(VCard.Key) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the authentication credential or encryption key.
- setLanguage(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setLastActivityStrategy(LastActivityStrategy) - Method in class rocks.xmpp.extensions.last.LastActivityManager
-
Sets a strategy, which is used to determine last activity of a client.
- setLastName(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setLatitude(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setLatitude(double) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Geo
-
Sets the latitude.
- setLocalHostEnabled(boolean) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
Enables or disables the use of a local SOCKS5 host.
- setLocality(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setLogo(VCard.Image) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the logo.
- setLongitude(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setLongitude(double) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Geo
-
Sets the longitude.
- setMailer(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the mailer.
- setMiddleName(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Sets the middle name.
- setModem(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a MODEM connected telephone number.
- setMsg(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Sets support for voice messaging.
- setName(VCard.Name) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the name.
- setNickname(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setNickName(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the nick name.
- setNode(String) - Method in class rocks.xmpp.extensions.caps.EntityCapabilitiesManager
-
Sets the node.
- setNote(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets a note.
- setNumber(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Sets the actual telephone number.
- setOrganization(VCard.Organization) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the organization.
- setOrganizationName(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Organization
-
Sets the organization name.
- setPager(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a paging device telephone number.
- setPassword(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setPcs(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a personal communication services telephone number.
- setPhonetic(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
-
Sets the textual phonetic pronunciation.
- setPhoto(VCard.Image) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the photo.
- setPingInterval(long) - Method in class rocks.xmpp.extensions.ping.PingManager
-
Sets the automatic ping interval in seconds.
- setPort(int) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
Sets the port of the local host.
- setPostalCode(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setPostalCode(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setPostalCode(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Sets the postal code.
- setPostOfficeBox(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Sets the post office box.
- setPrefix(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Sets the prefix.
- setProductId(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the product id.
- setReadTimeout(int) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
-
Sets the timeout (in milliseconds).
- setReason(Jingle.Reason) - Method in class rocks.xmpp.extensions.jingle.model.Jingle
-
Sets the reason.
- setReconnectionStrategy(ReconnectionStrategy) - Method in class rocks.xmpp.core.session.ReconnectionManager
-
Sets the reconnection strategy.
- setRegion(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setRegion(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setRegion(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Sets the region.
- setRegistrationForm(DataForm) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setRetrieveRosterOnLogin(boolean) - Method in class rocks.xmpp.core.roster.RosterManager
-
Controls, whether the roster is automatically retrieved as soon as the user has logged in.
- setRevision(Date) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets revision information.
- setRole(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the role.
- setRoom(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setRpcHandler(RpcHandler) - Method in class rocks.xmpp.extensions.rpc.RpcManager
-
Sets the RPC handler, which will handle RPCs.
- setSoftwareVersion(SoftwareVersion) - Method in class rocks.xmpp.extensions.version.SoftwareVersionManager
-
Sets my own software version.
- setSortString(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the sort string.
- setSound(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the sound.
- setSpeed(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setStreet(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setStreet(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setStreet(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Sets the street.
- setSuffix(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Sets the suffix.
- setTelephone(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setText(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setTimestamp(Date) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setTimeZone(TimeZone) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setTimeZone(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the time zone.
- setTitle(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the title.
- setType(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
Sets the mime type of the photo, e.g. image/png.
- setType(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Key
-
Sets the type.
- setUid(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets the UID.
- setUri(URI) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
-
- setUri(URI) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
Sets an URI to an external photo.
- setUri(URI) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
-
Sets an URI to an external binary digital audio pronunciation.
- setUrl(URL) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setUrl(URL) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
-
Sets an URL.
- setUsername(String) - Method in class rocks.xmpp.extensions.register.model.Registration
-
- setValue(byte[]) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
Sets the photo as byte array.
- setValue(byte[]) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
-
Sets the binary digital audio pronunciation.
- setVCard(VCard) - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
-
Saves or updates a vCard.
- setVideo(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a video conferencing telephone number.
- setVoice(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Indicates a voice telephone number.
- setX400(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
-
Sets, whether this is an X.400 email address.
- setXmppServiceDomain(String) - Method in class rocks.xmpp.core.session.XmppSession
-
Sets the XMPP service domain.
- showValues(Collection<AbstractPresence.Show>) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
-
Sets the presence states for which an entity wants to receive notifications.
- SIFileTransferOffer - Class in rocks.xmpp.extensions.si.profile.filetransfer.model
-
The implementation of the file transfer profile, i.e. the <file/> element.
- SIFileTransferOffer(String, long) - Constructor for class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
-
- SIFileTransferOffer(String, long, Date, String, String, SIFileTransferOffer.SIRange) - Constructor for class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
-
- SIFileTransferOffer.SIRange - Class in rocks.xmpp.extensions.si.profile.filetransfer.model
-
Allows to do ranged transfers.
- SIFileTransferOffer.SIRange(long, long) - Constructor for class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer.SIRange
-
- since(Date) - Static method in class rocks.xmpp.extensions.muc.model.History
-
Send only the messages received since the date.
- size() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
-
- size() - Method in class rocks.xmpp.core.util.cache.LruCache
-
- SoapManager - Class in rocks.xmpp.extensions.soap
-
Manages XEP-0072: SOAP Over XMPP.
- socketFactory(SocketFactory) - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration.Builder
-
Sets a socket factory which creates the socket.
- Socks5ByteStream - Class in rocks.xmpp.extensions.bytestreams.s5b.model
-
The implementation of the <query/> element in the http://jabber.org/protocol/bytestreams namespace.
- Socks5ByteStream() - Constructor for class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
-
Creates an empty <query/> element.
- Socks5ByteStream(String, List<StreamHost>, String) - Constructor for class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
-
Creates a <query/> element with an <streamhost/> child elements.
- Socks5ByteStream.Mode - Enum in rocks.xmpp.extensions.bytestreams.s5b.model
-
- Socks5ByteStreamManager - Class in rocks.xmpp.extensions.bytestreams.s5b
-
- SoftwareVersion - Class in rocks.xmpp.extensions.version.model
-
The implementation of the <query/> element in the jabber:iq:version namespace.
- SoftwareVersion() - Constructor for class rocks.xmpp.extensions.version.model.SoftwareVersion
-
- SoftwareVersion(String, String) - Constructor for class rocks.xmpp.extensions.version.model.SoftwareVersion
-
Creates a software version instance.
- SoftwareVersion(String, String, String) - Constructor for class rocks.xmpp.extensions.version.model.SoftwareVersion
-
Creates a software version instance.
- SoftwareVersionManager - Class in rocks.xmpp.extensions.version
-
- SpecificActivity - Class in rocks.xmpp.extensions.activity.model
-
An abstract class for specific activities.
- SpecificActivity() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity
-
- SpecificActivity(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity
-
- SpecificActivity.AtTheSpa - Class in rocks.xmpp.extensions.activity.model
-
The specific <at_the_spa/> activity.
- SpecificActivity.AtTheSpa() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.AtTheSpa
-
- SpecificActivity.AtTheSpa(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.AtTheSpa
-
- SpecificActivity.BrushingTeeth - Class in rocks.xmpp.extensions.activity.model
-
The specific <brushing_teeth/> activity.
- SpecificActivity.BrushingTeeth() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BrushingTeeth
-
- SpecificActivity.BrushingTeeth(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BrushingTeeth
-
- SpecificActivity.BuyingGroceries - Class in rocks.xmpp.extensions.activity.model
-
The specific <buying_groceries/> activity.
- SpecificActivity.BuyingGroceries() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BuyingGroceries
-
- SpecificActivity.BuyingGroceries(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BuyingGroceries
-
- SpecificActivity.Cleaning - Class in rocks.xmpp.extensions.activity.model
-
The specific <cleaning/> activity.
- SpecificActivity.Cleaning() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cleaning
-
- SpecificActivity.Cleaning(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cleaning
-
- SpecificActivity.Coding - Class in rocks.xmpp.extensions.activity.model
-
The specific <coding/> activity.
- SpecificActivity.Coding() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Coding
-
- SpecificActivity.Coding(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Coding
-
- SpecificActivity.Commuting - Class in rocks.xmpp.extensions.activity.model
-
The specific <commuting/> activity.
- SpecificActivity.Commuting() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Commuting
-
- SpecificActivity.Commuting(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Commuting
-
- SpecificActivity.Cooking - Class in rocks.xmpp.extensions.activity.model
-
The specific <cooking/> activity.
- SpecificActivity.Cooking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cooking
-
- SpecificActivity.Cooking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cooking
-
- SpecificActivity.Cycling - Class in rocks.xmpp.extensions.activity.model
-
The specific <cycling/> activity.
- SpecificActivity.Cycling() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cycling
-
- SpecificActivity.Cycling(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cycling
-
- SpecificActivity.Dancing - Class in rocks.xmpp.extensions.activity.model
-
The specific <dancing/> activity.
- SpecificActivity.Dancing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Dancing
-
- SpecificActivity.Dancing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Dancing
-
- SpecificActivity.DayOff - Class in rocks.xmpp.extensions.activity.model
-
The specific <day_off/> activity.
- SpecificActivity.DayOff() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DayOff
-
- SpecificActivity.DayOff(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DayOff
-
- SpecificActivity.DoingMaintenance - Class in rocks.xmpp.extensions.activity.model
-
The specific <doing_maintenance/> activity.
- SpecificActivity.DoingMaintenance() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingMaintenance
-
- SpecificActivity.DoingMaintenance(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingMaintenance
-
- SpecificActivity.DoingTheDishes - Class in rocks.xmpp.extensions.activity.model
-
The specific <doing_the_dishes/> activity.
- SpecificActivity.DoingTheDishes() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheDishes
-
- SpecificActivity.DoingTheDishes(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheDishes
-
- SpecificActivity.DoingTheLaundry - Class in rocks.xmpp.extensions.activity.model
-
The specific <doing_the_laundry/> activity.
- SpecificActivity.DoingTheLaundry() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheLaundry
-
- SpecificActivity.DoingTheLaundry(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheLaundry
-
- SpecificActivity.Driving - Class in rocks.xmpp.extensions.activity.model
-
The specific <driving/> activity.
- SpecificActivity.Driving() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Driving
-
- SpecificActivity.Driving(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Driving
-
- SpecificActivity.Fishing - Class in rocks.xmpp.extensions.activity.model
-
The specific <fishing/> activity.
- SpecificActivity.Fishing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Fishing
-
- SpecificActivity.Fishing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Fishing
-
- SpecificActivity.Gaming - Class in rocks.xmpp.extensions.activity.model
-
The specific <gaming/> activity.
- SpecificActivity.Gaming() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gaming
-
- SpecificActivity.Gaming(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gaming
-
- SpecificActivity.Gardening - Class in rocks.xmpp.extensions.activity.model
-
The specific <gardening/> activity.
- SpecificActivity.Gardening() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gardening
-
- SpecificActivity.Gardening(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gardening
-
- SpecificActivity.GettingAHaircut - Class in rocks.xmpp.extensions.activity.model
-
The specific <getting_a_haircut/> activity.
- SpecificActivity.GettingAHaircut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GettingAHaircut
-
- SpecificActivity.GettingAHaircut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GettingAHaircut
-
- SpecificActivity.GoingOut - Class in rocks.xmpp.extensions.activity.model
-
The specific <going_out/> activity.
- SpecificActivity.GoingOut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GoingOut
-
- SpecificActivity.GoingOut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GoingOut
-
- SpecificActivity.HangingOut - Class in rocks.xmpp.extensions.activity.model
-
The specific <hanging_out/> activity.
- SpecificActivity.HangingOut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HangingOut
-
- SpecificActivity.HangingOut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HangingOut
-
- SpecificActivity.HavingABeer - Class in rocks.xmpp.extensions.activity.model
-
The specific <having_a_beer/> activity.
- SpecificActivity.HavingABeer() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingABeer
-
- SpecificActivity.HavingABeer(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingABeer
-
- SpecificActivity.HavingASnack - Class in rocks.xmpp.extensions.activity.model
-
The specific <having_a_snack/> activity.
- SpecificActivity.HavingASnack() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingASnack
-
- SpecificActivity.HavingASnack(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingASnack
-
- SpecificActivity.HavingBreakfast - Class in rocks.xmpp.extensions.activity.model
-
The specific <having_breakfast/> activity.
- SpecificActivity.HavingBreakfast() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingBreakfast
-
- SpecificActivity.HavingBreakfast(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingBreakfast
-
- SpecificActivity.HavingCoffee - Class in rocks.xmpp.extensions.activity.model
-
The specific <having_coffee/> activity.
- SpecificActivity.HavingCoffee() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingCoffee
-
- SpecificActivity.HavingCoffee(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingCoffee
-
- SpecificActivity.HavingDinner - Class in rocks.xmpp.extensions.activity.model
-
The specific <having_dinner/> activity.
- SpecificActivity.HavingDinner() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingDinner
-
- SpecificActivity.HavingDinner(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingDinner
-
- SpecificActivity.HavingLunch - Class in rocks.xmpp.extensions.activity.model
-
The specific <having_lunch/> activity.
- SpecificActivity.HavingLunch() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingLunch
-
- SpecificActivity.HavingLunch(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingLunch
-
- SpecificActivity.HavingTea - Class in rocks.xmpp.extensions.activity.model
-
The specific <having_tea/> activity.
- SpecificActivity.HavingTea() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingTea
-
- SpecificActivity.HavingTea(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingTea
-
- SpecificActivity.Hiding - Class in rocks.xmpp.extensions.activity.model
-
The specific <hiding/> activity.
- SpecificActivity.Hiding() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Hiding
-
- SpecificActivity.Hiding(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Hiding
-
- SpecificActivity.Hiking - Class in rocks.xmpp.extensions.activity.model
-
The specific <hiking/> activity.
- SpecificActivity.Hiking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Hiking
-
- SpecificActivity.Hiking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Hiking
-
- SpecificActivity.InACar - Class in rocks.xmpp.extensions.activity.model
-
The specific <in_a_car/> activity.
- SpecificActivity.InACar() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InACar
-
- SpecificActivity.InACar(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InACar
-
- SpecificActivity.InAMeeting - Class in rocks.xmpp.extensions.activity.model
-
The specific <in_a_meeting/> activity.
- SpecificActivity.InAMeeting() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InAMeeting
-
- SpecificActivity.InAMeeting(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InAMeeting
-
- SpecificActivity.InRealLife - Class in rocks.xmpp.extensions.activity.model
-
The specific <in_real_life/> activity.
- SpecificActivity.InRealLife() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InRealLife
-
- SpecificActivity.InRealLife(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InRealLife
-
- SpecificActivity.Jogging - Class in rocks.xmpp.extensions.activity.model
-
The specific <jogging/> activity.
- SpecificActivity.Jogging() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Jogging
-
- SpecificActivity.Jogging(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Jogging
-
- SpecificActivity.OnABus - Class in rocks.xmpp.extensions.activity.model
-
The specific <on_a_bus/> activity.
- SpecificActivity.OnABus() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnABus
-
- SpecificActivity.OnABus(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnABus
-
- SpecificActivity.OnAPlane - Class in rocks.xmpp.extensions.activity.model
-
The specific <on_a_plane/> activity.
- SpecificActivity.OnAPlane() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnAPlane
-
- SpecificActivity.OnAPlane(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnAPlane
-
- SpecificActivity.OnATrain - Class in rocks.xmpp.extensions.activity.model
-
The specific <on_a_train/> activity.
- SpecificActivity.OnATrain() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnATrain
-
- SpecificActivity.OnATrain(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnATrain
-
- SpecificActivity.OnATrip - Class in rocks.xmpp.extensions.activity.model
-
The specific <on_a_trip/> activity.
- SpecificActivity.OnATrip() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnATrip
-
- SpecificActivity.OnATrip(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnATrip
-
- SpecificActivity.OnThePhone - Class in rocks.xmpp.extensions.activity.model
-
The specific <on_the_phone/> activity.
- SpecificActivity.OnThePhone() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnThePhone
-
- SpecificActivity.OnThePhone(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnThePhone
-
- SpecificActivity.OnVacation - Class in rocks.xmpp.extensions.activity.model
-
The specific <on_vacation/> activity.
- SpecificActivity.OnVacation() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnVacation
-
- SpecificActivity.OnVacation(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnVacation
-
- SpecificActivity.OnVideoPhone - Class in rocks.xmpp.extensions.activity.model
-
The specific <on_video_phone/> activity.
- SpecificActivity.OnVideoPhone() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnVideoPhone
-
- SpecificActivity.OnVideoPhone(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnVideoPhone
-
- SpecificActivity.Other - Class in rocks.xmpp.extensions.activity.model
-
The specific <other/> activity.
- SpecificActivity.Other() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Other
-
- SpecificActivity.Other(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Other
-
- SpecificActivity.Partying - Class in rocks.xmpp.extensions.activity.model
-
The specific <partying/> activity.
- SpecificActivity.Partying() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Partying
-
- SpecificActivity.Partying(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Partying
-
- SpecificActivity.PlayingSports - Class in rocks.xmpp.extensions.activity.model
-
The specific <playing_sports/> activity.
- SpecificActivity.PlayingSports() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.PlayingSports
-
- SpecificActivity.PlayingSports(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.PlayingSports
-
- SpecificActivity.Praying - Class in rocks.xmpp.extensions.activity.model
-
The specific <praying/> activity.
- SpecificActivity.Praying() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Praying
-
- SpecificActivity.Praying(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Praying
-
- SpecificActivity.Reading - Class in rocks.xmpp.extensions.activity.model
-
The specific <reading/> activity.
- SpecificActivity.Reading() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Reading
-
- SpecificActivity.Reading(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Reading
-
- SpecificActivity.Rehearsing - Class in rocks.xmpp.extensions.activity.model
-
The specific <rehearsing/> activity.
- SpecificActivity.Rehearsing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Rehearsing
-
- SpecificActivity.Rehearsing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Rehearsing
-
- SpecificActivity.Running - Class in rocks.xmpp.extensions.activity.model
-
The specific <running/> activity.
- SpecificActivity.Running() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Running
-
- SpecificActivity.Running(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Running
-
- SpecificActivity.RunningAnErrand - Class in rocks.xmpp.extensions.activity.model
-
The specific <running_an_errand/> activity.
- SpecificActivity.RunningAnErrand() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.RunningAnErrand
-
- SpecificActivity.RunningAnErrand(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.RunningAnErrand
-
- SpecificActivity.ScheduledHoliday - Class in rocks.xmpp.extensions.activity.model
-
The specific <scheduled_holiday/> activity.
- SpecificActivity.ScheduledHoliday() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.ScheduledHoliday
-
- SpecificActivity.ScheduledHoliday(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.ScheduledHoliday
-
- SpecificActivity.Shaving - Class in rocks.xmpp.extensions.activity.model
-
The specific <shaving/> activity.
- SpecificActivity.Shaving() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Shaving
-
- SpecificActivity.Shaving(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Shaving
-
- SpecificActivity.Shopping - Class in rocks.xmpp.extensions.activity.model
-
The specific <shopping/> activity.
- SpecificActivity.Shopping() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Shopping
-
- SpecificActivity.Shopping(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Shopping
-
- SpecificActivity.Skiing - Class in rocks.xmpp.extensions.activity.model
-
The specific <skiing/> activity.
- SpecificActivity.Skiing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Skiing
-
- SpecificActivity.Skiing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Skiing
-
- SpecificActivity.Sleeping - Class in rocks.xmpp.extensions.activity.model
-
The specific <sleeping/> activity.
- SpecificActivity.Sleeping() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Sleeping
-
- SpecificActivity.Sleeping(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Sleeping
-
- SpecificActivity.Smoking - Class in rocks.xmpp.extensions.activity.model
-
The specific <smoking/> activity.
- SpecificActivity.Smoking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Smoking
-
- SpecificActivity.Smoking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Smoking
-
- SpecificActivity.Socializing - Class in rocks.xmpp.extensions.activity.model
-
The specific <socializing/> activity.
- SpecificActivity.Socializing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Socializing
-
- SpecificActivity.Socializing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Socializing
-
- SpecificActivity.Studying - Class in rocks.xmpp.extensions.activity.model
-
The specific <studying/> activity.
- SpecificActivity.Studying() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Studying
-
- SpecificActivity.Studying(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Studying
-
- SpecificActivity.Sunbathing - Class in rocks.xmpp.extensions.activity.model
-
The specific <sunbathing/> activity.
- SpecificActivity.Sunbathing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Sunbathing
-
- SpecificActivity.Sunbathing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Sunbathing
-
- SpecificActivity.Swimming - Class in rocks.xmpp.extensions.activity.model
-
The specific <swimming/> activity.
- SpecificActivity.Swimming() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Swimming
-
- SpecificActivity.Swimming(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Swimming
-
- SpecificActivity.TakingABath - Class in rocks.xmpp.extensions.activity.model
-
The specific <taking_a_bath/> activity.
- SpecificActivity.TakingABath() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.TakingABath
-
- SpecificActivity.TakingABath(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.TakingABath
-
- SpecificActivity.TakingAShower - Class in rocks.xmpp.extensions.activity.model
-
The specific <taking_a_shower/> activity.
- SpecificActivity.TakingAShower() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.TakingAShower
-
- SpecificActivity.TakingAShower(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.TakingAShower
-
- SpecificActivity.Thinking - Class in rocks.xmpp.extensions.activity.model
-
The specific <thinking/> activity.
- SpecificActivity.Thinking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Thinking
-
- SpecificActivity.Thinking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Thinking
-
- SpecificActivity.Walking - Class in rocks.xmpp.extensions.activity.model
-
The specific <walking/> activity.
- SpecificActivity.Walking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Walking
-
- SpecificActivity.Walking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Walking
-
- SpecificActivity.WalkingTheDog - Class in rocks.xmpp.extensions.activity.model
-
The specific <walking_the_dog/> activity.
- SpecificActivity.WalkingTheDog() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WalkingTheDog
-
- SpecificActivity.WalkingTheDog(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WalkingTheDog
-
- SpecificActivity.WatchingAMovie - Class in rocks.xmpp.extensions.activity.model
-
The specific <watching_a_movie/> activity.
- SpecificActivity.WatchingAMovie() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WatchingAMovie
-
- SpecificActivity.WatchingAMovie(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WatchingAMovie
-
- SpecificActivity.WatchingTv - Class in rocks.xmpp.extensions.activity.model
-
The specific <watching_tv/> activity.
- SpecificActivity.WatchingTv() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WatchingTv
-
- SpecificActivity.WatchingTv(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WatchingTv
-
- SpecificActivity.WorkingOut - Class in rocks.xmpp.extensions.activity.model
-
The specific <working_out/> activity.
- SpecificActivity.WorkingOut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WorkingOut
-
- SpecificActivity.WorkingOut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WorkingOut
-
- SpecificActivity.Writing - Class in rocks.xmpp.extensions.activity.model
-
The specific <writing/> activity.
- SpecificActivity.Writing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Writing
-
- SpecificActivity.Writing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Writing
-
- speed(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
-
Sets the speed at which the entity is moving, in meters per second.
- sslContext(SSLContext) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
-
Sets a custom SSL context, used to secure the connection.
- StanzaEvent<S extends Stanza & ClientStreamElement> - Class in rocks.xmpp.core.stanza
-
An event which is triggered for inbound and outbound stanzas.
- StanzaEvent(Object, S, boolean) - Constructor for class rocks.xmpp.core.stanza.StanzaEvent
-
- StanzaException - Exception in rocks.xmpp.core.stanza
-
- StanzaException(Stanza) - Constructor for exception rocks.xmpp.core.stanza.StanzaException
-
Constructs a stanza exception.
- StanzaFilter<T extends Stanza & ClientStreamElement> - Interface in rocks.xmpp.core.stanza
-
A simple filter for stanzas.
- StanzaForwardingManager - Class in rocks.xmpp.extensions.forward
-
This manager allows to forward stanzas to other XMPP entities.
- start(Date) - Static method in class rocks.xmpp.extensions.shim.model.Header
-
Creates a header with a start date.
- Status - Class in rocks.xmpp.extensions.muc.model.user
-
The implementation of the <status/> element.
- stop(Date) - Static method in class rocks.xmpp.extensions.shim.model.Header
-
Creates a header with a stop date.
- storeData(Object) - Method in class rocks.xmpp.extensions.privatedata.PrivateDataManager
-
Stores private data.
- storeGroupDelimiter(String) - Method in class rocks.xmpp.core.roster.RosterManager
-
Stores the roster group delimiter in the private storage and afterwards sets it.
- StreamErrorException - Exception in rocks.xmpp.core.stream
-
Represents a stream error.
- StreamErrorException(StreamError) - Constructor for exception rocks.xmpp.core.stream.StreamErrorException
-
Constructs a stanza exception.
- StreamFeatureListener - Interface in rocks.xmpp.core.stream
-
A feature listener, which listens for successful feature negotiation.
- StreamFeatureNegotiator - Class in rocks.xmpp.core.stream
-
A base class to negotiate features.
- StreamFeatureNegotiator(Class<? extends StreamFeature>) - Constructor for class rocks.xmpp.core.stream.StreamFeatureNegotiator
-
Constructs a feature negotiator.
- StreamFeatureNegotiator.Status - Enum in rocks.xmpp.core.stream
-
Represents the status of the feature negotiation.
- StreamFeaturesManager - Class in rocks.xmpp.core.stream
-
Manages the various features, which are advertised during stream negotiation.
- StreamHost - Class in rocks.xmpp.extensions.bytestreams.s5b.model
-
The <streamhost/> element.
- StreamHost(Jid, String, int) - Constructor for class rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
-
Creates a <streamhost/> element.
- streamHostUsed(Jid) - Static method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
-
Creates a <query/> element with an <streamhost-used/> child element.
- StreamInitiation - Class in rocks.xmpp.extensions.si.model
-
The implementation of the <si/> element in the http://jabber.org/protocol/si namespace.
- StreamInitiation(FeatureNegotiation) - Constructor for class rocks.xmpp.extensions.si.model.StreamInitiation
-
- StreamInitiation(String, String, String, Object, FeatureNegotiation) - Constructor for class rocks.xmpp.extensions.si.model.StreamInitiation
-
- StreamInitiationManager - Class in rocks.xmpp.extensions.si
-
- StreamManagement - Class in rocks.xmpp.extensions.sm.model
-
- StreamManagement() - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement
-
- StreamNegotiationException - Exception in rocks.xmpp.core.stream
-
An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.
- StreamNegotiationException(String) - Constructor for exception rocks.xmpp.core.stream.StreamNegotiationException
-
- StreamNegotiationException(String, Throwable) - Constructor for exception rocks.xmpp.core.stream.StreamNegotiationException
-
- StreamNegotiationException(Throwable) - Constructor for exception rocks.xmpp.core.stream.StreamNegotiationException
-
- street(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
-
Sets a thoroughfare within the locality, or a crossing of two thoroughfares.
- street(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
-
The street.
- SUB_ID_REQUIRED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
The <subid-required/> pubsub error.
- SubIdRequired - Class in rocks.xmpp.extensions.pubsub.model.errors
-
The implementation of the <subid-required/> pubsub error.
- subject(String) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
-
Sets the current discussion topic.
- subjectChanged(SubjectChangeEvent) - Method in interface rocks.xmpp.extensions.muc.SubjectChangeListener
-
Called when the subject has changed.
- SubjectChangeEvent - Class in rocks.xmpp.extensions.muc
-
This event is fired, when the subject in a chat room has changed.
- SubjectChangeListener - Interface in rocks.xmpp.extensions.muc
-
Allows to listen for subject changes within a chat room.
- submitConfigurationForm(DataForm) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
- submitNodeConfiguration(DataForm) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
- submitRegistrationForm(DataForm) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
- submitSubscriptionOptions(DataForm) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
- subscribe() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Subscribes to this node.
- subscribe(SubscribeOptions) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Subscribes to and configures this node.
- SubscribeOptions - Class in rocks.xmpp.extensions.pubsub.model
-
Represents a standardized
DataForm with form type
http://jabber.org/protocol/pubsub#subscribe_options, which can be used to configure a node subscription.
- SubscribeOptions(DataForm) - Constructor for class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
-
- SubscribeOptions.Builder - Class in rocks.xmpp.extensions.pubsub.model
-
A builder for the subscribe options.
- SubscribeOptions.SubscriptionType - Enum in rocks.xmpp.extensions.pubsub.model
-
The subscription type.
- Subscription - Interface in rocks.xmpp.extensions.pubsub.model
-
Represents the <subscription/> element, which is used in both 'pubsub' and 'pubsub#owner' namespace.
- subscriptionDepth(int) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
-
Sets the subscription depth.
- SubscriptionState - Enum in rocks.xmpp.extensions.pubsub.model
-
Represents the subscription state to a node.
- subscriptionType(SubscribeOptions.SubscriptionType) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
-
Sets the subscription type.
- suggestContactAddition(Jid, Contact...) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
-
Suggests the addition of one or more contacts to another user.
- Value - Class in rocks.xmpp.extensions.rpc.model
-
The value type, which is used by XML-RPC.
- Value(Integer) - Constructor for class rocks.xmpp.extensions.rpc.model.Value
-
Creates an integer value.
- Value(String) - Constructor for class rocks.xmpp.extensions.rpc.model.Value
-
Creates a string value.
- Value(Double) - Constructor for class rocks.xmpp.extensions.rpc.model.Value
-
Creates a double value.
- Value(byte[]) - Constructor for class rocks.xmpp.extensions.rpc.model.Value
-
Creates a binary (base64) value.
- Value(Boolean) - Constructor for class rocks.xmpp.extensions.rpc.model.Value
-
Creates a boolean value.
- Value(Date) - Constructor for class rocks.xmpp.extensions.rpc.model.Value
-
Creates a date value.
- Value(List<Value>) - Constructor for class rocks.xmpp.extensions.rpc.model.Value
-
Creates an array type value.
- Value(Map<String, Value>) - Constructor for class rocks.xmpp.extensions.rpc.model.Value
-
Creates a struct type value.
- valueOf(String) - Static method in enum rocks.xmpp.core.session.XmppSession.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.core.stream.StreamFeatureNegotiator.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.activity.model.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.address.model.Address.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.amp.model.Rule.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.amp.model.Rule.Condition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.amp.model.Rule.DeliverValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.amp.model.Rule.MatchResourceValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open.StanzaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.commands.model.Command.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.commands.model.Command.Note.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.commands.model.Command.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.filetransfer.FileTransfer.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.jingle.JingleSession.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.jingle.model.Jingle.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.jingle.model.Jingle.Content.Creator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.jingle.model.Jingle.Content.Senders
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.jingle.transports.ibb.model.InBandBytestreamsTransportMethod.StanzaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.muc.model.Affiliation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.muc.model.MucFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.muc.model.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.muc.OccupantEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.offline.model.OfflineMessage.Item.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.privacy.model.PrivacyRule.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.privacy.model.PrivacyRule.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.AccessModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.AffiliationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.ChildrenAssociationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.ItemReply
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.PublisherModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.PubSubFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.SendLastPublishedItem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.SubscribeOptions.SubscriptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.model.SubscriptionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.rosterx.model.ContactExchange.Item.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.rtt.model.RealTimeText.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum rocks.xmpp.extensions.vcard.temp.model.VCard.Classification
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum rocks.xmpp.core.session.XmppSession.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.core.stream.StreamFeatureNegotiator.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
-
- values() - Method in class rocks.xmpp.core.util.cache.LruCache
-
- values() - Static method in enum rocks.xmpp.extensions.activity.model.Category
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.address.model.Address.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.amp.model.Rule.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.amp.model.Rule.Condition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.amp.model.Rule.DeliverValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.amp.model.Rule.MatchResourceValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open.StanzaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.commands.model.Command.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.commands.model.Command.Note.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.commands.model.Command.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.filetransfer.FileTransfer.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.jingle.JingleSession.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.jingle.model.Jingle.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.jingle.model.Jingle.Content.Creator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.jingle.model.Jingle.Content.Senders
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.jingle.transports.ibb.model.InBandBytestreamsTransportMethod.StanzaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.muc.model.Affiliation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.muc.model.MucFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.muc.model.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.muc.OccupantEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.offline.model.OfflineMessage.Item.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.privacy.model.PrivacyRule.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.privacy.model.PrivacyRule.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.AccessModel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.AffiliationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.ChildrenAssociationPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.ItemReply
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.PublisherModel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.PubSubFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.SendLastPublishedItem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.SubscribeOptions.SubscriptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.pubsub.model.SubscriptionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.rosterx.model.ContactExchange.Item.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.rtt.model.RealTimeText.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum rocks.xmpp.extensions.vcard.temp.model.VCard.Classification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VCard - Class in rocks.xmpp.extensions.vcard.temp.model
-
The implementation of the <vCard/> element in the vcard-temp namespace.
- VCard() - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard
-
- VCard.Address - Class in rocks.xmpp.extensions.vcard.temp.model
-
Represents structured address data.
- VCard.Address() - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
- VCard.Address(boolean, boolean, boolean, boolean, boolean, boolean, String, String, String, String, String, String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Creates a address with all possible values.
- VCard.Address(String, String, String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
-
Creates a postal home address (marked as preferred).
- VCard.AddressLabel - Class in rocks.xmpp.extensions.vcard.temp.model
-
Represents the formatted text corresponding to a delivery address.
- VCard.AddressLabel(String...) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.AddressLabel
-
Creates a default address label for an international, postal, parcel and work address.
- VCard.AddressLabel(boolean, boolean, boolean, boolean, boolean, boolean, String...) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.AddressLabel
-
Creates an address label.
- VCard.Classification - Enum in rocks.xmpp.extensions.vcard.temp.model
-
- VCard.Email - Class in rocks.xmpp.extensions.vcard.temp.model
-
Represents an email address.
- VCard.Email(String, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
-
Creates an email address.
- VCard.Email(String, boolean, boolean, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
-
Creates an email address.
- VCard.Geo - Class in rocks.xmpp.extensions.vcard.temp.model
-
Stores information related to the global positioning.
- VCard.Geo(double, double) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Geo
-
- VCard.Image - Class in rocks.xmpp.extensions.vcard.temp.model
-
Represents an image.
- VCard.Image(String, byte[]) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
Creates an image with a type and binary value.
- VCard.Image(URI) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
Creates an image with an URI.
- VCard.Key - Class in rocks.xmpp.extensions.vcard.temp.model
-
Represents an authentication credential or encryption key.
- VCard.Key() - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Key
-
- VCard.Name - Class in rocks.xmpp.extensions.vcard.temp.model
-
Represents a name.
- VCard.Name(String, String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Creates name.
- VCard.Name(String, String, String, String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
Creates a full name.
- VCard.Organization - Class in rocks.xmpp.extensions.vcard.temp.model
-
Represents an organization.
- VCard.Organization(String, String...) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Organization
-
Creates an organization.
- VCard.Sound - Class in rocks.xmpp.extensions.vcard.temp.model
-
Represents an image.
- VCard.Sound() - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
-
- VCard.TelephoneNumber - Class in rocks.xmpp.extensions.vcard.temp.model
-
Represents a telephone number.
- VCard.TelephoneNumber(String, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
- VCard.TelephoneNumber(String, boolean, boolean, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
- VCard.TelephoneNumber(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
-
Creates a full telephone number object.
- VCardManager - Class in rocks.xmpp.extensions.vcard.temp
-
This manager allows to retrieve or save one owns vCard or retrieve another user's vCard.
- VersionMismatch - Class in rocks.xmpp.extensions.soap.model.fault
-
Represents the 'VersionMismatch' SOAP fault.
- VersionMismatch() - Constructor for class rocks.xmpp.extensions.soap.model.fault.VersionMismatch
-
- VISIBLE - Static variable in class rocks.xmpp.extensions.invisible.model.InvisibleCommand
-
The implementation of the <visible/> element in the urn:xmpp:invisible:0 namespace.