Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

Abort - Class in rocks.xmpp.core.sasl.model
The implementation of the <abort/> element to abort SASL negotiation.
ABORTED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <aborted/> SASL failure.
AbstractConnection - Class in rocks.xmpp.core.net
An abstract connection implementation.
AbstractIQHandler - Class in rocks.xmpp.core.stanza
This class is an IQ handler for extension managers.
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(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘accept’ attribute of the body.
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
 
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
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
 
ACCOUNT_DISABLED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <account-disabled/> SASL failure.
accountAdmin() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
The user@host is an administrative account.
accountAnonymous() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
The user@host is a “guest” account that allows anonymous login by any user.
accountRegistered() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
The user@host is a registered or provisioned account associated with a particular non-administrative user.
accuracy(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the horizontal GPS error in meters.
ack(long) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘ack’ attribute of the body.
Action() - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.Action
 
activate(String, Jid) - Static method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
Creates a <query/> element with an <activate/> child element.
activate(Chat) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Activates real-time text for a chat session.
activated(String, String) - Static method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Creates a transport method with a <activated/> element.
ACTIVE - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
User is actively participating in the chat session.
ACTIVE - Static variable in class rocks.xmpp.extensions.csi.model.ClientState
The active state.
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.
adaptForBackground(float, float, float) - Method in class rocks.xmpp.extensions.colors.ConsistentColor
Adapts the color for a background color.
addAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
Adds an avatar listener, to listen for avatar updates.
addBlockingListener(Consumer<BlockingEvent>) - 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(Consumer<ByteStreamEvent>) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamManager
Adds a byte stream listener, which allows to listen for inbound byte stream requests.
addCapabilitiesChangeListener(Consumer<EventObject>) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds a property change listener, which listens for changes in the identities, features, extensions and items collections.
addChatPartnerListener(Consumer<ChatSession.ChatPartnerEvent>) - Method in class rocks.xmpp.im.chat.ChatSession
Adds a chat partner listener.
addChatSessionListener(Consumer<ChatSessionEvent>) - Method in class rocks.xmpp.im.chat.ChatManager
Adds a chat session listener.
addConnectionListener(Consumer<ConnectionEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a connection listener, which is triggered, when the connection used by this session is disconnected or reconnected.
addContact(Contact, boolean, String) - Method in class rocks.xmpp.im.roster.RosterManager
Adds a contact to the roster and optionally also sends a subscription request to it.
addContactExchangeListener(Consumer<ContactExchangeEvent>) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Adds a contact exchange listener.
addCreationListener(Consumer<XmppSession>) - Static method in class rocks.xmpp.core.session.XmppSession
Adds a listener, which is triggered, whenever a new session is created.
addExtension(Object) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Adds an extension to this stanza.
addExtension(DataForm) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds an extension.
addExtensions(Object...) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Adds extensions to this stanza.
addExtensions(Collection<Object>) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Adds extensions to this stanza.
addFeature(String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds a feature.
addFeature(Class<? extends Manager>) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds a feature by its manager class.
addFeatureNegotiator(StreamFeatureNegotiator<? extends StreamFeature>) - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Adds a new feature negotiator, which is responsible for negotiating an individual feature.
addFileTransferOfferListener(Consumer<FileTransferOfferEvent>) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Adds a file transfer listener, which allows to listen for inbound file transfer requests.
addFileTransferStatusListener(Consumer<FileTransferStatusEvent>) - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Adds a file transfer status listener, which allows to listen for file transfer status changes.
addGeoLocationListener(Consumer<GeoLocationEvent>) - Method in class rocks.xmpp.extensions.geoloc.GeoLocationManager
Adds a listener, which allows to listen for geo location changes.
addHttpAuthenticationListener(Consumer<HttpAuthenticationEvent>) - 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(Consumer<IQEvent>) - 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(Consumer<MessageEvent>) - 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.
addInboundMessageListener(Consumer<MessageEvent>) - Method in class rocks.xmpp.im.chat.Chat
Adds a message listener, which allows to listen for inbound messages.
addInboundPresenceListener(Consumer<PresenceEvent>) - 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(Consumer<InvitationDeclineEvent>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Adds a invitation decline listener, which allows to listen for invitation declines.
addInvitationListener(Consumer<InvitationEvent>) - 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.
addJingleListener(Consumer<JingleEvent>) - Method in class rocks.xmpp.extensions.jingle.JingleManager
Adds a Jingle listener, which allows to listen for Jingle events.
addJingleListener(Consumer<JingleEvent>) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Adds a Jingle listener, which allows to listen for Jingle events.
addMessageAcknowledgedListener(Consumer<MessageEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a listener, which gets called, when the server acknowledges the receipt of a message.
addMessageDeliveredListener(Consumer<MessageDeliveredEvent>) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
Adds a message delivered listener, which allows to listen for delivered messages.
addOccupantListener(Consumer<OccupantEvent>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Adds an occupant listener, which allows to listen for presence changes of occupants, e.g.
addOutboundIQListener(Consumer<IQEvent>) - 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(Consumer<MessageEvent>) - 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(Consumer<PresenceEvent>) - 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.
addPrivacyListListener(Consumer<PrivacyListEvent>) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Adds a privacy list listener.
addReachabilityListener(Consumer<ReachabilityEvent>) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
Adds a reachability listener, which allows to listen for reachability updates.
addRealTimeMessageListener(Consumer<RealTimeMessageEvent>) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Adds a real-time message listener, which allows to listen for new inbound real-time messages.
addRealTimeTextActivationListener(Consumer<RealTimeTextActivationEvent>) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Adds a real-time text listener, which allows to listen for real-time text.
addRealTimeTextChangeListener(Consumer<RealTimeTextChangeEvent>) - Method in class rocks.xmpp.extensions.rtt.InboundRealTimeMessage
Adds a text change listener, which allows to listen for text changes.
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, Object...) - Constructor for class rocks.xmpp.extensions.address.model.Address
 
Address(Address.Type, Jid, CharSequence, Object...) - Constructor for class rocks.xmpp.extensions.address.model.Address
 
Address(Address.Type, Jid, CharSequence, CharSequence, Object...) - Constructor for class rocks.xmpp.extensions.address.model.Address
 
Address(Address.Type, URI, CharSequence, Object...) - 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() - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
 
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.
Address(String, String, String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Creates a postal home address (marked as preferred).
Address.Description - Class in rocks.xmpp.extensions.reach.model
The description of the address.
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(Collection<Address>) - Constructor for class rocks.xmpp.extensions.address.model.Addresses
Creates an address extension.
Addresses(Address...) - Constructor for class rocks.xmpp.extensions.address.model.Addresses
Creates an address extension.
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.
AddressLabel(boolean, boolean, boolean, boolean, boolean, boolean, String...) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.AddressLabel
Creates an address label.
addRosterListener(Consumer<RosterEvent>) - Method in class rocks.xmpp.im.roster.RosterManager
Adds a roster listener, which will get notified, whenever the roster changes.
addSendFailedListener(BiConsumer<StreamElement, Throwable>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a listener, which gets called, whenever a stream element (e.g. message) has been sent unsuccessfully.
addSendSucceededListener(Consumer<StreamElement>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a listener, which gets called, whenever a stream element (e.g. message) has been sent successfully.
addSessionStatusListener(Consumer<SessionStatusEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a session listener, which listens for session status changes.
addSubjectChangeListener(Consumer<SubjectChangeEvent>) - 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(Collection<Rule>) - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
Constructs an <amp/> element with rules.
AdvancedMessageProcessing(Collection<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.
AdvancedMessageProcessingError - Class in rocks.xmpp.extensions.amp.model
An abstract base class for all Advanced Message Processing Errors.
AdvancedMessageProcessingError() - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessingError
 
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.
Afraid() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Afraid
 
Afraid(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Afraid
 
allOf(Collection<? extends CompletionStage<List<T>>>) - Static method in class rocks.xmpp.util.concurrent.CompletionStages
Returns a completion stage, which is complete when all the completion stages are complete.
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.
AlternativeSession(String) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.AlternativeSession
 
altitude(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the altitude in meters above or below sea level.
altitudeAccuracy(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the vertical GPS error in meters.
alwaysAfter(Duration) - Static method in interface rocks.xmpp.core.session.ReconnectionStrategy
Reconnects always after a fix duration, e.g. after 10 seconds.
alwaysRandomlyAfter(Duration, Duration) - Static method in interface rocks.xmpp.core.session.ReconnectionStrategy
Reconnects always after a random duration which lies between the given min and max duration, e.g. after 10-20 seconds.
Amazed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amazed
 
Amazed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amazed
 
Amorous() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amorous
 
Amorous(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amorous
 
Angry() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Angry
 
Angry(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Angry
 
Annotation - Class in rocks.xmpp.extensions.privatedata.rosternotes.model
The implementation of the <storage/> element in the storage:rosternotes namespace.
Annotation(Collection<Annotation.Note>) - Constructor for class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation
 
Annotation.Note - Class in rocks.xmpp.extensions.privatedata.rosternotes.model
Represents a note for a contact in the roster (roster item).
Annoyed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Annoyed
 
Annoyed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Annoyed
 
AnonymousSaslClient - Class in rocks.xmpp.core.sasl.anonymous
The client implementation of the “ANONYMOUS” SASL mechanism.
AnonymousSaslClient() - Constructor for class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
Answer(long) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Answer
 
Anxious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Anxious
 
Anxious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Anxious
 
ApplicationFormat - Class in rocks.xmpp.extensions.jingle.apps.model
An abstract base class for Jingle application formats.
appliedToInboundPresence() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a new privacy rule, which is applied to inbound presence notifications.
appliedToIQs() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a new privacy rule, which is applied to IQ stanzas.
appliedToMessages() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a new privacy rule, which is applied to inbound messages.
appliedToOutboundPresence() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a new privacy rule, which is applied to outbound presence notifications.
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
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.im.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.
Aroused() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Aroused
 
Aroused(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Aroused
 
asActive() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Gets the privacy list marked as active list.
asAttributes() - Method in class rocks.xmpp.dns.TxtRecord
Gets the attributes of this record.
asBareJid() - Method in interface rocks.xmpp.addr.Jid
Gets the bare JID representation of this JID, i.e. removes the resource part.
asBareJid() - Method in class rocks.xmpp.addr.MalformedJid
 
asDefault() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Gets the privacy list marked as default list.
Ashamed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Ashamed
 
Ashamed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Ashamed
 
AsyncResult<T> - Class in rocks.xmpp.util.concurrent
Represents the result of an asynchronous operation.
AsyncResult(CompletionStage<T>) - Constructor for class rocks.xmpp.util.concurrent.AsyncResult
 
atSubdomain(CharSequence) - Method in interface rocks.xmpp.addr.Jid
Creates a new JID at a subdomain and at the same domain as this JID.
atSubdomain(CharSequence) - Method in class rocks.xmpp.addr.MalformedJid
 
Attention - Class in rocks.xmpp.extensions.attention.model
The implementation of the <attention/> element in the urn:xmpp:attention:0 namespace.
AtTheSpa() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.AtTheSpa
 
AtTheSpa(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.AtTheSpa
 
Auth - Class in rocks.xmpp.core.sasl.model
The implementation of the <auth/> element to initialize the SASL authentication process.
Auth(String, byte[]) - Constructor for class rocks.xmpp.core.sasl.model.Auth
 
authCert() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that authenticates based on external certificates.
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.
authGeneric() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server authentication component other than one of the registered types.
authId(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘authid’ attribute of the body.
authLdap() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that authenticates against an LDAP database.
authNtlm() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that authenticates against an NT domain.
authPam() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that authenticates against a PAM system.
automationCommandList() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
The node for a list of commands; valid only for the node "http://jabber.org/protocol/commands".
automationCommandNode() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A node for a specific command; the “node” attribute uniquely identifies the command.
automationRpc() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
An entity that supports Jabber-RPC.
automationSoap() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
An entity that supports the SOAP XMPP Binding.
automationTranslation() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
An entity that provides automated translation services.
AvatarChangeEvent - Class in rocks.xmpp.extensions.avatar
The avatar change event to notify about avatar updates.
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
This class manages avatar updates as described in XEP-0153: vCard-Based Avatars and XEP-0084: User 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.
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>) - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Waits until the given feature will be negotiated.
awaitTermination(long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.QueuedExecutorService
 

B

BAD_FORMAT - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <bad-format/> stream error.
BAD_NAMESPACE_PREFIX - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <bad-namespace-prefix/> stream error.
BAD_PROFILE - Static variable in class rocks.xmpp.extensions.si.model.StreamInitiation
The implementation of the <si:bad-profile/> error condition.
BAD_REQUEST - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <bad-request/> stanza error.
BadAction() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadAction
 
BadLocale() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadLocale
 
BadPayload() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadPayload
 
BadSessionId() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadSessionId
 
Bandwidth(String) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Bandwidth
Creates a bandwidth object.
BANNED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
Inform user that he or she has been banned from the room (301).
banUser(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Bans a user.
Basic() - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Basic
 
bearing(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the GPS bearing (direction in which the entity is heading to reach its next waypoint), measured in decimal degrees relative to true north.
becomeInvisible() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
Becomes invisible.
becomeVisible() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
Becomes visible.
Bind - Class in rocks.xmpp.core.bind.model
The implementation of the <bind/> element, which is used during resource binding.
Bind() - Constructor for class rocks.xmpp.core.bind.model.Bind
Creates an empty <bind/> element.
Bind(String) - Constructor for class rocks.xmpp.core.bind.model.Bind
Creates a <bind/> element with a resource.
Bind(Jid) - Constructor for class rocks.xmpp.core.bind.model.Bind
Creates a <bind/> element with a JID.
Block - Class in rocks.xmpp.extensions.blocking.model
The implementation of the <block/> element in the urn:xmpp:blocking namespace.
Block(Collection<Jid>) - Constructor for class rocks.xmpp.extensions.blocking.model.Block
 
blockAllCommunicationWith(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all communication from and to another entity.
blockAllCommunicationWithEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all communication from and to any entities in the specified roster group.
blockAllCommunicationWithRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all communication from and to any entities in the specified roster group.
blockContact(Jid...) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Blocks communications with contacts.
Blocked - Class in rocks.xmpp.extensions.blocking.model.errors
The implementation of the <blocked/> element in the urn:xmpp:blocking:errors namespace.
blockInboundPresence(long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound presence notifications.
BlockingEvent - Class in rocks.xmpp.extensions.blocking
This event notifies listeners, when a block or unblock “push” occurs.
BlockingManager - Class in rocks.xmpp.extensions.blocking
This manager allows to block communications with contacts.
blockIQFrom(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound IQ stanzas from another entity.
blockIQFromEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound IQ stanzas from entities with the given subscription type.
blockIQFromRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound IQ stanzas from contacts, which are in the specified roster group.
BlockList - Class in rocks.xmpp.extensions.blocking.model
The implementation of the <blocklist/> element in the urn:xmpp:blocking namespace.
BlockList() - Constructor for class rocks.xmpp.extensions.blocking.model.BlockList
Creates an empty <blocklist/> element, used to ask the server for the block list.
BlockList(List<Jid>) - Constructor for class rocks.xmpp.extensions.blocking.model.BlockList
Creates a block list with items.
blockMessagesFrom(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound messages from another entity.
blockMessagesFromEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound messages from entities with the given subscription type.
blockMessagesFromRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound messages from contacts, which are in the specified roster group.
blockOutboundPresence(long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all outbound presence notifications.
blockPresenceFrom(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound presence notifications from another entity.
blockPresenceFromEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound presence notifications from entities with the given subscription type.
blockPresenceFromRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound presence notifications from contacts, which are in the specified roster group.
blockPresenceTo(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all outbound presence notifications to another entity.
blockPresenceToEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all outbound presence notifications to entities with the given subscription type.
blockPresenceToRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all outbound presence notifications to contacts, which are in the specified roster group.
Body - Class in rocks.xmpp.extensions.httpbind.model
The implementation of the <body/> element in the http://jabber.org/protocol/httpbind namespace.
Body.Builder - Class in rocks.xmpp.extensions.httpbind.model
A builder for the body element.
Body.Condition - Enum in rocks.xmpp.extensions.httpbind.model
The implementation of the ‘condition’ attribute of the <body/> wrapper element, which indicates an error reported by the connection manager.
Body.Type - Enum in rocks.xmpp.extensions.httpbind.model
The implementation of the ‘type’ attribute of the <body/> element.
bodyXslt(URL) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
Bookmark - Class in rocks.xmpp.extensions.bookmarks.model
An abstract base class for bookmarks.
BookmarkManager - Class in rocks.xmpp.extensions.bookmarks
This manager facilitates the access to the private storage by providing convenient method for adding, retrieving or removing bookmarks.
BookmarkStorage - Class in rocks.xmpp.extensions.bookmarks.model
The implementation of the <storage/> element in the storage:bookmarks namespace.
BookmarkStorage() - Constructor for class rocks.xmpp.extensions.bookmarks.model.BookmarkStorage
 
BookmarkStorage(Collection<Bookmark>) - Constructor for class rocks.xmpp.extensions.bookmarks.model.BookmarkStorage
 
Bored() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Bored
 
Bored(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Bored
 
BoshConnection - Class in rocks.xmpp.extensions.httpbind
BoshConnectionConfiguration - Class in rocks.xmpp.extensions.httpbind
A configuration for a BOSH connection.
BoshConnectionConfiguration.Builder - Class in rocks.xmpp.extensions.httpbind
A builder to create a BoshConnectionConfiguration instance.
BoshException - Exception in rocks.xmpp.extensions.httpbind
A BOSH exception is thrown when the BOSH connection manager returned an error condition or the HTTP request responded with an HTTP error code.
Brave() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Brave
 
Brave(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Brave
 
BrushingTeeth() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BrushingTeeth
 
BrushingTeeth(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BrushingTeeth
 
build() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Builds the connection configuration.
build() - Method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration.Builder
 
build() - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration.Builder
Deprecated.
 
build() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Builds the configuration.
build() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Builds the field.
build() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Builds the geo location.
build() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
 
build() - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Builds the body.
build() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice.Builder
Builds the request voice form.
build() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Builds the room configuration.
build() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Builds the room info.
build() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
Builds the registration form.
build() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Builds the node configuration.
build() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
Builds the meta data form.
build() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
Builds the publish options.
build() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Builds the subscribe options.
build() - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Builds the registration.
build() - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration.Builder
 
build() - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration.Builder
 
builder() - Static method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration
Creates a new builder for this class.
Builder() - Constructor for class rocks.xmpp.core.net.client.SocketConnectionConfiguration.Builder
 
builder() - Static method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Deprecated.
Creates a new builder for this class.
Builder() - Constructor for class rocks.xmpp.core.session.TcpConnectionConfiguration.Builder
Deprecated.
 
builder() - Static method in class rocks.xmpp.core.session.XmppSessionConfiguration
Creates a builder for this class.
Builder() - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Builder
 
builder() - Static method in class rocks.xmpp.extensions.data.model.DataForm.Field
Creates the builder to build a data form field.
builder() - Static method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Creates the builder to build a geo location.
builder() - Static method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
Creates a new builder.
builder() - Static method in class rocks.xmpp.extensions.httpbind.model.Body
Creates a builder for the body element.
builder() - Static method in class rocks.xmpp.extensions.muc.model.RequestVoice
Creates the builder to build a form.
builder() - Static method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
 
builder() - Static method in class rocks.xmpp.extensions.muc.model.RoomInfo
 
builder() - Static method in class rocks.xmpp.extensions.muc.model.RoomRegistration
 
builder() - Static method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Gets the builder to build a node configuration.
builder() - Static method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Creates the builder to build a meta data form.
builder() - Static method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Creates the builder to build a meta data form.
Builder() - Constructor for class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
 
builder() - Static method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
Creates a builder to build subscribe options.
builder() - Static method in class rocks.xmpp.extensions.register.model.Registration
Creates the builder for an registration.
builder() - Static method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration
Creates a new builder for this class.
Builder() - Constructor for class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration.Builder
 
builder() - Static method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
Creates a new builder.
building(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a specific building on a street or in an area.
Busy() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Busy
 
BuyingGroceries() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BuyingGroceries
 
BuyingGroceries(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BuyingGroceries
 
ByteStreamEvent - Class in rocks.xmpp.extensions.bytestreams
A byte stream event, which notifies a listener about inbound byte stream requests.
ByteStreamManager - Class in rocks.xmpp.extensions.bytestreams
An abstract class to manage both XEP-0047: In-Band Bytestreams or XEP-0065: SOCKS5 Bytestreams.
ByteStreamSession - Class in rocks.xmpp.extensions.bytestreams
An abstract byte stream session, which either represents a XEP-0047: In-Band Bytestreams or XEP-0065: SOCKS5 Bytestreams session.
ByteStreamSession(String) - Constructor for class rocks.xmpp.extensions.bytestreams.ByteStreamSession
 

C

cacheDirectory(Path) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the caching directory for directory-based caches used for: XEP-0084: User Avatar XEP-0115: Entity Capabilities XEP-0153: vCard-Based Avatars If you want to disable the use of directory caching, pass null.
calculatePriority(S5bTransportMethod.Candidate.Type, int) - Static method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the preferred priority.
call(Jid, String, Value...) - Method in class rocks.xmpp.extensions.rpc.RpcManager
Calls a remote procedure.
Calm() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Calm
 
Calm(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Calm
 
cancel(boolean) - Method in class rocks.xmpp.core.session.SendTask
 
cancel() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Cancels the file transfer.
Cancel() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Cancel
 
cancel(boolean) - Method in class rocks.xmpp.util.concurrent.AsyncResult
Cancels the processing of this Future, i.e. completes it with a CancellationException.
cancel() - Method in class rocks.xmpp.util.concurrent.AsyncResult
Cancels the processing of this Future, i.e. completes it with a CancellationException.
cancelNegotiation() - Method in class rocks.xmpp.core.stream.client.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(Integer, String, Integer, Short, Short, String, Short, Integer, String, String, Integer, Candidate.Type) - Constructor for class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
Candidate(String, String, int, Jid, S5bTransportMethod.Candidate.Type, int) - Constructor for class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
 
Candidate.Type - Enum in rocks.xmpp.extensions.jingle.transports.iceudp.model
 
candidateError(String) - Static method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Creates a transport method with a <candidate-error/> element.
candidateUsed(String, String) - Static method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Creates a transport method with a <candidate-used/> element.
canProcess(Object) - Method in interface rocks.xmpp.core.stream.StreamFeatureNegotiator
Checks, whether the element can be processed by the feature negotiator.
canProcess(Object) - Method in class rocks.xmpp.core.tls.client.StartTlsManager
 
canProcess(Object) - Method in class rocks.xmpp.extensions.compress.CompressionManager
 
canProcess(Object) - Method in class rocks.xmpp.extensions.sm.StreamManager
 
Catalog - Class in rocks.xmpp.extensions.seclabel.model.catalog
The implementation of the <catalog/> element in the urn:xmpp:sec-label:catalog:2 namespace.
Catalog() - Constructor for class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
 
Catalog(Jid, Jid, String, String, String, Integer, Boolean, Collection<Catalog.Item>) - Constructor for class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
 
Catalog.Item - Class in rocks.xmpp.extensions.seclabel.model.catalog
A catalog item.
Category - Enum in rocks.xmpp.extensions.activity.model
Represents the category or general activity.
Cautious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cautious
 
Cautious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cautious
 
Challenge - Class in rocks.xmpp.core.sasl.model
The implementation of the <challenge/> element, which is sent during SASL negotiation.
Challenge(byte[]) - Constructor for class rocks.xmpp.core.sasl.model.Challenge
Creates the challenge.
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(Presence.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.
ChannelEncryption - Enum in rocks.xmpp.core.net
Represents different channel encryption modes.
channelEncryption(ChannelEncryption) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets how the connection is secured via SSL.
charAt(int) - Method in class rocks.xmpp.core.stream.model.StreamHeader
 
charAt(int) - Method in class rocks.xmpp.core.Text
 
charsets(Charset...) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘charsets’ attribute of the body.
Chat - Class in rocks.xmpp.im.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.im.chat.Chat
 
ChatManager - Class in rocks.xmpp.im.chat
This class manages one-to-one chat sessions, which are described in 5.1.
ChatRoom - Class in rocks.xmpp.extensions.muc
Represents a multi-user 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.im.chat
Implements a one-to-one chat session.
ChatSession.ChatPartnerEvent - Class in rocks.xmpp.im.chat
A ChatPartnerEvent is fired, whenever a ChatSession’s partner was replaced.
ChatSessionEvent - Class in rocks.xmpp.im.chat
A chat session event is fired, whenever a new chat session is created.
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.
chatStateProperty() - Method in class rocks.xmpp.javafx.scene.control.ChatStateTextArea
Gets the chat state property.
ChatStateTextArea - Class in rocks.xmpp.javafx.scene.control
A text area which is automatically sets a chat state and therefore is useful for a chat applications.
ChatStateTextArea() - Constructor for class rocks.xmpp.javafx.scene.control.ChatStateTextArea
 
Checksum(Jingle.Content.Creator, String, JingleFileTransfer.File) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.Checksum
 
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.
Cleaning() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cleaning
 
Cleaning(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cleaning
 
clear() - Method in class rocks.xmpp.javafx.scene.control.ChatStateTextArea
 
clear() - Method in class rocks.xmpp.util.cache.DirectoryCache
 
clear() - Method in class rocks.xmpp.util.cache.LruCache
 
clientBot() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
An automated client that is not controlled by a human user.
ClientConnectionConfiguration - Class in rocks.xmpp.core.net.client
A base class for connection configurations.
ClientConnectionConfiguration.Builder<T extends ClientConnectionConfiguration.Builder<T>> - Class in rocks.xmpp.core.net.client
An abstract builder class for building immutable configuration objects.
clientConsole() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Minimal non-GUI client used on dumb terminals or text-only screens.
clientGame() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client running on a gaming console.
clientHandheld() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client running on a PDA, RIM device, or other handheld.
ClientIQ - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <iq/> element in the jabber:client namespace.
ClientMessage - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <message/> element in the jabber:client namespace.
clientPc() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Standard full-GUI client used on desktops and laptops.
clientPhone() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client running on a mobile phone or other telephony device.
ClientPresence - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <presence/> element in the jabber:client namespace.
clientSms() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client that is not actually using an instant messaging client; however, messages sent to this contact will be delivered as Short Message Service (SMS) messages.
ClientState - Class in rocks.xmpp.extensions.csi.model
Represents a client state, i.e. active or inactive.
ClientStreamFeatureNegotiator<T extends StreamFeature> - Class in rocks.xmpp.core.stream.client
A base class to negotiate features.
ClientStreamFeatureNegotiator(XmppSession, Class<T>) - Constructor for class rocks.xmpp.core.stream.client.ClientStreamFeatureNegotiator
Constructs a feature negotiator.
clientWeb() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client operated from within a web browser.
close() - Method in class rocks.xmpp.core.net.AbstractConnection
Closes the connection.
close() - Method in interface rocks.xmpp.core.net.Connection
 
close() - Method in class rocks.xmpp.core.session.XmppSession
Explicitly closes the session and performs a clean up of all listeners.
Close(String) - Constructor for class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Close
Creates the <close/> element.
close() - Method in class rocks.xmpp.im.chat.ChatSession
 
Close - Class in rocks.xmpp.websocket.model
The implementation of the <close/> element in the urn:ietf:params:xml:ns:xmpp-framing namespace.
Close() - Constructor for class rocks.xmpp.websocket.model.Close
Creates an empty <close/>.
Close(URI) - Constructor for class rocks.xmpp.websocket.model.Close
Creates an <close/> with an “see-other-uri” attribute.
Close(Jid, Jid, String, Locale, String, URI) - Constructor for class rocks.xmpp.websocket.model.Close
Creates an <close/> element with a ‘to’, ‘from’, ‘id’, ‘lang’ and ‘see-other-uri’ attribute.
closeAsync() - Method in class rocks.xmpp.core.net.AbstractConnection
 
closeAsync(StreamError) - Method in class rocks.xmpp.core.net.AbstractConnection
 
closeAsync() - Method in interface rocks.xmpp.core.net.Connection
Asynchronously closes the connection.
closeAsync(StreamError) - Method in interface rocks.xmpp.core.net.Connection
Asynchronously closes the connection with a stream error.
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.
closeFuture() - Method in class rocks.xmpp.core.net.client.SocketConnection
 
closeFuture() - Method in interface rocks.xmpp.core.net.Connection
Returns a future which is complete, when the connection is closed.
closeFuture() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
closeFuture() - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
closeFuture() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
closeOnShutdown(boolean) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Indicates whether the XMPP session is closed, when the JVM is shut down.
CLOSING_STREAM_TAG - Static variable in class rocks.xmpp.core.stream.model.StreamHeader
The closing stream tag </stream:stream>.
Coding() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Coding
 
Coding(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Coding
 
Cold() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cold
 
Cold(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cold
 
collaborationWhiteboard() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Multi-user whiteboarding service.
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>, Locale, 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>, Locale, 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.BadLocale - Class in rocks.xmpp.extensions.commands.model
The responding JID cannot accept the specified language/locale.
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.BadSessionId - Class in rocks.xmpp.extensions.commands.model
The responding JID cannot accept the specified sessionid.
Command.MalformedAction - Class in rocks.xmpp.extensions.commands.model
The responding JID does not understand the specified action.
Command.Note - Class in rocks.xmpp.extensions.commands.model
Represents a note associated with a command.
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.Status - Enum in rocks.xmpp.extensions.commands.model
Represents the status of the command.
commit() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Commits the real-time message.
communicateHash() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
 
Commuting() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Commuting
 
Commuting(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Commuting
 
compareTo(Presence) - Method in class rocks.xmpp.core.stanza.model.Presence
 
compareTo(StreamFeature) - Method in class rocks.xmpp.core.stream.model.StreamFeature
Compares two features by their priority and mandatory-to-negotiate flag.
compareTo(Text) - Method in class rocks.xmpp.core.Text
 
compareTo(SrvRecord) - Method in class rocks.xmpp.dns.SrvRecord
 
compareTo(TxtRecord) - Method in class rocks.xmpp.dns.TxtRecord
 
compareTo(Bookmark) - Method in class rocks.xmpp.extensions.bookmarks.model.Bookmark
Compares this bookmark by its name.
compareTo(DataForm) - Method in class rocks.xmpp.extensions.data.model.DataForm
Compares this data form with another data form.
compareTo(DataForm.Field) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
 
compareTo(Identity) - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Implements a natural ordering of an identity, as suggested and required by XEP-0115: Entity Capabilities.
compareTo(Body) - Method in class rocks.xmpp.extensions.httpbind.model.Body
Compares this body with another body by using the request id.
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.
compareTo(Contact) - Method in class rocks.xmpp.im.roster.model.Contact
Compares two contacts with each other by first comparing their names, then their subscription states and eventually their pending states.
compareTo(ContactGroup) - Method in class rocks.xmpp.im.roster.model.ContactGroup
 
compareUnsignedBytes(String, String, Charset) - Static method in class rocks.xmpp.util.Strings
Compares two string by comparing their byte arrays.
completeNegotiation() - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Negotiates all pending features, if any, and waits until all features have been negotiated.
CompletionStages - Class in rocks.xmpp.util.concurrent
Utility class for creating different kinds of CompletionStage.
componentArchive() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that archives traffic.
componentClientToServer() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that handles client connections.
componentGeneric() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component other than one of the registered types.
ComponentIQ - Class in rocks.xmpp.extensions.component.accept.model
The implementation of the <iq/> element in the jabber:component:accept namespace.
componentLoadBalancing() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that handles load balancing.
componentLog() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that logs server information.
ComponentMessage - Class in rocks.xmpp.extensions.component.accept.model
The implementation of the <message/> element in the jabber:component:accept namespace.
ComponentPresence - Class in rocks.xmpp.extensions.component.accept.model
The implementation of the <presence/> element in the jabber:component:accept namespace.
componentPresence() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that provides presence information.
componentRouter() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that handles core routing logic.
componentServerToServer() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that handles server connections .
componentSessionManagement() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that manages user sessions.
componentStatistics() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that provides server statistics.
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.
Compress(String) - Constructor for class rocks.xmpp.extensions.compress.model.StreamCompression.Compress
 
compressConnection(String, Runnable) - Method in class rocks.xmpp.core.net.client.SocketConnection
 
compressConnection(String, Runnable) - Method in interface rocks.xmpp.core.net.TcpBinding
Compresses the connection.
compressConnection(String, Runnable) - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
Compresses the connection.
COMPRESSED - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression
The implementation of the <compressed/> element.
CompressionFeature - Class in rocks.xmpp.extensions.compress.model.feature
The implementation of the <compression/> element in the http://jabber.org/features/compress namespace.
CompressionFeature(Collection<String>) - Constructor for class rocks.xmpp.extensions.compress.model.feature.CompressionFeature
 
CompressionManager - Class in rocks.xmpp.extensions.compress
Manages stream compression as described in XEP-0138: Stream Compression.
CompressionManager(XmppSession, TcpBinding) - Constructor for class rocks.xmpp.extensions.compress.CompressionManager
 
CompressionMethod - Interface in rocks.xmpp.extensions.compress
An interface to describe a compression method.
compressionMethods(CompressionMethod...) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets the compression method.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class rocks.xmpp.util.cache.LruCache
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class rocks.xmpp.util.cache.LruCache
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class rocks.xmpp.util.cache.LruCache
 
Condition - Class in rocks.xmpp.core.stanza.model.errors
An abstract implementation of a defined stanza error condition.
Condition - Class in rocks.xmpp.core.stream.model.errors
An abstract implementation of a defined stream error condition.
condition(Body.Condition) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘condition’ attribute of the body.
conferenceIrc() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Internet Relay Chat service.
conferenceText() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Text conferencing service.
Confident() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confident
 
Confident(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confident
 
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.
CONFLICT - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <conflict/> stanza error.
CONFLICT - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <conflict/> stream error.
Confused() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confused
 
Confused(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confused
 
connect(Jid) - Method in class rocks.xmpp.core.session.XmppClient
Connects to the XMPP server.
connect() - Method in class rocks.xmpp.core.session.XmppSession
Connects to the XMPP server.
connect(Jid) - Method in class rocks.xmpp.core.session.XmppSession
 
connect(Jid) - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
 
Connection - Interface in rocks.xmpp.core.net
Represents a bi-directional XMPP connection.
CONNECTION_TIMEOUT - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <connection-timeout/> stream error.
ConnectionConfiguration - Interface in rocks.xmpp.core.net
Generic connection configuration.
ConnectionEvent - Class in rocks.xmpp.core.session
This event is fired for the following use cases: When the XMPP session’s underlying connection gets disconnected.
ConnectionEvent.Type - Enum in rocks.xmpp.core.session
The connection event type.
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
 
ConnectivityError() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.ConnectivityError
 
connectTimeout(int) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets a timeout for the connection establishment.
ConsistentColor - Class in rocks.xmpp.extensions.colors
A consistent color which is generated from an input string such as a nickname or a bare JID.
ConsistentColor.ColorVisionDeficiency - Enum in rocks.xmpp.extensions.colors
Represents a color vision deficiency, used to re-map the angle to map it away from ranges which can not be distinguished by people with the respective color vision deficiencies.
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
 
Contact - Class in rocks.xmpp.im.roster.model
A contact in the user’s roster.
Contact(Jid) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact associated with the given JID.
Contact(Jid, String) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact associated with the given JID and name.
Contact(Jid, String, String...) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact associated with the given JID, name and groups.
Contact(Jid, String, Collection<String>) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact associated with the given JID, name and groups.
Contact(RosterItem) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact from a roster item.
Contact(Jid, String, Boolean, Boolean, SubscriptionState.Subscription, Collection<String>) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact associated with the given JID, name and groups.
ContactExchange - Class in rocks.xmpp.extensions.rosterx.model
The implementation of the <x/> element in the http://jabber.org/protocol/rosterx namespace.
ContactExchange(Collection<ContactExchange.Item>) - Constructor for class rocks.xmpp.extensions.rosterx.model.ContactExchange
 
ContactExchange.Item - Class in rocks.xmpp.extensions.rosterx.model
The roster exchange 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.
ContactExchangeManager - Class in rocks.xmpp.extensions.rosterx
Manages contact exchange between entities.
ContactGroup - Class in rocks.xmpp.im.roster.model
Represents a contact group in the user’s roster.
ContactGroup(String, String, ContactGroup) - Constructor for class rocks.xmpp.im.roster.model.ContactGroup
 
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.util.cache.DirectoryCache
 
containsKey(Object) - Method in class rocks.xmpp.util.cache.LruCache
 
containsValue(Object) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
containsValue(Object) - Method in class rocks.xmpp.util.cache.LruCache
 
Contemplative() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contemplative
 
Contemplative(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contemplative
 
content(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘content’ attribute of the body.
Content(String, Jingle.Content.Creator, ApplicationFormat, TransportMethod) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Content
Creates a content element.
Content(String, Jingle.Content.Creator, ApplicationFormat, TransportMethod, String, Jingle.Content.Senders) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Content
Creates a content element.
Contented() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contented
 
Contented(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contented
 
Cooking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cooking
 
Cooking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cooking
 
CoreModule - Class in rocks.xmpp.core.session
The core module provides XMPP classes as well as manager classes which are associated with an XMPP session.
CoreModule() - Constructor for class rocks.xmpp.core.session.CoreModule
 
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.
Cranky() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cranky
 
Cranky(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cranky
 
Crazy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Crazy
 
Crazy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Crazy
 
create(String, ClientConnectionConfiguration...) - Static method in class rocks.xmpp.core.session.XmppClient
Creates a new XMPP client instance.
create(String, XmppSessionConfiguration, ClientConnectionConfiguration...) - Static method in class rocks.xmpp.core.session.XmppClient
Creates a new XMPP client instance.
create(Jid, Jid, String, String, Locale, String, QName...) - Static method in class rocks.xmpp.core.stream.model.StreamHeader
Creates a stream header.
create(String, String, String, int) - Static method in class rocks.xmpp.extensions.component.accept.ExternalComponent
Creates a new external component using a default configuration.
create(String, String, XmppSessionConfiguration, String, int) - Static method in class rocks.xmpp.extensions.component.accept.ExternalComponent
Creates a new external component.
create(String, String, XmppSessionConfiguration, ClientConnectionConfiguration) - Static method in class rocks.xmpp.extensions.component.accept.ExternalComponent
Creates a new external component using a default configuration.
create(String, String) - Static method in class rocks.xmpp.extensions.component.accept.model.Handshake
Creates the handshake element from stream id and the shared secret.
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.
create(ResultSetProvider<T>, ResultSetManagement) - Static method in class rocks.xmpp.extensions.rsm.ResultSet
Creates a result set from a result set provider and a result set management.
createBranchedInputStream(InputStream, OutputStream) - Static method in class rocks.xmpp.util.XmppUtils
Creates an branched InputStream, which means that everything read by the source stream is written to the target OutputStream.
createBranchedOutputStream(OutputStream, OutputStream) - Static method in class rocks.xmpp.util.XmppUtils
Creates a branched OutputStream, which means that everything written to the original stream is also written to the branched stream.
createCapabilityHashNode(Hashed) - Method in interface rocks.xmpp.extensions.caps.model.EntityCapabilities
Creates the Capability Hash Node.
createCapabilityHashNode(Hashed) - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
createCapabilityHashNode(Hashed) - Method in class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
 
createChatRoom(Jid) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Creates a chat room for the specified room address.
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.im.chat.ChatManager
Creates a new chat session or returns an existing one for the given chat partner and notifies any chat session listeners about it.
createChatSession(Jid, String) - Method in class rocks.xmpp.im.chat.ChatManager
Creates a new chat session with a given thread id or returns an existing one for the given chat partner and notifies any chat session listeners about it.
createConnection(XmppSession) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
A factory method to create the connection.
createConnection(XmppSession) - Method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration
 
createConnection(XmppSession) - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Deprecated.
 
createConnection(XmppSession) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
 
createConnection(XmppSession) - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration
 
createConnection(XmppSession) - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
 
createContendId(byte[]) - Static method in class rocks.xmpp.extensions.bob.model.Data
Creates the content id.
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.IQ
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.IQ
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Message
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.Message
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Presence
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.Presence
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Stanza
Creates an error response for this stanza.
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.Stanza
Creates an error response for this stanza.
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
Creates an item, which can be used as input parameter for MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...).
createItem(Role, String, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...).
createItem(Role, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...).
createItem(Role) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...).
createItem(Affiliation) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...).
createItem(Affiliation, Jid) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...).
createItem(Affiliation, Jid, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...).
createItem(Affiliation, Jid, String, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...).
createMarshaller() - Method in class rocks.xmpp.core.session.XmppSession
Creates a marshaller, which can be used to create XML from objects.
createNamedThreadFactory(String) - Static method in class rocks.xmpp.util.XmppUtils
Creates a thread factory which creates named daemon threads.
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.
createRealTimeMessage(Chat, String) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Creates a new real-time message for sending real-time text.
createRealTimeMessage(Chat) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Creates a new real-time message for sending real-time text.
createReply(Message, Message) - Static method in class rocks.xmpp.extensions.address.model.Addresses
Creates a reply for a message.
createResult() - Method in class rocks.xmpp.core.stanza.model.IQ
Creates a result IQ stanza, i.e. it uses the same id as this IQ, sets the type to ‘result’ and switches the ‘to’ and ‘from’ attribute.
createResult(Object) - Method in class rocks.xmpp.core.stanza.model.IQ
Creates a result IQ stanza with a payload, i.e. it uses the same id as this IQ, sets the type to ‘result’ and switches the ‘to’ and ‘from’ attribute.
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, String, 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.
createVerificationString(InfoNode) - Method in interface rocks.xmpp.extensions.caps.model.EntityCapabilities
Creates an UTF-8 encoded verification string from a disco#info query.
createVerificationString(InfoNode) - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
createVerificationString(InfoNode) - Method in class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
 
createXmppStreamWriter(XMLStreamWriter, boolean) - Static method in class rocks.xmpp.util.XmppUtils
Creates a XMLStreamWriter instance, which writes XML without namespace prefixes.
createXmppStreamWriter(XMLStreamWriter) - Static method in class rocks.xmpp.util.XmppUtils
Creates a XMLStreamWriter instance, which writes XML without namespace prefixes.
creationDate(Instant) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The datetime when the node was created.
Creative() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Creative
 
Creative(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Creative
 
creator(Jid) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The JID of the node creator.
CREDENTIALS_EXPIRED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <credentials-expired/> SASL failure.
Crypto(String, String, String) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
 
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
 
Curious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Curious
 
Curious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Curious
 
currentNumberOfOccupants(int) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Sets the current number of occupants in the room.
Cycling() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cycling
 
Cycling(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cycling
 

D

Dancing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Dancing
 
Dancing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Dancing
 
Data - Class in rocks.xmpp.extensions.bob.model
The implementation of the <data/> element in the urn:xmpp:bob namespace.
Data(String) - Constructor for class rocks.xmpp.extensions.bob.model.Data
Constructs the data element with a content id.
Data(byte[], String) - Constructor for class rocks.xmpp.extensions.bob.model.Data
Constructs the data element.
Data(byte[], String, Integer) - Constructor for class rocks.xmpp.extensions.bob.model.Data
Constructs the data element.
Data(byte[], String, int) - Constructor for class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Data
Creates the <data/> element.
DataEncodingUnknown - Class in rocks.xmpp.extensions.soap.model.fault
Represents the ‘DataEncodingUnknown’ SOAP fault.
DataEncodingUnknown() - Constructor for class rocks.xmpp.extensions.soap.model.fault.DataEncodingUnknown
 
DataForm - Class in rocks.xmpp.extensions.data.model
The implementation of the <x/> element in the jabber:x:data namespace, which represents data forms.
DataForm(DataForm.Type) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Creates a data form.
DataForm(DataForm.Type, Collection<DataForm.Field>) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Creates a data form.
DataForm(DataForm.Builder<? extends DataForm.Builder>) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
 
DataForm(DataForm.Type, String, Collection<DataForm.Field>, Collection<DataForm.Field>, Collection<DataForm.Item>, Collection<String>, Collection<Page>) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
 
DataForm.Builder<T extends DataForm.Builder<T>> - Class in rocks.xmpp.extensions.data.model
An abstract builder to build simple data forms.
DataForm.Field - Class in rocks.xmpp.extensions.data.model
A data form field.
DataForm.Field.Builder - Class in rocks.xmpp.extensions.data.model
A builder class to build a data form field.
DataForm.Field.Type - Enum in rocks.xmpp.extensions.data.model
Defines field types.
DataForm.Item - Class in rocks.xmpp.extensions.data.model
An item which can be understood as a table row.
DataForm.Option - Class in rocks.xmpp.extensions.data.model
Defines an option in a field of type DataForm.Field.Type.LIST_SINGLE or DataForm.Field.Type.LIST_MULTI.
DataForm.Type - Enum in rocks.xmpp.extensions.data.model
The form type.
dataformXslt(URL) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
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
date(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the date, e.g. birth date.
datum(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the GPS datum.
DayOff() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DayOff
 
DayOff(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DayOff
 
deactivate(Chat) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Deactivates real-time text for a chat session.
debugger(Class<? extends XmppDebugger>) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the debugger.
Decline() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Decline
 
decline(String) - Method in class rocks.xmpp.extensions.muc.InvitationEvent
Declines the invitation.
Decline - Class in rocks.xmpp.extensions.muc.model.user
The implementation of the <decline/> element.
declineActiveList() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Declines the use of any active list.
declineDefaultList() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Declines the use of any default list.
decode(ByteBuffer, BiConsumer<String, StreamElement>) - Method in class rocks.xmpp.nio.codec.XmppStreamDecoder
Decodes a stream of byte buffers to XMPP elements.
decode(String) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
decompress(InputStream) - Method in interface rocks.xmpp.extensions.compress.CompressionMethod
Decompresses an input stream.
Default() - Constructor for class rocks.xmpp.extensions.pubsub.model.PubSub.Default
 
DefaultItemProvider - Class in rocks.xmpp.extensions.disco
DefaultItemProvider(Collection<Item>) - Constructor for class rocks.xmpp.extensions.disco.DefaultItemProvider
Deprecated.
 
defaultResponseTimeout(Duration) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the default response timeout for synchronous calls, usually IQ calls.
DefinedState - Enum in rocks.xmpp.im.roster.model
Represents the nine possible defined subscription states.
DEFLATE - Static variable in interface rocks.xmpp.extensions.compress.CompressionMethod
The “deflate” compression method.
Dejected() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dejected
 
Dejected(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dejected
 
DelayedDelivery - Class in rocks.xmpp.extensions.delay.model
The implementation of the <delay/> element in the urn:xmpp:delay namespace.
DelayedDelivery(Instant) - Constructor for class rocks.xmpp.extensions.delay.model.DelayedDelivery
Creates a element with only a timestamp attribute.
DelayedDelivery(Instant, Jid, String) - Constructor for class rocks.xmpp.extensions.delay.model.DelayedDelivery
Creates a delayed delivery element with all attributes.
delayProperty() - Method in class rocks.xmpp.javafx.scene.control.ChatStateTextArea
Gets the delay property.
delete() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Deletes this node on the pubsub service.
delete(URI) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Deletes this node and specifies a replacement node.
deleteItem(String, boolean) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Deletes an item from this node.
deliver(Rule.Action, Rule.DeliveryMode) - Static method in class rocks.xmpp.extensions.amp.model.Rule
Creates the defined “deliver” rule.
deliver(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets whether an entity wants to receive or disable notifications.
delivered() - Method in class rocks.xmpp.extensions.address.model.Address
Creates a copy of this address, which is marked as delivered.
deliveredAndWithoutBlindCarbonCopies() - Method in class rocks.xmpp.extensions.address.model.Addresses
Creates a copy of this addresses extension, but without any BCC addresses.
deliverNotifications(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to deliver event notifications.
deliverPayloads(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to deliver payloads with event notifications; applies only to leaf nodes.
deny() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
Denies the HTTP authentication request.
denySubscription(Jid) - Method in class rocks.xmpp.im.subscription.PresenceManager
Cancels a previously granted subscription or denies a subscription request.
Depressed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Depressed
 
Depressed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Depressed
 
description(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the description.
description(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a natural-language name for or description of the location.
description(String) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Short description of room.
description(String) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Sets a short description.
description(String) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
A description of the node.
description(String) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
A description of the node.
Description(String, Locale) - Constructor for class rocks.xmpp.extensions.reach.model.Address.Description
 
destroy(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Destroys the room.
destroy() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Destroys the room.
Destroy - Interface in rocks.xmpp.extensions.muc.model
The <destroy/> element, which is used in both #owner and #user namespace and indicates a room destruction.
destroy() - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
destroy() - Method in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 
detach() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Detaches this BOSH session without closing (aka terminating) it.
digest(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets whether you want to receive digests (aggregations) of notifications or all notifications individually.
digestFrequency(int) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets the minimum number of milliseconds between sending any two notification digests
DirectInvitation - Class in rocks.xmpp.extensions.muc.conference.model
The implementation of the <x/> element in the jabber:x:conference namespace, which represents a direct multi-user chat invitation.
DirectInvitation(Jid) - Constructor for class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
 
DirectInvitation(Jid, String, String) - Constructor for class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
 
DirectInvitation(Jid, String, String, boolean, String) - Constructor for class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
 
DirectoryCache - Class in rocks.xmpp.util.cache
A simple directory based cache for caching of persistent items like avatars or entity capabilities.
DirectoryCache(Path) - Constructor for class rocks.xmpp.util.cache.DirectoryCache
 
directoryChatRoom() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A directory of chatrooms.
directoryGroup() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A directory that provides shared roster groups.
directoryUser() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A directory of end users (e.g., JUD).
directoryWaitingList() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A directory of waiting list entries.
DISABLE - Static variable in class rocks.xmpp.extensions.carbons.model.MessageCarbons
The implementation of the <disable/> element in the urn:xmpp:carbons:2 namespace.
disableCarbons() - Method in class rocks.xmpp.extensions.carbons.MessageCarbonsManager
Disables message carbons on the server for this session.
disableFeature(String) - Method in class rocks.xmpp.core.session.XmppSession
Disables a feature by its name, usually a protocol namespace.
disableFeature(Class<? extends Manager>) - Method in class rocks.xmpp.core.session.XmppSession
Disables a feature by its manager class.
Disappointed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disappointed
 
Disappointed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disappointed
 
discoverAllowableTraffic() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Discovers the allowable traffic, i.e. the allowed extensions.
discoverCapabilities(Jid) - Method in class rocks.xmpp.extensions.caps.EntityCapabilitiesManager
Discovers the capabilities of another XMPP entity.
discoverChatServices() - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Discovers the multi-user chat services hosted at the connected domain.
discoverEnteredRooms(Jid) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Discovers the rooms, where a contact is in.
discoverFeatures() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Discovers the features, which are supported by the pubsub service.
discoverInformation(Jid) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers information about another XMPP entity.
discoverInformation(Jid, String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers information about another XMPP entity targeted at a specific node.
discoverItems(Jid) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, ResultSetManagement) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, String, ResultSetManagement) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Discovers the items for this node.
discoverLanguageSupport(Jid) - Method in class rocks.xmpp.extensions.langtrans.LanguageTranslationManager
Discovers language support for a translation provider.
discoverNodeMetaData() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Discovers the node info, which consists of a node name, type and meta data.
discoverNodes() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Discovers the (sub-)nodes, which hierarchically reside under this node, e.g. the “second-level” nodes.
discoverNodes() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Discovers the first-level nodes of this pubsub service.
discoverOccupants() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the occupants in this room, i.e. their nicknames.
discoverProxies() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Discovers the SOCKS5 proxies.
discoverPubSubServices() - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
Discovers the publish-subscribe services for the current connection.
discoverReservedNickname() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets your reserved room nickname.
discoverRooms() - Method in class rocks.xmpp.extensions.muc.ChatService
Discovers the list of chat rooms hosted by this chat service.
discoverSearchFields(Jid) - Method in class rocks.xmpp.extensions.search.SearchManager
Discovers the supported search fields of a service.
discoverServices(Identity) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers a service on the connected server by its identity.
discoverServices(String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers a service on the connected server by its feature namespace.
discoverSupportedHeaders(Jid) - Method in class rocks.xmpp.extensions.shim.HeaderManager
Discovers the supported headers of another entity.
discoverTranslationProviders() - Method in class rocks.xmpp.extensions.langtrans.LanguageTranslationManager
Discovers the language provider on the connected server.
DiscussionHistory - Class in rocks.xmpp.extensions.muc.model
The discussion history for a multi-user chat room, which can be requested when entering a room.
Disgusted() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disgusted
 
Disgusted(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disgusted
 
Dismayed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dismayed
 
Dismayed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dismayed
 
DisplayMarking(String) - Constructor for class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
 
DisplayMarking(String, String, String) - Constructor for class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
 
dispose() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
Distracted() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Distracted
 
Distracted(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Distracted
 
DnsResolver - Class in rocks.xmpp.dns
A minimalistic DNS resolver, which can resolve SRV and TXT records in the context of XMPP.
DoingMaintenance() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingMaintenance
 
DoingMaintenance(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingMaintenance
 
DoingTheDishes() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheDishes
 
DoingTheDishes(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheDishes
 
DoingTheLaundry() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheLaundry
 
DoingTheLaundry(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheLaundry
 
Driving() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Driving
 
Driving(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Driving
 

E

email(String) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
The email address.
email(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the email.
Email(String, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
Creates an email address.
Email(String, boolean, boolean, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
Creates an email address.
Embarrassed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Embarrassed
 
Embarrassed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Embarrassed
 
empty() - Static method in class rocks.xmpp.extensions.muc.model.Muc
Creates an empty element.
empty() - Static method in class rocks.xmpp.extensions.muc.model.owner.MucOwner
Creates an empty query element.
empty() - Static method in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
 
empty() - Static method in class rocks.xmpp.extensions.register.model.Registration
Creates an empty registration element for requesting the registration form.
ENABLE - Static variable in class rocks.xmpp.extensions.carbons.model.MessageCarbons
The implementation of the <enable/> element in the urn:xmpp:carbons:2 namespace.
Enable() - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enable
 
Enable(Boolean) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enable
 
Enable(Boolean, Integer) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enable
 
enableCarbons() - Method in class rocks.xmpp.extensions.carbons.MessageCarbonsManager
Enables message carbons on the server for this session.
Enabled() - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
 
Enabled(String, Boolean) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
 
Enabled(String, Boolean, Integer, String) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
 
enableFeature(String) - Method in class rocks.xmpp.core.session.XmppSession
Enables a feature by its name, usually a protocol namespace.
enableFeature(Class<? extends Manager>) - Method in class rocks.xmpp.core.session.XmppSession
Enables a feature by its manager class.
encode(StreamElement) - Method in class rocks.xmpp.nio.codec.XmppStreamEncoder
Encodes an XMPP element to a byte buffer.
encode(StreamElement, OutputStream) - Method in class rocks.xmpp.nio.codec.XmppStreamEncoder
Encodes an XMPP element to an OutputStream.
encode(StreamElement) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 
Encryption() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Encryption
 
ENCRYPTION_REQUIRED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <encryption-required/> SASL failure.
enter(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room.
enter(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room with a password.
enter(String, DiscussionHistory) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room and requests history messages.
enter(String, String, DiscussionHistory) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room with a password and requests history messages.
EntityCapabilities - Interface in rocks.xmpp.extensions.caps.model
An interface for different Entity Capabilities implementations as described in the following two specifications.
EntityCapabilities1 - Class in rocks.xmpp.extensions.caps.model
The implementation of the <c/> element in the http://jabber.org/protocol/caps.
EntityCapabilities1(String, InfoNode, MessageDigest) - Constructor for class rocks.xmpp.extensions.caps.model.EntityCapabilities1
Creates an entity caps from an info node and hash function.
EntityCapabilities2 - Class in rocks.xmpp.extensions.caps2.model
The implementation of the <c/> element in the urn:xmpp:caps namespace.
EntityCapabilities2(InfoNode, MessageDigest...) - Constructor for class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
 
EntityCapabilitiesManager - Class in rocks.xmpp.extensions.caps
This class manages XEP-0115: Entity Capabilities.
EntityTime - Class in rocks.xmpp.extensions.time.model
The implementation of the <time/> element in the urn:xmpp:time namespace.
EntityTime() - Constructor for class rocks.xmpp.extensions.time.model.EntityTime
Creates a empty entity time element for requesting entity time.
EntityTime(OffsetDateTime) - Constructor for class rocks.xmpp.extensions.time.model.EntityTime
 
EntityTimeHandler - Class in rocks.xmpp.extensions.time.handler
Handles an time request by returning the current time.
EntityTimeHandler() - Constructor for class rocks.xmpp.extensions.time.handler.EntityTimeHandler
 
EntityTimeManager - Class in rocks.xmpp.extensions.time
This manager implements XEP-0202: Entity Time.
entrySet() - Method in class rocks.xmpp.util.cache.DirectoryCache
 
entrySet() - Method in class rocks.xmpp.util.cache.LruCache
 
Envious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Envious
 
Envious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Envious
 
equals(Object) - Method in class rocks.xmpp.core.session.Extension
 
equals(Object) - Method in class rocks.xmpp.core.Text
 
equals(Object) - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
 
equals(Object) - Method in class rocks.xmpp.extensions.bookmarks.model.WebPageBookmark
 
equals(Object) - Method in class rocks.xmpp.extensions.colors.ConsistentColor
 
equals(Object) - Method in class rocks.xmpp.extensions.disco.model.info.Identity
An identity is considered equal, if category, type and language are equal, because there cannot be two identities with the same category, type and language, but with different names.
equals(Object) - Method in class rocks.xmpp.extensions.hashes.model.Hash
 
equals(Object) - Method in class rocks.xmpp.extensions.muc.model.user.Status
 
equals(Object) - Method in class rocks.xmpp.extensions.reach.model.Address.Description
 
equals(Object) - Method in class rocks.xmpp.extensions.reach.model.Address
 
equals(Object) - Method in class rocks.xmpp.extensions.reach.model.Reachability
 
equals(Object) - Method in class rocks.xmpp.im.roster.model.Contact
 
equals(Object) - Method in class rocks.xmpp.im.roster.model.ContactGroup
 
equals(SubscriptionState, SubscriptionState) - Static method in interface rocks.xmpp.im.roster.model.SubscriptionState
Compares two subscription states.
EraseText() - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
Erases one character from the end of the text.
EraseText(Integer) - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
 
EraseText(Integer, Integer) - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
 
ESCAPING_FEATURE - Static variable in interface rocks.xmpp.addr.Jid
The service discovery feature used for determining support of JID escaping (jid\20escaping).
EssSecurityLabel - Class in rocks.xmpp.extensions.seclabel.model.ess
The implementation of the <esssecuritylabel/> element in the urn:xmpp:sec-label:ess:0 namespace.
EssSecurityLabel(byte[]) - Constructor for class rocks.xmpp.extensions.seclabel.model.ess.EssSecurityLabel
 
evaluateChallenge(byte[]) - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
evaluateChallenge(byte[]) - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 
Event - Class in rocks.xmpp.extensions.pubsub.model.event
The implementation of the <event/> element in the http://jabber.org/protocol/pubsub#event namespace.
eventLoopGroup(EventLoopGroup) - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration.Builder
Sets the NIO event loop.
exceptionally(Function<Throwable, ? extends T>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
Excited() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Excited
 
Excited(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Excited
 
execute(Runnable) - Method in class rocks.xmpp.util.concurrent.QueuedExecutorService
 
exit() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Exits the room.
exit(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Exits the room with a custom message.
expireAt(Rule.Action, Instant) - Static method in class rocks.xmpp.extensions.amp.model.Rule
Creates the defined “expire-at” rule.
expireAt(Instant) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets the expiration date.
Expired() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Expired
 
ExtensibleStanza - Class in rocks.xmpp.core.stanza.model
A stanza which is extensible (can have more than one extension), i.e.
Extension - Class in rocks.xmpp.core.session
Represents an XMPP protocol extension (XEP).
ExtensionModule - Class in rocks.xmpp.core.session.context.extensions
Registers extensions and manager classes, (which should be initialized during the start of a session) to the XmppSession.
ExtensionModule() - Constructor for class rocks.xmpp.core.session.context.extensions.ExtensionModule
 
extensions(Extension...) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Adds extensions to the session.
ExternalComponent - Class in rocks.xmpp.extensions.component.accept
An external component session which connects to an XMPP server using the “Jabber Component Protocol”.

F

Failed() - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Failed
 
Failed(Condition) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Failed
 
Failed(Condition, Long) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Failed
 
FailedApplication() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.FailedApplication
 
FailedRules - Class in rocks.xmpp.extensions.amp.model.errors
The implementation of the <failed-rules/> element in the http://jabber.org/protocol/amp#errors namespace.
FailedRules() - Constructor for class rocks.xmpp.extensions.amp.model.errors.FailedRules
 
FailedTransport() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.FailedTransport
 
Failure - Class in rocks.xmpp.core.sasl.model
The implementation of the <failure/> element, which indicates a SASL failure.
Failure(Failure.Condition) - Constructor for class rocks.xmpp.core.sasl.model.Failure
 
Failure(Failure.Condition, String, Locale) - Constructor for class rocks.xmpp.core.sasl.model.Failure
 
Failure - Class in rocks.xmpp.core.tls.model
Represents the TLS failure case.
Failure(StreamCompression.Failure.Condition) - Constructor for class rocks.xmpp.extensions.compress.model.StreamCompression.Failure
 
Failure.Condition - Class in rocks.xmpp.core.sasl.model
A general class for a SASL failure condition.
familyName(String) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
The family name.
familyName(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the family name.
faqEntry(String) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
The FAQ entry.
FEATURE - Static variable in class rocks.xmpp.extensions.csi.model.ClientState
The stream feature for servers to advertise support for client state indication.
FEATURE_NOT_IMPLEMENTED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <feature-not-implemented/> stanza error.
FeatureNegotiation - Class in rocks.xmpp.extensions.featureneg.model
The implementation of the <feature/> element in the http://jabber.org/protocol/feature-neg namespace.
FeatureNegotiation(DataForm) - Constructor for class rocks.xmpp.extensions.featureneg.model.FeatureNegotiation
Creates a feature negotiation with structured data.
FieldReference - Class in rocks.xmpp.extensions.data.layout.model
A field reference is used to reference to a field in a data form.
FieldReference(String) - Constructor for class rocks.xmpp.extensions.data.layout.model.FieldReference
Creates a field reference.
fields(Collection<DataForm.Field>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the fields.
File(String, long) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
File(String, long, Instant, Hash, String) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
File(String, long, Instant, Hash, String, Thumbnail) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
FILE_NOT_AVAILABLE - Static variable in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTransferError
The <file-not-available/> error.
FILE_TOO_LARGE - Static variable in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTransferError
The <file-too-large/> error.
FileTransfer - Class in rocks.xmpp.extensions.filetransfer
A class for managing a single file transfer.
FileTransfer(XmppSession, String, InputStream, OutputStream, long) - Constructor for class rocks.xmpp.extensions.filetransfer.FileTransfer
 
FileTransfer.Status - Enum in rocks.xmpp.extensions.filetransfer
The status of the file transfer.
FileTransferError - Class in rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors
 
FileTransferError() - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTransferError
 
FileTransferManager - Class in rocks.xmpp.extensions.filetransfer
 
FileTransferNegotiator - Interface in rocks.xmpp.extensions.filetransfer
 
FileTransferOffer - Interface in rocks.xmpp.extensions.filetransfer.model
An interface for file transfer requests, which covers XEP-0066, XEP-0096 and XEP-0234.
fileTransferOffered(IQ, String, String, FileTransferOffer, Object, FileTransferNegotiator) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
 
FileTransferOfferEvent - Class in rocks.xmpp.extensions.filetransfer
 
FileTransferRejectedException - Exception in rocks.xmpp.extensions.filetransfer
This is generic exception when a file transfer request has been rejected.
FileTransferRejectedException() - Constructor for exception rocks.xmpp.extensions.filetransfer.FileTransferRejectedException
 
FileTransferStatusEvent - Class in rocks.xmpp.extensions.filetransfer
 
findField(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds a field by its name (‘ver’ attribute).
findValue(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the value for a specific field.
findValue(String) - Method in class rocks.xmpp.extensions.shim.model.Headers
Tries to find a value among the headers associated with header name.
findValueAsBoolean(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets the value as boolean.
findValueAsInstant(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets its value as instant.
findValueAsInteger(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets its value as integer.
findValueAsJid(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets the value as JID.
findValues(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the values for a specific field.
findValuesAsJid(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets its values as JID list.
Fishing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Fishing
 
Fishing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Fishing
 
Flirtatious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Flirtatious
 
Flirtatious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Flirtatious
 
floor(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a particular floor in a building.
flush() - Method in class rocks.xmpp.core.net.client.SocketConnection
 
flush() - Method in interface rocks.xmpp.core.net.Connection
Flushes the connection.
flush() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
flush() - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
flush() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
FORBIDDEN - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <forbidden/> stanza error.
forCount(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
forCount(Integer, Integer, String, String) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
forCountResponse(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which has a count information.
forDestinationLanguage(Locale) - Static method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Creates a translation element for a destination language.
forEach(BiConsumer<? super String, ? super byte[]>) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
forEachMessage() - Static method in class rocks.xmpp.extensions.sm.RequestStrategies
Requests an ack for each message.
forEachMessageOrEveryXStanzas(int) - Static method in class rocks.xmpp.extensions.sm.RequestStrategies
Requests an acknowledgement for each message and at the latest after X non-message stanzas (presence or IQ).
forEveryXStanzas(int) - Static method in class rocks.xmpp.extensions.sm.RequestStrategies
Requests an ack for every X stanzas.
forFirstPage(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which requests the first page.
forItemCount() - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which gets the item count of a result without retrieving the items themselves.
forItems(Collection<T>) - Static method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Creates a Collection-based result set provider.
forLastPage(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which requests the last page.
forLimit(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
forLimit(int, int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which starts at a particular index.
FORM_TYPE - Static variable in class rocks.xmpp.extensions.data.model.DataForm
The name of the hidden field, which determines the form type, “FORM_TYPE”.
FORM_TYPE - Static variable in class rocks.xmpp.extensions.muc.model.RoomInfo
 
FORM_TYPE - Static variable in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
 
forMaxChars(int) - Static method in class rocks.xmpp.extensions.muc.model.DiscussionHistory
Limit the total number of characters in the history to “X” (where the character count is the characters of the complete XML stanzas, not only their XML character data).
forMaxMessages(int) - Static method in class rocks.xmpp.extensions.muc.model.DiscussionHistory
Limit the total number of messages in the history to “X”.
formType(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the form type.
forNextPage(int, String) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which requests the next page after a specified item.
forPreviousPage(int, String) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which requests the previous page before a specified item.
forResponse(Integer, Integer, String, String) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which has a count information, including first and last item.
forSeconds(int) - Static method in class rocks.xmpp.extensions.muc.model.DiscussionHistory
Send only the messages received in the last “X” seconds.
forStorageOfPrivateData() - Static method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Creates publish options for use of persistent storage of private data via pubsub.
forStorageOfPublicData(AccessModel) - Static method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Creates publish options for use of persistent storage of public data via pubsub.
Forwarded - Class in rocks.xmpp.extensions.forward.model
The implementation of the <forwarded/> element in the urn:xmpp:forward:0 namespace.
Forwarded(Stanza) - Constructor for class rocks.xmpp.extensions.forward.model.Forwarded
Creates a forwarded element.
Forwarded(Stanza, DelayedDelivery) - Constructor for class rocks.xmpp.extensions.forward.model.Forwarded
Creates a forwarded element.
forwardMessage(Message, Jid) - Method in class rocks.xmpp.extensions.forward.StanzaForwardingManager
Forwards a message to another XMPP entity.
from(IQ) - Static method in class rocks.xmpp.core.stanza.model.client.ClientIQ
Creates an IQ for the jabber:client namespace from a generic IQ.
from(Message) - Static method in class rocks.xmpp.core.stanza.model.client.ClientMessage
Creates a message for the jabber:client namespace from a generic message.
from(Presence) - Static method in class rocks.xmpp.core.stanza.model.client.ClientPresence
Creates a presence for the jabber:client namespace from a generic presence.
from(IQ) - Static method in class rocks.xmpp.core.stanza.model.server.ServerIQ
Creates an IQ for the jabber:server namespace from a generic IQ.
from(Message) - Static method in class rocks.xmpp.core.stanza.model.server.ServerMessage
Creates a message for the jabber:server namespace from a generic message.
from(Presence) - Static method in class rocks.xmpp.core.stanza.model.server.ServerPresence
Creates a presence for the jabber:server namespace from a generic presence.
from(IQ) - Static method in class rocks.xmpp.extensions.component.accept.model.ComponentIQ
Creates an IQ for the jabber:client namespace from a generic IQ.
from(Message) - Static method in class rocks.xmpp.extensions.component.accept.model.ComponentMessage
Creates a message for the jabber:client namespace from a generic message.
from(Presence) - Static method in class rocks.xmpp.extensions.component.accept.model.ComponentPresence
Creates a presence for the jabber:client namespace from a generic presence.
from(Hashed) - Static method in class rocks.xmpp.extensions.hashes.model.Hash
 
from(Jid) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘from’ attribute of the body.
Frustrated() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Frustrated
 
Frustrated(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Frustrated
 

G

Gaming() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gaming
 
Gaming(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gaming
 
Gardening() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gardening
 
Gardening(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gardening
 
gatewayAIM() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to AOL Instant Messenger.
gatewayFacebook() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Facebook IM service.
gatewayGaduGadu() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Gadu-Gadu IM service.
gatewayHttpWs() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway that provides HTTP Web Services access.
gatewayICQ() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to ICQ.
gatewayIRC() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to IRC.
gatewayLCS() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to Microsoft Live Communications Server.
gatewayMSN() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to MSN Messenger.
gatewayMySpaceIM() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the MySpace IM service.
gatewayOCS() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to Microsoft Office Communications Server.
gatewayQQ() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the QQ IM service.
gatewaySametime() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to IBM Lotus Sametime.
gatewaySimple() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to SIP for Instant Messaging and Presence Leveraging Extensions (SIMPLE).
gatewaySkype() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Skype service.
gatewaySMS() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to Short Message Service.
gatewaySMTP() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the SMTP (email) network.
gatewayTlen() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Tlen IM service.
gatewayXfire() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Xfire gaming and IM service.
gatewayXMPP() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to another XMPP service (NOT via native server-to-server communication).
gatewayYahoo() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to Yahoo!
GeneralError() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.GeneralError
 
generate(CharSequence) - Static method in class rocks.xmpp.extensions.colors.ConsistentColor
Generates a color for an input string.
generate(CharSequence, ConsistentColor.ColorVisionDeficiency) - Static method in class rocks.xmpp.extensions.colors.ConsistentColor
Generates a color for an input string and for a color vision deficiency.
generate(CharSequence, ConsistentColor.ColorVisionDeficiency, float) - Static method in class rocks.xmpp.extensions.colors.ConsistentColor
Generates a color for an input string and for a color vision deficiency.
Geo(double, double) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Geo
 
GeoLocation - Class in rocks.xmpp.extensions.geoloc.model
The implementation of the <geoloc/> element in the http://jabber.org/protocol/geoloc namespace.
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.
GeoLocationManager - Class in rocks.xmpp.extensions.geoloc
Manages the publishing of user location and the notification of it.
get() - Method in class rocks.xmpp.core.session.SendTask
 
get(long, TimeUnit) - Method in class rocks.xmpp.core.session.SendTask
 
get(Jid, Object) - Static method in class rocks.xmpp.core.stanza.model.IQ
Creates an IQ of type ‘get’ with a random id.
get(Object) - Static method in class rocks.xmpp.core.stanza.model.IQ
Creates an IQ of type ‘get’ with a random id.
get(Object) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
get(Object) - Method in class rocks.xmpp.util.cache.LruCache
 
get() - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
get(long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
getAccept() - Method in class rocks.xmpp.extensions.httpbind.model.Body
The connection manager MAY include an ‘accept’ attribute in the session creation response element, to specify a comma-separated list of the content encodings it can decompress.
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.
getAck() - Method in class rocks.xmpp.extensions.httpbind.model.Body
A client MAY include an ‘ack’ attribute (set to “1”) to indicate that it will be using acknowledgements throughout the session and that the absence of an ‘ack’ attribute in any request is meaningful.
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
Gets the actions.
getActivated() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the id of the activated candidate.
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.im.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.
getAdditionalData() - Method in class rocks.xmpp.core.sasl.model.Success
Gets additional data.
getAdditionalInformation() - Method in class rocks.xmpp.extensions.search.model.Search
Gets additional information for the search, e.g. for gender.
getAdditionalNamespaces() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets additional namespaces other than the content namespace and the stream namespace.
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.
getAdmins() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the admins of the room.
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.
getAffiliations() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the affiliations for all nodes.
getAffiliationState() - Method in interface rocks.xmpp.extensions.pubsub.model.Affiliation
Gets the affiliation to a node.
getAfter() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the ‘after’ element.
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.
getAlternateAddress() - Method in class rocks.xmpp.core.stanza.model.errors.Redirect
Gets the alternate address.
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.
getAltitudeAccuracy() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the vertical GPS error in meters.
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.
getAsByteArray() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as byte array or null.
getAsDouble() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as double or null.
getAsInstant() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as date 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.
getAuthId() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets the ‘authid’ attribute, which contains the value of the XMPP stream ID generated by the XMPP server.
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.
getAvatarImage() - Method in class rocks.xmpp.extensions.avatar.AvatarChangeEvent
Gets the avatar image, or null if there is none.
getAvatarImage(Jid) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
Gets the user avatar from the user’s vCard.
getBackgroundColor() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
Gets the background color.
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.
getBefore() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the ‘before’ element.
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
Gets the block size of a data chunk.
getBlue() - Method in class rocks.xmpp.extensions.colors.ConsistentColor
Gets the blue component of the color, in the range 0.0-1.0.
getBodies() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the bodies.
getBody() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the default body (which has no language attribute).
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.
getBoshVersion() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute specifies the highest version of the BOSH protocol that the client supports.
getBuilding() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a specific building on a street or in an area.
getBy() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the ‘by’ attribute.
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
Gets the candidates, i.e. stream hosts for the transport.
getCandidateUsed() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the id of the used candidate.
getCapabilityHashSet() - Method in interface rocks.xmpp.extensions.caps.model.EntityCapabilities
Gets the capability hash set.
getCapabilityHashSet() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
getCapabilityHashSet() - Method in class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
 
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.
getCategory() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Gets the category, e.g. server, client, gateway, directory, etc.
getCause() - Method in class rocks.xmpp.addr.MalformedJid
Gets the cause why the JID is malformed.
getCause() - Method in class rocks.xmpp.core.session.ConnectionEvent
Gets the cause of the disconnection or reconnection failure.
getChannelEncryption() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
 
getChannelEncryption() - Method in interface rocks.xmpp.core.net.ConnectionConfiguration
Gets the channel encryption mode used for the connection, which indicates, if and how the connection is to be secured.
getChannels() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
Gets the number of channels.
getCharsets() - Method in class rocks.xmpp.extensions.httpbind.model.Body
The connection manager MAY inform the client which encodings it can convert by setting the optional ‘charsets’ attribute in the session creation response element to a space-separated list of encodings.
getChatPartner() - Method in class rocks.xmpp.im.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.
getChatSession() - Method in class rocks.xmpp.im.chat.ChatSessionEvent
Gets the chat session.
getChatState() - Method in class rocks.xmpp.javafx.scene.control.ChatStateTextArea
Gets the chat state.
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
Gets the candidate id.
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.
getClasses() - Method in class rocks.xmpp.core.session.Extension
Gets the collection of classes, which represent the extension’s XML schema implementation.
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.net.client.ClientConnectionConfiguration
Gets the compression methods.
getCondition() - Method in exception rocks.xmpp.core.sasl.AuthenticationException
The specific SASL error condition.
getCondition() - Method in class rocks.xmpp.core.sasl.model.Failure
Gets the defined error condition.
getCondition() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the defined error condition or Condition.UNDEFINED_CONDITION if the condition is unknown.
getCondition() - Method in exception rocks.xmpp.core.stanza.StanzaException
Deprecated.
Gets the defined error condition.
getCondition() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the defined stream error condition or Condition.UNDEFINED_CONDITION if the condition is unknown.
getCondition() - Method in exception rocks.xmpp.core.stream.StreamErrorException
Deprecated.
Gets the defined 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 class rocks.xmpp.extensions.compress.model.StreamCompression.Failure
Gets the failure condition.
getCondition() - Method in exception rocks.xmpp.extensions.httpbind.BoshException
Gets the BOSH error condition.
getCondition() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets a terminal binding condition.
getConfiguration() - Method in class rocks.xmpp.core.net.AbstractConnection
 
getConfiguration() - Method in interface rocks.xmpp.core.net.Connection
Gets the configuration used to create this connection.
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.XmppClient
Gets the connected resource, which is assigned by the server after resource binding.
getConnectedResource() - Method in class rocks.xmpp.core.session.XmppSession
The connected resource, which is assigned by the server.
getConnectedResource() - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
 
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.net.client.ClientConnectionConfiguration
Gets the timeout for connection establishment.
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.
getContact(Jid) - Method in class rocks.xmpp.im.roster.RosterManager
Gets a contact by its JID.
getContactGroups() - Method in class rocks.xmpp.im.roster.RosterManager
Gets the contact groups.
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.
getContacts() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the contacts in this group.
getContacts() - Method in class rocks.xmpp.im.roster.model.Roster
Gets the contacts.
getContacts() - Method in class rocks.xmpp.im.roster.RosterManager
Gets the contacts.
getContent() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Some clients are constrained to only accept HTTP responses with specific Content-Types (e.g., “text/html”).
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.
getContentNamespace() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the content namespace, i.e. the namespace which has no prefix.
getContents() - Method in class rocks.xmpp.extensions.jingle.JingleSession
 
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.privatedata.rosternotes.model.Annotation.Note
Gets the creation date.
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() - Method in class rocks.xmpp.extensions.privatedata.model.PrivateData
Gets the private data items.
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.
getDataType() - Method in class rocks.xmpp.extensions.data.validate.model.Validation
Gets the data type of the field.
getDate() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getDate() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the last modification time of the file.
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.
getDateTime() - 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.net.client.SocketConnectionConfiguration
Gets the default configuration.
getDefault() - Static method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Deprecated.
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
 
getDefault() - Static method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
Gets the default configuration.
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.
getDefaultNodeConfiguration() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the default node configuration form for this pubsub service.
getDefaultResponseTimeout() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the response timeout.
getDefaultSubscriptionOptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the default subscription options for this pubsub service.
getDelay() - Method in class rocks.xmpp.javafx.scene.control.ChatStateTextArea
Gets the delay for transitioning from composing to paused or active after having stopped composing.
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 class rocks.xmpp.extensions.data.model.DataForm.Field
Gets a natural-language description of the field, intended for presentation in a user-agent (e.g., as a “tool-tip”, help button, or explanatory text provided near the field).
getDescription() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getDescription() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets a sender-generated description of the file.
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.seclabel.model.catalog.Catalog
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
 
getDestinationLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
Gets the destination language.
getDestinationLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the destination language.
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.
getDictionary() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
In order to enhance the accuracy of translation engines most support the concept of mission specific dictionaries.
getDictionary() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the dictionary.
getDigestFrequency() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
The minimum number of milliseconds between sending any two notification digests
getDisplayMarking() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel
Gets the display marking.
getDisposition() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
Gets the content disposition.
getDomain() - Method in interface rocks.xmpp.addr.Jid
Gets the domain part.
getDomain() - Method in class rocks.xmpp.addr.MalformedJid
 
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
Gets the DST.ADDR field for the SOCKS5 protocol.
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.
getEnabledFeatures() - Method in class rocks.xmpp.core.session.XmppSession
Gets the enabled features.
getEncryption() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
Gets the encryption element.
getEngine() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
Gets the translation engine.
getEngine() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the engine.
getEntityTime(Jid) - Method in class rocks.xmpp.extensions.time.EntityTimeManager
Gets the time information (e.g. time zone) of another XMPP entity.
getEquivalentLabels() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel
Gets the equivalent security labels.
getError() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza’s ‘error’ element.
getError() - Method in exception rocks.xmpp.core.stanza.StanzaException
Deprecated.
Gets the stanza error, i.e. the <error/> element.
getError() - Method in exception rocks.xmpp.core.stream.StreamErrorException
Deprecated.
Gets the stream error.
getError() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Failed
Gets the stanza error.
getErrorTypeByCondition(Condition) - Static method in class rocks.xmpp.core.stanza.model.errors.Condition
Gets the associated stanza error type for a condition.
getEscapedLocal() - Method in interface rocks.xmpp.addr.Jid
Gets the escaped local part of the JID.
getEscapedLocal() - Method in class rocks.xmpp.addr.MalformedJid
 
getEvent() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText
Gets the event.
getEventLoopGroup() - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration
Gets the event loop group.
getException() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Gets the exception if the status is FileTransfer.Status.FAILED
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
Gets the expiry of the subscription.
getExtendedAddress() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Gets the extended address.
getExtension(Class<T>) - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the extension of the given type or null, if there’s no such extension.
getExtension() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the application specific condition, if any.
getExtension() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the application specific condition, if any.
getExtension(Class<T>) - Method in class rocks.xmpp.extensions.address.model.Address
Gets the extension.
getExtension() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Reason
Gets the extension, which defines more detailed information about the reason.
getExtensions() - Method in class rocks.xmpp.core.session.context.extensions.ExtensionModule
 
getExtensions() - Method in class rocks.xmpp.core.session.CoreModule
 
getExtensions() - Method in interface rocks.xmpp.core.session.Module
Gets the extensions belonging to this module.
getExtensions() - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Gets all extensions.
getExtensions(Class<T>) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Gets the extensions of the given type.
getExtensions() - Method in class rocks.xmpp.extensions.address.model.Address
Gets the extensions as unmodifiable list.
getExtensions() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getExtensions() - Method in interface rocks.xmpp.extensions.disco.model.info.InfoNode
Gets the service discovery extensions as described in XEP-0128: Service Discovery Extensions
getExtensions() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Gets an unmodifiable list of extensions.
getExtensions() - Method in class rocks.xmpp.extensions.shim.HeaderManager
 
getExtensions() - Method in class rocks.xmpp.websocket.net.client.WebSocketModule
 
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.client.ClientStreamFeatureNegotiator
Gets the feature class, this negotiator is responsible for.
getFeatureClass() - Method in interface 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.session.Extension
Gets the collection of “sub” features, which are associated with the extension.
getFeatures() - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Gets the available features, which the server has advertised.
getFeatures(Class<T>) - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
 
getFeatures() - Method in class rocks.xmpp.core.stream.model.StreamFeatures
Gets the features, i.e. the child elements of the <stream:features/> element.
getFeatures() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getFeatures() - Method in interface rocks.xmpp.extensions.disco.model.info.InfoNode
Gets the features.
getFeatures() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Gets an unmodifiable set of features.
getFeatures() - Method in class rocks.xmpp.extensions.shim.HeaderManager
 
getFieldReferences() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets the field references.
getFieldReferences() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets the field references.
getFields() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the fields of the form.
getFields() - Method in class rocks.xmpp.extensions.data.model.DataForm.Item
Gets the fields.
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.
getFirstItem() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the first item.
getFirstItemIndex() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the first item’s index.
getFloor() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a particular floor in a building.
getForegroundColor() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
Gets the foreground color.
getFormattedName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the formatted text corresponding to the name.
getFormType() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the form type of this form, i.e. the value of the “FORM_TYPE” field.
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 interface rocks.xmpp.core.session.model.SessionOpen
Gets the ‘from’ attribute.
getFrom() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza’s ‘from’ attribute.
getFrom() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the ‘from’ attribute.
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.httpbind.model.Body
The <body/> element of the first request MAY also possess a ‘from’ attribute, which specifies the originator of the first stream and which enables the connection manager to forward the originating entity’s identity to the application server.
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.receipts.MessageDeliveredEvent
Gets the sender of the receipt.
getFrom() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
Gets the sender of the roster item exchange.
getFrom() - Method in class rocks.xmpp.extensions.rtt.InboundRealTimeMessage
Gets the sender of the real-time message.
getFrom() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the ‘from’ attribute.
getFullName() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the full name.
getFullName() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the full name of the group.
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.
getGreen() - Method in class rocks.xmpp.extensions.colors.ConsistentColor
Gets the green component of the color, in the range 0.0-1.0.
getGroupDelimiter() - Method in class rocks.xmpp.im.roster.RosterManager
Gets the group delimiter.
getGroups() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
Gets the suggested roster groups
getGroups() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the groups of the contact.
getGroups() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the nested sub-groups of this group.
getGroups() - Method in interface rocks.xmpp.im.roster.model.RosterItem
Gets the groups of the contact.
getHash() - Method in class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
Gets the SHA-1 hash value of the avatar (hex encoded).
getHashAlgorithm() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
getHashAlgorithm() - Method in class rocks.xmpp.extensions.hashes.model.Hash
Gets the hash algorithm.
getHashAlgorithm() - Method in interface rocks.xmpp.extensions.hashes.model.Hashed
Gets the hash algorithm.
getHashAlgorithm() - Method in class rocks.xmpp.extensions.hashes.model.HashUsed
Gets the hash algorithm.
getHashes() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getHashes() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the hashes of the file contents.
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.
getHashValue() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
getHashValue() - Method in class rocks.xmpp.extensions.hashes.model.Hash
Gets the hash value.
getHashValue() - Method in interface rocks.xmpp.extensions.hashes.model.Hashed
Gets the hash value.
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.
getHeight() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
If the media is an image or video, gets the recommended display height of the image.
getHeight() - Method in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
The intended display height of the thumbnail image.
getHistory() - Method in class rocks.xmpp.extensions.muc.model.Muc
Gets the history.
getHold() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute informs the client about the maximum number of requests the connection manager will keep waiting at any one time during the session.
getHostname() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
Gets the hostname.
getHostname() - Method in interface rocks.xmpp.extensions.bytestreams.s5b.model.Socks5StreamHost
Gets the IP address or DNS domain name of the StreamHost for SOCKS5 communication over TCP.
getHostname() - 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.
getHostname() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
Gets the candidate’s hostname.
getHostnameVerifier() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
Gets the hostname verifier.
getHttpErrorCode() - Method in exception rocks.xmpp.extensions.httpbind.BoshException
Gets the HTTP error code.
getId() - Method in interface rocks.xmpp.core.session.model.SessionOpen
Gets the ‘id’ attribute.
getId() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza’s ‘id’ attribute.
getId() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the ‘id’ attribute.
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.disco.model.items.Item
Gets the id of this item.
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.httpbind.model.Body
Gets the session id.
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 interface rocks.xmpp.extensions.rsm.model.ResultSetItem
Gets the item id to allow paging through the result set.
getId() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText
Gets the id.
getId() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Identifier for current revision, commonly a hash.
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.StreamManagement.Enabled
The stream id.
getIdentities() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getIdentities() - Method in interface rocks.xmpp.extensions.disco.model.info.InfoNode
Gets the identities.
getIdentities() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Gets an unmodifiable set of identities.
getIdentities() - Method in class rocks.xmpp.extensions.shim.HeaderManager
 
getIdleStrategy() - Method in class rocks.xmpp.extensions.last.LastActivityManager
Gets the current idle strategy, i.e. a supplier for last user interaction.
getInactivity() - Method in class rocks.xmpp.extensions.httpbind.model.Body
After receiving a response from the connection manager, if none of the client’s requests are still being held by the connection manager (and if the session is not a Polling Session), the client SHOULD make a new request as soon as possible.
getIndex() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the index.
getInfoList() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata
Gets the info list.
getInitialPresence() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets a supplier for initial presence which is sent during login.
getInitialResponse() - Method in class rocks.xmpp.core.sasl.model.Auth
Gets the initial response.
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.data.model.DataForm
Gets the instructions of the form.
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.
getIQ() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
 
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
Deprecated.
 
getItemCount() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the item count of a result set.
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.data.model.DataForm
Gets the items, which can be understood as “table rows” containing data (if any) that matches the request.
getItems() - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
Deprecated.
 
getItems(int, int) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
Deprecated.
 
getItems() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
getItems() - Method in interface rocks.xmpp.extensions.disco.model.items.ItemNode
Gets the items.
getItems() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Gets an unmodifiable list of items.
getItems() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport
Gets the items, which hold language translation support details.
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 class rocks.xmpp.extensions.rsm.ResultSet
Gets the 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.
getItems() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the catalog items.
getItemsAfter(String, int) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
Deprecated.
 
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
Deprecated.
 
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.core.bind.model.Bind
Gets the JID, which has been generated by the server after resource binding.
getJid() - Method in class rocks.xmpp.extensions.address.model.Address
Gets the JID.
getJid() - Method in interface rocks.xmpp.extensions.bytestreams.s5b.model.Socks5StreamHost
Gets the JabberID of the StreamHost for communication over XMPP.
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.disco.model.items.Item
Gets the JID.
getJid() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
Gets the candidate’s JID.
getJid() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
Gets the JID of the translation service.
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 class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the JID of the contact (roster item).
getJid() - Method in interface rocks.xmpp.extensions.pubsub.model.Affiliation
Gets the JID.
getJid() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
Gets the subscriber.
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.
getJid() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the JID of the contact.
getJid() - Method in interface rocks.xmpp.im.roster.model.RosterItem
Gets the JID of the contact.
getJingle() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
 
getKeepAliveInterval() - Method in class rocks.xmpp.core.net.client.TcpConnectionConfiguration
Gets the whitespace keep-alive interval.
getKey() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets the key used to protect insecure connections.
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
 
getLabel() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets the label for this page.
getLabel() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets the label of the section.
getLabel() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the field label.
getLabel() - Method in class rocks.xmpp.extensions.data.model.DataForm.Option
Gets the label.
getLabel() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel
Gets the primary security label.
getLabels() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the labels.
getLanguage() - Method in class rocks.xmpp.core.sasl.model.Failure
Gets the language of the text.
getLanguage() - Method in interface rocks.xmpp.core.session.model.SessionOpen
Gets the ‘xml:lang’ attribute.
getLanguage() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the preferred or default language for any human-readable XML character data to be sent over the stream.
getLanguage() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza’s ‘xml:lang’ attribute, i.e. its language.
getLanguage() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the language of the error text.
getLanguage() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the language of the error text.
getLanguage() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the ‘xml:lang’ attribute.
getLanguage() - Method in class rocks.xmpp.core.Text
Gets the language.
getLanguage() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the language.
getLanguage() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
The optional language to localize the name.
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.httpbind.model.Body
 
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.
getLastItem() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the last item.
getLastName() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the familyName name.
getLastSentPresence() - Method in class rocks.xmpp.im.subscription.PresenceManager
Gets the last sent (non-directed) presence, that has been broadcast by the server.
getLastSentPresences() - Method in class rocks.xmpp.im.subscription.PresenceManager
Gets the last sent presences, that have been sent, including directed presences.
getLastSentStanzaTime() - Method in class rocks.xmpp.extensions.last.LastActivityManager
Gets the time of the last sent message or non-away, non-xa presence.
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.model.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.
getListRange() - Method in class rocks.xmpp.extensions.data.validate.model.Validation
Gets the list range.
getLocal() - Method in interface rocks.xmpp.addr.Jid
Gets the local part of the JID, also known as the name or node.
getLocal() - Method in class rocks.xmpp.addr.MalformedJid
 
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.StreamManagement.Enabled
The server’s preferred IP address or hostname (optionally with a port) for reconnection.
getLocations() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
Gets the locations to the media.
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() - Method in class rocks.xmpp.core.session.Extension
Gets the manager class.
getManager(Class<T>) - Method in class rocks.xmpp.core.session.XmppSession
Gets an instance of the specified manager class.
getMax() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ListRange
Gets the maximum allowable number of selected/entered values.
getMax() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Range
Gets the maximum value allowed.
getMax() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
Gets the server’s preferred maximum resumption time.
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
getMaxPause() - Method in class rocks.xmpp.extensions.httpbind.model.Body
If the connection manager supports session pausing (see Inactivity) then it SHOULD advertise that to the client by including a ‘maxpause’ attribute in the session creation response element.
getMaxPayloadSize() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The maximum payload size in bytes
getMaxSize() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the max size.
getMaxUsers() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the maximum number of room occupants.
getMechanism() - Method in class rocks.xmpp.core.sasl.model.Auth
Gets the mechanism.
getMechanismName() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
getMechanismNames(Map<String, ?>) - Method in class rocks.xmpp.core.sasl.XmppSaslClientFactory
 
getMechanisms() - Method in class rocks.xmpp.core.sasl.model.Mechanisms
Gets the list of mechanisms supported by the server.
getMedia() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the media element.
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
 
getMediaType() - Method in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
The value of the ‘media-type’ attribute MUST match the syntax specified in RFC 2045 [3].
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.compress.model.StreamCompression.Compress
Gets the compression method.
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.
getMethods() - Method in class rocks.xmpp.extensions.compress.model.feature.CompressionFeature
Gets the available compression methods.
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
Gets the milliseconds to wait between other actions.
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.
getMin() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ListRange
Gets the minimum allowable number of selected/entered values.
getMin() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Range
Gets the minimum value allowed.
getMode() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the mode.
getModerators() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the moderators.
getModificationDate() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the modification date.
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 class rocks.xmpp.extensions.disco.model.info.Identity
Gets the identity’s name.
getName() - Method in class rocks.xmpp.extensions.disco.model.items.Item
Gets the name.
getName() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getName() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the name of the file that the Sender wishes to send.
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.seclabel.model.catalog.Catalog
Gets the catalog 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.vcard.temp.model.VCard.Organization
Gets the organization name.
getName() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
Gets the software’s name.
getName() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the name of the contact.
getName() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the name of the group.
getName() - Method in interface rocks.xmpp.im.roster.model.RosterItem
Gets the name of the contact.
getNameServer() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the name server used for resolving DNS SRV and TXT records during connecting.
getNamespace() - Method in class rocks.xmpp.core.session.Extension
Gets the protocol namespace.
getNegotiatedCompressionMethod() - Method in class rocks.xmpp.extensions.compress.CompressionManager
Gets the negotiated compression method.
getNegotiatedProperty(String) - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
getNetwork() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
getNewAddress() - Method in class rocks.xmpp.core.stanza.model.errors.Gone
Gets the new address.
getNewChatPartner() - Method in class rocks.xmpp.im.chat.ChatSession.ChatPartnerEvent
Gets the JID of the new chat partner.
getNewKey() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets the new key used to protect insecure connections.
getNextReconnectionAttempt() - Method in class rocks.xmpp.core.session.ConnectionEvent
Gets the duration until the next reconnection is attempted.
getNextReconnectionAttempt(int, Throwable) - Method in interface rocks.xmpp.core.session.ReconnectionStrategy
Gets the duration after which the next reconnection is attempted.
getNick() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
Gets the user’s preferred roomnick for the chatroom.
getNick() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the nickname in this room.
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 nickname.
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.EntityCapabilities1
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getNode() - Method in interface rocks.xmpp.extensions.disco.model.info.InfoNode
Gets the node name.
getNode() - Method in class rocks.xmpp.extensions.disco.model.items.Item
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
getNode() - Method in interface rocks.xmpp.extensions.disco.model.items.ItemNode
Gets the node name.
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() - Method in class rocks.xmpp.extensions.shim.HeaderManager
 
getNodeConfiguration() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the node configuration form.
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.
getNotes() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation
Gets the roster 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.model.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.im.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.data.model.DataForm.Field
Gets the options if the field type is DataForm.Field.Type.LIST_SINGLE or DataForm.Field.Type.LIST_MULTI.
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.
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.
getOtherHost() - Method in class rocks.xmpp.core.stream.model.errors.SeeOtherHost
Gets the other host.
getOutcasts() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the outcasts of the room.
getOutputStream() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
Gets the output stream.
getOwners() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the owners of the room.
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.
getPages() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the layout pages for this data form.
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.
getParentGroup() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the parent group.
getParentThread() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the parent thread.
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.Muc
Gets the password.
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.
getPath() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
Gets the path on the host, e.g.
getPath() - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
Gets the path on the host, e.g.
getPause() - Method in class rocks.xmpp.extensions.httpbind.model.Body
If a client encounters an exceptional temporary situation during which it will be unable to send requests to the connection manager for a period of time greater than the maximum inactivity period (e.g., while a runtime environment changes from one web page to another), and if the connection manager included a ‘maxpause’ attribute in its Session Creation Response, then the client MAY request a temporary increase to the maximum inactivity period by including a ‘pause’ attribute in a request.
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.
getPingInterval() - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
Gets the ping interval.
getPolling() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute specifies the shortest allowable polling interval (in seconds).
getPort() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
Gets the port.
getPort() - Method in class rocks.xmpp.dns.SrvRecord
Gets the port on this target host of this service.
getPort() - Method in interface rocks.xmpp.extensions.bytestreams.s5b.model.Socks5StreamHost
Get the port on which to connect for SOCKS5 communication over TCP.
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
Gets the port.
getPosition() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
Gets the character position.
getPosition() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
Gets the character position.
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() - Method in class rocks.xmpp.extensions.muc.Occupant
Gets the current presence of this occupant.
getPresence(Jid) - Method in class rocks.xmpp.im.subscription.PresenceManager
Gets the presence for a given contact.
getPriority() - Method in class rocks.xmpp.core.bind.model.Bind
 
getPriority() - Method in class rocks.xmpp.core.sasl.model.Mechanisms
 
getPriority() - Method in class rocks.xmpp.core.session.model.Session
 
getPriority() - Method in class rocks.xmpp.core.stanza.model.Presence
Gets the priority.
getPriority() - Method in class rocks.xmpp.core.stream.model.StreamFeature
Gets the priority of the feature, i.e. when it will be negotiated during feature negotiation.
getPriority() - Method in class rocks.xmpp.core.tls.model.StartTls
 
getPriority() - Method in class rocks.xmpp.dns.SrvRecord
Gets the priority of this target host.
getPriority() - Method in class rocks.xmpp.extensions.compress.model.feature.CompressionFeature
 
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
Gets the priority of this candidate.
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.net.client.ClientConnectionConfiguration
Gets the proxy.
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.
getRange() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getRange() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the range.
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
 
getRealTimeMessage() - Method in class rocks.xmpp.extensions.rtt.RealTimeMessageEvent
 
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.
getReconnectionStrategy() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the reconnection strategy.
getRed() - Method in class rocks.xmpp.extensions.colors.ConsistentColor
Gets the red component of the color, in the range 0.0-1.0.
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.
getRefreshInterval() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Gets the refresh interval, after which a refresh message is sent to ensure real-time text is kept in sync.
getRegex() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Regex
Gets the regular expression.
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.
getRemoteAddress() - Method in class rocks.xmpp.core.net.client.SocketConnection
 
getRemoteAddress() - Method in interface rocks.xmpp.core.net.Connection
Gets the remote address of this connection.
getRemoteAddress() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
getRemoteAddress() - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
getRemoteAddress() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
getRemovedContacts() - Method in class rocks.xmpp.im.roster.RosterEvent
Gets the removed contacts, i.e. contacts which were on the roster, but now are no longer on the roster.
getReport() - Method in class rocks.xmpp.extensions.httpbind.model.Body
After receiving a request with an ‘ack’ value less than the ‘rid’ of the last request that it has already responded to, the connection manager MAY inform the client of the situation by sending its next response immediately instead of waiting until it has payloads to send to the client (e.g., if some time has passed since it responded).
getReportedFields() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the reported fields, which can be understood as “table headers” describing the data to follow.
getReportedReference() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets the reported field reference.
getReportedReference() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets the reported field reference.
getRequester() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
Gets the requester.
getRequests() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute enables the connection manager to limit the number of simultaneous requests the client makes (see Overactivity and Polling Sessions).
getRequestStrategy() - Method in class rocks.xmpp.extensions.sm.StreamManager
Gets the request strategy.
getResource() - Method in interface rocks.xmpp.addr.Jid
Gets the resource part.
getResource() - Method in class rocks.xmpp.addr.MalformedJid
 
getResource() - Method in class rocks.xmpp.core.bind.model.Bind
Gets the resource.
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.
getResult() - Method in class rocks.xmpp.util.concurrent.AsyncResult
Waits uninterruptibly on the result of the query and returns it.
getResult(long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.AsyncResult
Waits uninterruptibly on the result of the query (with a timeout) and returns it.
getResultSet() - Method in class rocks.xmpp.extensions.search.model.Search
Gets the result set information.
getResultSetManagement() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
getResultSetManagement() - Method in interface rocks.xmpp.extensions.disco.model.items.ItemNode
Gets the result set.
getResultSetManagement() - Method in class rocks.xmpp.extensions.rsm.ResultSet
Gets the result set info.
getRevision() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets revision information about the current vCard.
getRid() - Method in class rocks.xmpp.extensions.httpbind.model.Body
The <body/> element of every client request MUST possess a sequential request ID encapsulated via the ‘rid’ attribute.
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.
getRosterDelimiter() - Method in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
Gets the roster delimiter.
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.
getRoute() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Gets the route.
getRoute() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
Gets the route.
getRoute() - Method in class rocks.xmpp.extensions.httpbind.model.Body
A connection manager MAY be configured to enable sessions with more than one server in different domains.
getRules() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
Gets the rules.
getRules() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessingError
Gets the invalid rules.
getSeconds() - Method in class rocks.xmpp.extensions.last.model.LastActivity
Gets the number of seconds since the last activity.
getSections() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets the sections for this page.
getSections() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets nested sub-sections.
getSecurityLabel() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog.Item
Gets the security label or null.
getSelector() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog.Item
Gets the selector.
getSender() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessageHeader
Gets the sender of the offline message.
getSender() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextActivationEvent
Gets the sender of the real-time text.
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
Gets the sequence.
getServiceDiscoveryFeature() - Method in enum rocks.xmpp.extensions.muc.model.MucFeature
Gets the name of the feature as it is used by service discovery.
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.FileTransfer
Gets the session id for this file transfer session.
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
Gets the IBB session id.
getSessionId() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the session id.
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
 
getShow() - Method in class rocks.xmpp.core.stanza.model.Presence
Gets the <show/> element.
getShowValues() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
Gets the show values.
getSid() - Method in class rocks.xmpp.extensions.httpbind.model.Body
All requests after the first one MUST include a valid ‘sid’ attribute (provided by the connection manager in the Session Creation Response).
getSince() - Method in class rocks.xmpp.extensions.idle.model.Idle
Gets the date/time since the entity is idle.
getSize() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getSize() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the size, in bytes, of the data to be sent.
getSize() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
getSize() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the number of items.
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.net.client.SocketConnectionConfiguration
Gets the socket factory.
getSocketFactory() - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Deprecated.
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).
getSourceLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
Gets the source language.
getSourceLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
Gets the source language.
getSourceLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the source language.
getSourceText() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
Gets the source text.
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.net.client.ClientConnectionConfiguration
Gets the SSL context.
getSSLContext() - Method in interface rocks.xmpp.core.net.ConnectionConfiguration
Gets the SSL context.
getStanza() - Method in class rocks.xmpp.core.session.SendTask
Gets the stanza, which has been sent.
getStanza() - Method in exception rocks.xmpp.core.stanza.StanzaException
Deprecated.
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.InBandByteStreamManager
Gets the stanza type.
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
Gets the stanza type used to transfer data.
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.core.stanza.model.Presence
Gets the default body (which has no language attribute).
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.
getStatuses() - Method in class rocks.xmpp.core.stanza.model.Presence
Gets the statuses.
getStream() - Method in class rocks.xmpp.extensions.httpbind.model.Body
If a connection manager supports the multi-streams feature, it MUST include a ‘stream’ attribute in its Session Creation Response.
getStreamHost() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Gets the configured stream host.
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.net.AbstractConnection
 
getStreamId() - Method in interface rocks.xmpp.core.net.Connection
Gets the stream id of this connection.
getStreamManagementId() - Method in class rocks.xmpp.extensions.sm.StreamManager
Gets the “SM-ID”.
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
Gets the subscription id, which is used to differentiate between multiple subscriptions for the same entity.
getSubject() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the default subject (which has no language attribute).
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.
getSubjects() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the subjects.
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
 
getSubscription() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the subscription attribute.
getSubscription() - Method in enum rocks.xmpp.im.roster.model.DefinedState
 
getSubscription() - Method in interface rocks.xmpp.im.roster.model.SubscriptionState
Gets the primary subscription state.
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.
getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the subscriptions for all nodes.
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
 
getTarget() - Method in class rocks.xmpp.dns.SrvRecord
Gets the domain name of the target host.
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.core.sasl.model.Failure
Gets the text of the failure.
getText() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the optional error text.
getText() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the optional error text.
getText() - Method in class rocks.xmpp.core.Text
Gets the text.
getText() - Method in class rocks.xmpp.dns.TxtRecord
Gets the text.
getText() - Method in class rocks.xmpp.extensions.activity.model.Activity
Gets the text of the activity.
getText() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets additional information for the page.
getText() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets additional information for the section.
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.
getText() - Method in class rocks.xmpp.extensions.rtt.InboundRealTimeMessage
 
getText() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
Gets the text.
getText() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
 
getText() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextChangeEvent
Gets the real-time message.
getThread() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the thread.
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.Invite
Gets the thread of the previous one-to-one chat session.
getThread() - Method in class rocks.xmpp.im.chat.ChatSession
Gets the thread id which is used for this chat session.
getThreadFactory(String) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the thread factory for the session.
getThrowable() - Method in class rocks.xmpp.core.session.SessionStatusEvent
Gets the throwable if the session abnormally disconnected or null.
getThumbnail() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
Gets the optional thumbnail.
getTime() - Method in class rocks.xmpp.extensions.httpbind.model.Body
After receiving a request with an ‘ack’ value less than the ‘rid’ of the last request that it has already responded to, the connection manager MAY inform the client of the situation by sending its next response immediately instead of waiting until it has payloads to send to the client (e.g., if some time has passed since it responded).
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.vcard.temp.model.VCard
Gets the time zone.
getTimeZoneOffset() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the time zone offset from UTC for the current location.
GettingAHaircut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GettingAHaircut
 
GettingAHaircut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GettingAHaircut
 
getTitle() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the title of the form.
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 interface rocks.xmpp.core.session.model.SessionOpen
Gets the ‘to’ attribute.
getTo() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza’s ‘to’ attribute, i.e. the recipient.
getTo() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the ‘to’ attribute.
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.httpbind.model.Body
 
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.
getTo() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the ‘to’ attribute.
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).
getTranslatedText() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the translated text.
getTranslations() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
Gets the translations.
getTransmissionInterval() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Gets the transmission interval of real-time text.
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.core.session.ConnectionEvent
Gets the event type.
getType() - Method in class rocks.xmpp.core.stanza.model.IQ
Gets the type.
getType() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the message type.
getType() - Method in class rocks.xmpp.core.stanza.model.Presence
Gets the type of the presence.
getType() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the error type, either ‘auth’, ‘cancel’, ‘continue’, ‘modify’ or ‘wait’.
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.data.mediaelement.model.Media.Location
Gets the MIME type of the media.
getType() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the field type.
getType() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the type of the form.
getType() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Gets the type within the category, e.g.
getType() - Method in class rocks.xmpp.extensions.httpbind.model.Body
The type of the body.
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
Gets the transport type.
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.
getUnacknowledgedStanzas() - Method in class rocks.xmpp.core.session.XmppSession
 
getUnaffiliatedContacts() - Method in class rocks.xmpp.im.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.im.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.data.mediaelement.model.Media.Location
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.httpbind.model.Body
If the connection manager reports a Body.Condition.SEE_OTHER_URI error condition, this method returns the URI.
getUri() - Method in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
A URI where the thumbnail data can be accessed (typically by using a URI scheme of ‘cid:’, ‘https:’, or ‘http:’).
getUri() - Method in class rocks.xmpp.extensions.oob.model.iq.OobIQ
Gets the URI.
getUri() - Method in class rocks.xmpp.extensions.oob.model.x.OobX
Gets the URI.
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.
getUri() - Method in class rocks.xmpp.websocket.model.Close
The “see-other-uri” attribute.
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
Deprecated.
getUrl() - Method in class rocks.xmpp.extensions.oob.model.x.OobX
Deprecated.
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.
getValidation() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the validation for this field.
getValidationMethod() - Method in class rocks.xmpp.extensions.data.validate.model.Validation
Gets the validation method.
getValue() - Method in class rocks.xmpp.core.sasl.model.Challenge
Gets the value, i.e. the challenge.
getValue() - Method in class rocks.xmpp.core.sasl.model.Response
Gets the value.
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.component.accept.model.Handshake
Gets the value of the handshake element.
getValue() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the value of the field.
getValue() - Method in class rocks.xmpp.extensions.data.model.DataForm.Option
Gets the value of the option.
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.privatedata.rosternotes.model.Annotation.Note
Gets the value of the note.
getValue() - Method in class rocks.xmpp.extensions.reach.model.Address.Description
Gets the description.
getValue() - Method in class rocks.xmpp.extensions.seclabel.model.ess.EssSecurityLabel
The BER/DER encoding of an ASN.1 ESSSecurityLabel type as defined in RFC 2634.
getValue() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
Gets the display string.
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.
getValueAsBoolean() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the value as boolean.
getValueAsInstant() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Returns the first value as date.
getValueAsInteger() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Returns the first value as integer.
getValueAsJid() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Returns the first value as JID, e.g. for the DataForm.Field.Type.JID_SINGLE field type.
getValues() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the values of the field.
getValuesAsJid() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Returns a JID list for the DataForm.Field.Type.JID_MULTI field type.
getVar() - Method in class rocks.xmpp.extensions.data.layout.model.FieldReference
Gets the var attribute.
getVar() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets a unique identifier for the field in the context of the form.
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() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
Gets the verification string that is used to verify the identity and supported features of the entity.
getVersion() - Method in interface rocks.xmpp.core.session.model.SessionOpen
Gets the XMPP version.
getVersion() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the ‘version’ attribute.
getVersion() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets the XMPP version.
getVersion() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
Gets the version.
getVersion() - Method in class rocks.xmpp.im.roster.model.Roster
Gets the roster 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.
getWait() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute specifies 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.
getWebRegistrationUri() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the web registration URI, if any.
getWebRegistrationUrl() - Method in class rocks.xmpp.extensions.register.model.Registration
getWeight() - Method in class rocks.xmpp.dns.SrvRecord
Gets the weight of this target host.
getWidth() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
Gets the width of the image in pixels.
getWidth() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
If the media is an image or video, gets the recommended display width of the image.
getWidth() - Method in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
The intended display width of the thumbnail image.
getWrappedObjects() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets an unmodifiable list of wrapped objects.
getXmlInputFactory() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the XML input factory.
getXmlOutputFactory() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the XML output factory.
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.
GoingOut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GoingOut
 
GoingOut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GoingOut
 
gone() - Static method in class rocks.xmpp.core.stanza.model.errors.Condition
Creates a <gone/> stanza error.
gone(String) - Static method in class rocks.xmpp.core.stanza.model.errors.Condition
Creates a <gone/> stanza error with a new address.
Gone - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <gone/> stanza error.
GONE - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
User has effectively ended their participation in the chat session.
Gone() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Gone
 
grantAdminStatus(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants admin status to a user.
grantMembership(Jid, String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants membership to a user.
grantModeratorStatus(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants moderator status to a participant or visitor.
grantOwnerStatus(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants owner status to a user.
grantVoice(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants voice to a visitor.
Grateful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grateful
 
Grateful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grateful
 
Grieving() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grieving
 
Grieving(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grieving
 
Grumpy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grumpy
 
Grumpy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grumpy
 
Guilty() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Guilty
 
Guilty(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Guilty
 
GZIP - Static variable in interface rocks.xmpp.extensions.compress.CompressionMethod
The “gzip” compression method.

H

handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
handleElement(Object) - Method in class rocks.xmpp.core.session.XmppSession
Handles an XMPP element.
handleElement(Object) - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Tries to process an element, which is a feature or may belong to a feature protocol, e.g. the <proceed/> element from TLS negotiation.
handleElement(Object) - Method in interface rocks.xmpp.core.stream.StreamHandler
Handles an inbound stream element.
handleElement(Object) - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
 
handleRequest(IQ) - Method in class rocks.xmpp.core.stanza.AbstractIQHandler
 
handleRequest(IQ) - Method in interface rocks.xmpp.core.stanza.IQHandler
Handles an inbound IQ stanza of type get or set.
Handshake - Class in rocks.xmpp.extensions.component.accept.model
 
Handshake() - Constructor for class rocks.xmpp.extensions.component.accept.model.Handshake
 
HangingOut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HangingOut
 
HangingOut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HangingOut
 
Happy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Happy
 
Happy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Happy
 
hasEntered() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Indicates, if you have entered the room.
hasExtension(Class<?>) - Method in class rocks.xmpp.core.stanza.model.Stanza
Checks if the stanza has an extension of the given type.
hash(String, Jid, Jid) - Static method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
Creates the hexadecimal-encoded SHA-1 hash for usage in SOCKS5 negotiation.
Hash - Class in rocks.xmpp.extensions.hashes.model
This class represents a hash value in conjunction with its algorithm.
Hash(byte[], String) - Constructor for class rocks.xmpp.extensions.hashes.model.Hash
Creates hash value.
hash(byte[]) - Static method in class rocks.xmpp.util.XmppUtils
Creates a hex encoded SHA-1 hash.
hashCode() - Method in class rocks.xmpp.core.session.Extension
 
hashCode() - Method in class rocks.xmpp.core.Text
 
hashCode() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
 
hashCode() - Method in class rocks.xmpp.extensions.bookmarks.model.WebPageBookmark
 
hashCode() - Method in class rocks.xmpp.extensions.colors.ConsistentColor
 
hashCode() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
 
hashCode() - Method in class rocks.xmpp.extensions.hashes.model.Hash
 
hashCode() - Method in class rocks.xmpp.extensions.muc.model.user.Status
 
hashCode() - Method in class rocks.xmpp.extensions.reach.model.Address.Description
 
hashCode() - Method in class rocks.xmpp.extensions.reach.model.Address
 
hashCode() - Method in class rocks.xmpp.extensions.reach.model.Reachability
 
hashCode() - Method in class rocks.xmpp.im.roster.model.Contact
 
hashCode() - Method in class rocks.xmpp.im.roster.model.ContactGroup
 
Hashed - Interface in rocks.xmpp.extensions.hashes.model
Represents a hashed object.
HashUsed - Class in rocks.xmpp.extensions.hashes.model
 
HashUsed(String) - Constructor for class rocks.xmpp.extensions.hashes.model.HashUsed
 
hasInitialResponse() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
hasInitialResponse() - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 
HavingABeer() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingABeer
 
HavingABeer(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingABeer
 
HavingASnack() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingASnack
 
HavingASnack(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingASnack
 
HavingBreakfast() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingBreakfast
 
HavingBreakfast(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingBreakfast
 
HavingCoffee() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingCoffee
 
HavingCoffee(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingCoffee
 
HavingDinner() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingDinner
 
HavingDinner(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingDinner
 
HavingLunch() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingLunch
 
HavingLunch(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingLunch
 
HavingTea() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingTea
 
HavingTea(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HavingTea
 
Header - Class in rocks.xmpp.extensions.shim.model
A header element which hold stanza header information or internet metadata.
HeaderManager - Class in rocks.xmpp.extensions.shim
Headers - Class in rocks.xmpp.extensions.shim.model
The implementation of the <headers/> element in the http://jabber.org/protocol/shim namespace.
headlineNewMail() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Service that notifies a user of new email messages.
headlineRss() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
RSS notification service.
headlineWeather() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Service that provides weather alerts..
Hiding() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Hiding
 
Hiding(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Hiding
 
hierarchyBranch() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A service discovery node that contains further nodes in the hierarchy.
hierarchyLeaf() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A service discovery node that does not contain further nodes in the hierarchy.
Hiking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Hiking
 
Hiking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Hiking
 
hold(short) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘hold’ attribute of the body.
Hold - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.info
The implementation of the <hold/> element in the urn:xmpp:jingle:apps:rtp:info:1 namespace.
Hold() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.info.Hold
 
Hopeful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hopeful
 
Hopeful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hopeful
 
HOST_GONE - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <host-gone/> stream error.
HOST_UNKNOWN - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <host-unknown/> stream error.
hostname(String) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets the hostname.
hostnameVerifier(HostnameVerifier) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets an optional hostname verifier, used to verify the hostname in the certificate presented by the server.
Hot() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hot
 
Hot(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hot
 
Html - Class in rocks.xmpp.extensions.xhtmlim.model
The implementation of the <html/> element in the http://jabber.org/protocol/xhtml-im namespace.
Html(Document) - Constructor for class rocks.xmpp.extensions.xhtmlim.model.Html
Creates an empty HTML document with an empty body.
Html(String) - Constructor for class rocks.xmpp.extensions.xhtmlim.model.Html
Creates an HTML document from a string source (body).
HttpAuthenticationEvent - Class in rocks.xmpp.extensions.httpauth
This event notifies listeners, when a HTTP authentication confirmation request has been received.
HttpAuthenticationManager - Class in rocks.xmpp.extensions.httpauth
This manager allows to listen for inbound requests (by an XMPP server) to confirm that the current XMPP user made an HTTP request, i.e. to verify that the HTTP request was in fact made by the XMPP user.
Humbled() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Humbled
 
Humbled(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Humbled
 
Humiliated() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Humiliated
 
Humiliated(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Humiliated
 
Hungry() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hungry
 
Hungry(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hungry
 
Hurt() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hurt
 
Hurt(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Hurt
 

I

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
 
IceUdpTransportMethod(String, String, List<Candidate>) - Constructor for class rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
 
id - Variable in class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts.Received
 
Identity - Class in rocks.xmpp.extensions.disco.model.info
Represents an identity of an XMPP entity.
Idle - Class in rocks.xmpp.extensions.idle.model
The implementation of the <idle/> element in the urn:xmpp:idle:1 namespace.
Image(String, byte[]) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
Creates an image with a type and binary value.
Image(URI) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
Creates an image with an URI.
Impressed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Impressed
 
Impressed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Impressed
 
IMPROPER_ADDRESSING - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <improper-addressing/> stream error.
InACar() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InACar
 
InACar(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InACar
 
INACTIVE - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
User has not been actively participating in the chat session.
INACTIVE - Static variable in class rocks.xmpp.extensions.csi.model.ClientState
The inactive state.
inactivity(Duration) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘inactivity’ attribute of the body.
InAMeeting() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InAMeeting
 
InAMeeting(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InAMeeting
 
InAwe() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.InAwe
 
InAwe(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.InAwe
 
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.Data - Class in rocks.xmpp.extensions.bytestreams.ibb.model
The implementation of the <data/> element in the http://jabber.org/protocol/ibb namespace.
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.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
The implementation of the <transport/> element in the urn:xmpp:jingle:transports:ibb:1 namespace.
InBandByteStreamsTransportMethod(int, String) - Constructor for class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandByteStreamsTransportMethod
 
InBandByteStreamsTransportMethod(int, String, InBandByteStream.Open.StanzaType) - Constructor for class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandByteStreamsTransportMethod
 
InboundRealTimeMessage - Class in rocks.xmpp.extensions.rtt
An inbound real-time message.
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.
IncompatibleParameters() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.IncompatibleParameters
 
INCORRECT_ENCODING - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <incorrect-encoding/> SASL failure.
incrementInboundStanzaCount() - Method in class rocks.xmpp.extensions.sm.StreamManager
Increments the inbound stanza count.
indexOf(String) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
Deprecated.
 
indexOf(String) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets the index of a specific item.
Indignant() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Indignant
 
Indignant(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Indignant
 
Info(Integer, String, String) - Constructor for class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
 
Info(Integer, String, String, Integer, Integer, URL) - Constructor for class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
 
InfoDiscovery - Class in rocks.xmpp.extensions.disco.model.info
The implementation of the <query/> element in the http://jabber.org/protocol/disco#info namespace.
InfoDiscovery() - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an empty element, used for info discovery requests.
InfoDiscovery(String) - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an info discovery element with a node attribute.
InfoDiscovery(Collection<Identity>, Collection<String>) - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an info discovery element, used in discovery info responses.
InfoDiscovery(Collection<Identity>, Collection<String>, Collection<DataForm>) - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an info discovery element, used in discovery info responses.
InfoDiscovery(String, Collection<Identity>, Collection<String>, Collection<DataForm>) - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an info discovery element, used in discovery info responses.
InfoNode - Interface in rocks.xmpp.extensions.disco.model.info
A generic service discovery info node.
init(EndpointConfig) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
init(EndpointConfig) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 
initialClientToServer(Jid, Jid, Locale, QName...) - Static method in class rocks.xmpp.core.stream.model.StreamHeader
Creates an initial stream header for client-to-server streams.
initialClientToServer(Jid, Jid, Locale, String, QName...) - Static method in class rocks.xmpp.core.stream.model.StreamHeader
Creates an initial stream header for client-to-server or component-to-server streams.
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.
initialPresence(Supplier<Presence>) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets a supplier for initial presence which is sent during login.
initialServerToServer(Jid, Jid, Locale, QName...) - Static method in class rocks.xmpp.core.stream.model.StreamHeader
Creates an initial stream header for server-to-server streams.
initiate() - Method in class rocks.xmpp.extensions.jingle.JingleSession
Initiates the session.
initiateFileTransferSession(Jid, Path, 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, Duration) - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
Initiates a stream with another entity.
initiateStream(Jid, SIFileTransferOffer, String, Duration, String) - 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
 
InLove() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.InLove
 
InLove(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.InLove
 
InRealLife() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InRealLife
 
InRealLife(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.InRealLife
 
InsertText(CharSequence) - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
 
InsertText(CharSequence, Integer) - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
 
INSTANCE - Static variable in class rocks.xmpp.core.sasl.model.Abort
The implementation of the <abort/> element.
INSTANCE - Static variable in class rocks.xmpp.core.tls.model.Failure
The <failure xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> element.
INSTANCE - Static variable in class rocks.xmpp.core.tls.model.Proceed
The <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> element.
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.errors.model.ResourceLimitExceeded
The element.
INSTANCE - Static variable in class rocks.xmpp.extensions.errors.model.StanzaTooBig
The element.
INSTANCE - Static variable in class rocks.xmpp.extensions.errors.model.TooManyStanzas
The element.
INSTANCE - Static variable in class rocks.xmpp.extensions.ping.model.Ping
The <ping/> element.
INSTANCE - Static variable in class rocks.xmpp.im.roster.versioning.model.RosterVersioning
The <ver/> element.
INSTANCE - Static variable in class rocks.xmpp.im.subscription.preapproval.model.SubscriptionPreApproval
The <sub/> element.
InstantAdapter - Class in rocks.xmpp.util.adapters
Converts an Instant to a string representation according to XEP-0082: XMPP Date and Time Profiles and vice versa.
InstantAdapter() - Constructor for class rocks.xmpp.util.adapters.InstantAdapter
 
instructions(Collection<String>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the instructions of the form.
instructions(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the instructions.
Interested() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Interested
 
Interested(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Interested
 
INTERNAL_SERVER_ERROR - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <internal-server-error/> stanza error.
INTERNAL_SERVER_ERROR - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <internal-server-error/> stream error.
Intoxicated() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Intoxicated
 
Intoxicated(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Intoxicated
 
INVALID_AUTHZID - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <invalid-authzid/> SASL failure.
INVALID_FROM - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <invalid-from/> stream error.
INVALID_JID - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <invalid-jid/> pubsub error.
INVALID_MECHANISM - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <invalid-mechanism/> SASL failure.
INVALID_NAMESPACE - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <invalid-namespace/> stream 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.
INVALID_XML - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <invalid-xml/> stream 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.
Invincible() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Invincible
 
Invincible(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Invincible
 
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.
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.
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.
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) - Constructor for class rocks.xmpp.extensions.muc.model.user.Invite
Creates an ‘invite’ element.
Invite(Jid, String) - Constructor for class rocks.xmpp.extensions.muc.model.user.Invite
Creates an invite element with a reason.
Invite(Jid, String, String) - 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
IQ - Class in rocks.xmpp.core.stanza.model
The implementation of the <iq/> stanza.
IQ(IQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.IQ
Creates an IQ stanza with the given type and extension.
IQ(IQ.Type, Object, String) - Constructor for class rocks.xmpp.core.stanza.model.IQ
Creates an IQ stanza with the given id, type and extension.
IQ(Jid, IQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.IQ
Creates an IQ stanza with the given receiver, type and extension.
IQ(Jid, IQ.Type, Object, String) - Constructor for class rocks.xmpp.core.stanza.model.IQ
Creates an IQ stanza with the given receiver, id, type and extension.
IQ(Jid, IQ.Type, Object, String, Jid, Locale, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.IQ
Creates an IQ stanza with the given receiver, id, type, extension and error.
IQ.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <iq/> ‘type’ attribute.
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 IQ.Type.GET or IQ.Type.SET) by processing the request and returning an IQ response of type result or error.
isActivated() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextActivationEvent
Whether the sender has activated real-time text.
isActive() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Indicates whether this is the active list.
isActive() - Method in class rocks.xmpp.extensions.sm.StreamManager
Returns true, as soon as the server has enabled stream management, i.e. if both client and server are using stream management.
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.XmppClient
Indicates whether the session has been logged in anonymously.
isAppliedToInboundPresence() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Indicates, whether this rule is applied to inbound presence notifications.
isAppliedToIQs() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Indicates, whether this rule is applied to inbound IQ stanzas.
isAppliedToMessages() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Indicates, whether this rule is applied to inbound messages.
isAppliedToOutboundPresence() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Indicates, whether this rule is applied to outbound presence notifications.
isApproved() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the subscription pre-approval status.
isApproved() - Method in interface rocks.xmpp.im.roster.model.RosterItem
Gets the subscription pre-approval status.
isAskForGroupDelimiter() - Method in class rocks.xmpp.im.roster.RosterManager
Indicates whether the server is asked for the roster delimiter before requesting the roster.
isAuthenticated() - Method in class rocks.xmpp.core.session.XmppSession
Returns true, if the session is authenticated.
isAutojoin() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
Gets whether the client should automatically join the conference room on login.
isAvailable() - Method in class rocks.xmpp.core.stanza.model.Presence
Indicates, whether an entity is available.
isBareJid() - Method in interface rocks.xmpp.addr.Jid
Checks if the JID is a bare JID.
isBbs() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
Indicates a bulletin board system telephone number.
isCancelled() - Method in class rocks.xmpp.core.session.SendTask
 
isCancelled() - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
isCandidateError() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Indicates, if it’s a candidate error.
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.
isCloseOnShutdown() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Indicates, if the session is gracefully closed on shutdown of the runtime (JVM).
isComplete() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
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
Indicates if subscription configuration is required.
isConfigurationSupported() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
Indicates if subscription options are supported (but not necessarily required).
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.
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.
isDefault() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog.Item
Whether this item is the default item.
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.
isDelivered() - Method in class rocks.xmpp.extensions.address.model.Address
Indicates, whether the service has delivered the stanza to this address.
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.
isDomainJid() - Method in interface rocks.xmpp.addr.Jid
Checks if the JID is a domain JID, i.e. if it has no local part.
isDone() - Method in class rocks.xmpp.core.session.SendTask
 
isDone() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Returns true, if the file transfer is done, i.e. neither in progress nor in initial status.
isDone() - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
isEmpty() - Method in class rocks.xmpp.util.cache.DirectoryCache
 
isEmpty() - Method in class rocks.xmpp.util.cache.LruCache
 
isEnabled() - Method in class rocks.xmpp.core.session.Extension
Indicates whether the extension is enabled or not.
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.
isFullJid() - Method in interface rocks.xmpp.addr.Jid
Checks if the JID is a full JID.
isHidden() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Hidden room.
isHigherThan(Affiliation) - Method in enum rocks.xmpp.extensions.muc.model.Affiliation
Compares two affiliations and returns true, if this affiliation is higher than the other with regards to their privileges in a multi-user chat.
isHigherThan(Role) - Method in enum rocks.xmpp.extensions.muc.model.Role
Compares two roles and returns true, if this role is higher than the other with regards to their privileges in a multi-user chat.
isInbound() - Method in class rocks.xmpp.im.chat.ChatSessionEvent
Indicates, whether the chat session has been created by an inbound message or programmatically.
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.
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.
isMandatory() - Method in class rocks.xmpp.core.bind.model.Bind
 
isMandatory() - Method in class rocks.xmpp.core.sasl.model.Mechanisms
Returns always true, because SASL is mandatory to negotiate.
isMandatory() - Method in class rocks.xmpp.core.session.model.Session
 
isMandatory() - Method in class rocks.xmpp.core.stream.model.StreamFeature
Indicates, whether this feature is mandatory to negotiate.
isMandatory() - Method in class rocks.xmpp.core.tls.model.StartTls
 
isMandatory() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement
 
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.
isNormal() - Method in class rocks.xmpp.core.stanza.model.Message
Indicates, whether this message is a normal message, i.e. if the type or the message is either Message.Type.NORMAL, null or otherwise unknown, this method returns true.
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.
isNullOrEmpty(String) - Static method in class rocks.xmpp.util.Strings
 
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.
isPending() - Method in class rocks.xmpp.im.roster.model.Contact
Deprecated.
isPendingIn() - Method in class rocks.xmpp.im.roster.model.Contact
Roster items on the XMPP layer don’t have a notion of a “Pending In” subscription state, therefore this methods always returns false.
isPendingIn() - Method in enum rocks.xmpp.im.roster.model.DefinedState
 
isPendingIn() - Method in interface rocks.xmpp.im.roster.model.SubscriptionState
If the presence subscription is pending in from a user’s perspective.
isPendingOut() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the pending state of the contact.
isPendingOut() - Method in enum rocks.xmpp.im.roster.model.DefinedState
 
isPendingOut() - Method in interface rocks.xmpp.im.roster.model.SubscriptionState
If the presence subscription is pending out from a user’s perspective.
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.
isPivotable() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
Pivoting is the process of using one or more intermediate languages to translate from a given source language to a specific destination language.
isPresenceBasedDelivery() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Whether to deliver notifications to available users only.
isProxyError() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Indicates, if it’s a proxy error.
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.
isRemove() - Method in class rocks.xmpp.extensions.register.model.Registration
Indicates whether the account is to be removed.
isRequest() - Method in class rocks.xmpp.core.stanza.model.IQ
Returns if this is a request IQ, i.e. of type get or set.
isRequestAllowed() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
Indicates, whether the request is approved.
isRequestingCount() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Indicates, whether this RSM is used for requesting the item count.
isRequired() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
If the field as required in order for the form to be considered valid.
isResponse() - Method in class rocks.xmpp.core.stanza.model.IQ
Returns true, if this IQ is a response (either a positive result or an error).
isRestart() - Method in class rocks.xmpp.extensions.httpbind.model.Body
If the client requests a stream restart.
isRestartLogic() - Method in class rocks.xmpp.extensions.httpbind.model.Body
If the connection manager supports stream restarts, it MUST advertise that fact by including a ‘restartlogic’ attribute (qualified by the ‘urn:xmpp:xbosh’ namespace) whose value is set to “true”.
isRestrictive() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
If catalog is restrictive, the client SHOULD restrict the user to choosing one of the items from the catalog and use the label of that item (or no label if the selected item is empty).
isResumable() - Method in class rocks.xmpp.extensions.sm.StreamManager
If the server will allow the stream to be resumed.
isResume() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
If the server allows session resumption.
isRetrieveRosterOnLogin() - Method in class rocks.xmpp.im.roster.RosterManager
Controls, whether the roster is automatically retrieved as soon as the user has logged in.
isReviewed() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Indicates whether the translation has been reviewed.
isRosterVersioningSupported() - Method in class rocks.xmpp.im.roster.RosterManager
Indicates whether the server supports roster versioning.
isSecure() - Method in class rocks.xmpp.core.net.client.SocketConnection
 
isSecure() - Method in interface rocks.xmpp.core.net.Connection
Indicates whether this connection is secured by TLS/SSL.
isSecure() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
isSecure() - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
isSecure() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
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.
isShutdown() - Method in class rocks.xmpp.util.concurrent.QueuedExecutorService
 
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.core.session.XmppSession
Determines support of another XMPP entity for a given feature.
isSupported(String, Jid) - Method in class rocks.xmpp.extensions.caps.EntityCapabilitiesManager
Checks whether the entity supports the given feature.
isSupported(Jid) - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
Indicates whether chat state notifications are supported by the peer.
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.
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.
isTerminated() - Method in class rocks.xmpp.util.concurrent.QueuedExecutorService
 
isTerminated() - Method in class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 
isToItselfOrServer(Stanza, CharSequence, Jid) - Static method in class rocks.xmpp.core.stanza.model.Stanza
Checks if a stanza is addressed either to itself or to the server.
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.
isUsingAcknowledgements() - Method in class rocks.xmpp.core.net.AbstractConnection
 
isUsingAcknowledgements() - Method in class rocks.xmpp.core.net.client.SocketConnection
 
isUsingAcknowledgements() - Method in interface rocks.xmpp.core.net.Connection
Indicates whether this connection uses acknowledgements, e.g. by means of stream management or BOSH acks.
isUsingAcknowledgements() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
isUsingAcknowledgements() - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnection
 
isUsingAcknowledgements() - Method in class rocks.xmpp.websocket.net.client.WebSocketClientConnection
 
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() - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Item
 
Item - Class in rocks.xmpp.extensions.disco.model.items
The implementation of the <item/> element in the http://jabber.org/protocol/disco#item namespace, used for item discovery.
Item(Jid, String, String, String) - Constructor for class rocks.xmpp.extensions.disco.model.items.Item
 
Item(Jid, String) - Constructor for class rocks.xmpp.extensions.disco.model.items.Item
 
Item(Jid, String, String) - Constructor for class rocks.xmpp.extensions.disco.model.items.Item
 
Item(Locale, Jid) - Constructor for class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
 
Item(Locale, Jid, Locale, String, Boolean, String) - Constructor for class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
 
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(String, OfflineMessage.Item.Action) - Constructor for class rocks.xmpp.extensions.offline.model.OfflineMessage.Item
 
Item - Interface in rocks.xmpp.extensions.pubsub.model
Represents an item within a publish-subscribe node.
Item(Jid, String, Collection<String>, ContactExchange.Item.Action) - Constructor for class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
 
Item(Jid, String, String, String, String) - Constructor for class rocks.xmpp.extensions.search.model.Search.Item
 
Item() - Constructor for class rocks.xmpp.extensions.seclabel.model.catalog.Catalog.Item
 
Item(String, SecurityLabel, Boolean) - Constructor for class rocks.xmpp.extensions.seclabel.model.catalog.Catalog.Item
 
ITEM_FORBIDDEN - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <item-forbidden/> pubsub error.
ITEM_NOT_FOUND - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <item-not-found/> stanza error.
ITEM_REQUIRED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <item-required/> pubsub error.
ItemDiscovery - Class in rocks.xmpp.extensions.disco.model.items
The implementation of the <query/> element in the http://jabber.org/protocol/disco#item namespace.
ItemDiscovery() - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an empty element, used for item discovery requests.
ItemDiscovery(String) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with a node attribute.
ItemDiscovery(String, ResultSetManagement) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with a node attribute.
ItemDiscovery(Collection<Item>) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with nodes.
ItemDiscovery(Collection<Item>, ResultSetManagement) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with nodes and result set management.
ItemDiscovery(String, Collection<Item>) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with a node attribute.
ItemDiscovery(String, Collection<Item>, ResultSetManagement) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with a node attribute and result set management.
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.
ItemNode - Interface in rocks.xmpp.extensions.disco.model.items
A generic service discovery item node.
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.
items(Collection<DataForm.Item>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the items of the form.

J

Jealous() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Jealous
 
Jealous(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Jealous
 
Jid - Interface in rocks.xmpp.addr
jid(Jid) - Method in class rocks.xmpp.extensions.muc.model.RequestVoice.Builder
Sets the JID.
JID_MALFORMED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <jid-malformed/> stanza error.
JID_REQUIRED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <jid-required/> pubsub error.
JidRequired - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <jid-required/> pubsub error.
Jingle - Class in rocks.xmpp.extensions.jingle.model
 
Jingle(String, Jingle.Action, Jingle.Reason) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle
 
Jingle(String, Jingle.Action, Object) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle
 
Jingle.Action - Enum in rocks.xmpp.extensions.jingle.model
The action.
Jingle.Content - Class in rocks.xmpp.extensions.jingle.model
The implementation of the <content/> element.
Jingle.Content.Creator - Enum in rocks.xmpp.extensions.jingle.model
The creator.
Jingle.Content.Senders - Enum in rocks.xmpp.extensions.jingle.model
The senders.
Jingle.Reason - Class in rocks.xmpp.extensions.jingle.model
The implementation of the <reason/> element.
Jingle.Reason.AlternativeSession - Class in rocks.xmpp.extensions.jingle.model
The party prefers to use an existing session with the peer rather than initiate a new session; the Jingle session ID of the alternative session SHOULD be provided as the XML character data of the <sid/> child.
Jingle.Reason.Busy - Class in rocks.xmpp.extensions.jingle.model
The party is busy and cannot accept a session.
Jingle.Reason.Cancel - Class in rocks.xmpp.extensions.jingle.model
The initiator wishes to formally cancel the session initiation request.
Jingle.Reason.Condition - Class in rocks.xmpp.extensions.jingle.model
The base class for the defined conditions for a reason.
Jingle.Reason.ConnectivityError - Class in rocks.xmpp.extensions.jingle.model
The action is related to connectivity problems.
Jingle.Reason.Decline - Class in rocks.xmpp.extensions.jingle.model
The party wishes to formally decline the session.
Jingle.Reason.Expired - Class in rocks.xmpp.extensions.jingle.model
The session length has exceeded a pre-defined time limit (e.g., a meeting hosted at a conference service).
Jingle.Reason.FailedApplication - Class in rocks.xmpp.extensions.jingle.model
The party has been unable to initialize processing related to the application type.
Jingle.Reason.FailedTransport - Class in rocks.xmpp.extensions.jingle.model
The party has been unable to establish connectivity for the transport method.
Jingle.Reason.GeneralError - Class in rocks.xmpp.extensions.jingle.model
The action is related to a non-specific application error.
Jingle.Reason.Gone - Class in rocks.xmpp.extensions.jingle.model
The entity is going offline or is no longer available.
Jingle.Reason.IncompatibleParameters - Class in rocks.xmpp.extensions.jingle.model
The party supports the offered application type but does not support the offered or negotiated parameters.
Jingle.Reason.MediaError - Class in rocks.xmpp.extensions.jingle.model
The action is related to media processing problems.
Jingle.Reason.SecurityError - Class in rocks.xmpp.extensions.jingle.model
The action is related to a violation of local security policies.
Jingle.Reason.Success - Class in rocks.xmpp.extensions.jingle.model
The action is generated during the normal course of state management and does not reflect any error.
Jingle.Reason.Timeout - Class in rocks.xmpp.extensions.jingle.model
A request has not been answered so the sender is timing out the request.
Jingle.Reason.UnsupportedApplications - Class in rocks.xmpp.extensions.jingle.model
The party supports none of the offered application types.
Jingle.Reason.UnsupportedTransports - Class in rocks.xmpp.extensions.jingle.model
The party supports none of the offered transport methods.
JingleEvent - Class in rocks.xmpp.extensions.jingle
This event notifies listeners, when a Jingle session is initiated.
JingleFileTransfer - Class in rocks.xmpp.extensions.jingle.apps.filetransfer.model
 
JingleFileTransfer(JingleFileTransfer.File) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer
 
JingleFileTransfer.Checksum - Class in rocks.xmpp.extensions.jingle.apps.filetransfer.model
 
JingleFileTransfer.File - Class in rocks.xmpp.extensions.jingle.apps.filetransfer.model
 
JingleFileTransfer.Received - Class in rocks.xmpp.extensions.jingle.apps.filetransfer.model
 
JingleFileTransferManager - Class in rocks.xmpp.extensions.jingle.apps.filetransfer
 
JingleFileTransferSession - Class in rocks.xmpp.extensions.jingle.apps.filetransfer
 
JingleFileTransferSession(JingleSession) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
 
JingleManager - Class in rocks.xmpp.extensions.jingle
 
JingleSession - Class in rocks.xmpp.extensions.jingle
 
JingleSession.State - Enum in rocks.xmpp.extensions.jingle
Represents the state of a Jingle session.
Jogging() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Jogging
 
Jogging(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Jogging
 
Json - Class in rocks.xmpp.extensions.json.model
The implementation of the <json/> element in the urn:xmpp:json:0 namespace.
Json(String) - Constructor for class rocks.xmpp.extensions.json.model.Json
 

K

keepAliveInterval(int) - Method in class rocks.xmpp.core.net.client.TcpConnectionConfiguration.Builder
Sets the whitespace keep-alive interval in seconds.
key(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘key’ attribute of the body.
Key(String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Key
 
keySet() - Method in class rocks.xmpp.util.cache.DirectoryCache
 
keySet() - Method in class rocks.xmpp.util.cache.LruCache
 
KICKED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
Inform user that he or she has been kicked from the room (307).
kickOccupant(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Kicks an occupant from the room.

L

label(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the label.
language(Locale) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the preferred or default language for any human-readable XML character data to be sent over the stream.
language(Locale) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the natural language of location data.
language(Locale) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘lang’ attribute of the body.
language(Locale) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Natural language for room discussions.
language(Locale) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Sets the natural language for room discussions.
language(Locale) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The default language of the node.
language(Locale) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The default language of the node.
LanguageSupport - Class in rocks.xmpp.extensions.langtrans.model.items
The implementation of the the <query/> element in the urn:xmpp:langtrans:items namespace.
LanguageSupport() - Constructor for class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport
Creates an empty query element.
LanguageSupport(Collection<LanguageSupport.Item>) - Constructor for class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport
Creates an query element with items.
LanguageSupport.Item - Class in rocks.xmpp.extensions.langtrans.model.items
The implementation of the the <item/> element in the urn:xmpp:langtrans:items namespace.
LanguageTranslation - Class in rocks.xmpp.extensions.langtrans.model
The implementation of the the <x/> element in the urn:xmpp:langtrans namespace.
LanguageTranslation(LanguageTranslation.Translation...) - Constructor for class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
 
LanguageTranslation(Collection<LanguageTranslation.Translation>) - Constructor for class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
 
LanguageTranslation(String, Locale, Collection<LanguageTranslation.Translation>) - Constructor for class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
 
LanguageTranslation.Translation - Class in rocks.xmpp.extensions.langtrans.model
The translation element.
LanguageTranslationManager - Class in rocks.xmpp.extensions.langtrans
Manages XMPP language translation protocol.
LastActivity - Class in rocks.xmpp.extensions.last.model
The implementation of the <query/> element in the jabber:iq:last namespace.
LastActivity() - Constructor for class rocks.xmpp.extensions.last.model.LastActivity
Creates an empty last activity instance, used for querying another entity.
LastActivity(long, String) - Constructor for class rocks.xmpp.extensions.last.model.LastActivity
Creates a last activity instance with a number of seconds, used as response.
LastActivityManager - Class in rocks.xmpp.extensions.last
latitude(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the latitude in decimal degrees North.
ldapGroup(String) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Sets 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.
length() - Method in class rocks.xmpp.core.stream.model.StreamHeader
 
length() - Method in class rocks.xmpp.core.Text
 
ListRange(int, int) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ListRange
Creates a list range for multi-text fields.
LOCAL_NAME - Static variable in class rocks.xmpp.core.stream.model.StreamHeader
The local name of the stream header.
LocaleAdapter - Class in rocks.xmpp.util.adapters
Converts an Locale to a string representation using Locale.toLanguageTag() and vice versa, using Locale.forLanguageTag(String)}.
LocaleAdapter() - Constructor for class rocks.xmpp.util.adapters.LocaleAdapter
 
locality(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a locality within the administrative region, such as a town or city.
Location(String, URI) - Constructor for class rocks.xmpp.extensions.data.mediaelement.model.Media.Location
Creates a media location.
loggingEnabled(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Whether to enable public logging of room conversations.
login(String, String) - Method in class rocks.xmpp.core.session.XmppClient
Authenticates against the server and binds a random resource (assigned by the server).
login(String, String, String) - Method in class rocks.xmpp.core.session.XmppClient
Authenticates against the server with username/password credential and binds a resource.
login(String, String, String, String) - Method in class rocks.xmpp.core.session.XmppClient
Authenticates against the server with an authorization id and username/password credential and binds a resource.
login(String, CallbackHandler, String) - Method in class rocks.xmpp.core.session.XmppClient
Authenticates against the server with a custom callback handler and binds a resource.
loginAnonymously() - Method in class rocks.xmpp.core.session.XmppClient
Logs in anonymously and binds a resource.
logs(URL) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Sets an URL for archived discussion logs.
Lonely() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lonely
 
Lonely(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lonely
 
longitude(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the longitude in decimal degrees East.
Lost() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lost
 
Lost(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lost
 
LruCache<K,V> - Class in rocks.xmpp.util.cache
A simple concurrent implementation of a least-recently-used cache.
LruCache(int) - Constructor for class rocks.xmpp.util.cache.LruCache
 
Lucky() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lucky
 
Lucky(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Lucky
 

M

MALFORMED_REQUEST - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <malformed-request/> SASL failure.
MalformedAction() - Constructor for class rocks.xmpp.extensions.commands.model.Command.MalformedAction
 
MalformedJid - Class in rocks.xmpp.addr
Represents a malformed JID in order to handle the jid-malformed error.
Manager - Class in rocks.xmpp.core.session
A generic manager class, which allows to enable or disable certain functionality.
markAcknowledged(Stanza) - Method in class rocks.xmpp.core.session.XmppSession
Marks a stanza as acknowledged.
markUnacknowledged(Stanza) - Method in class rocks.xmpp.extensions.sm.StreamManager
Marks a stanza as unacknowledged.
marshal(Instant) - Method in class rocks.xmpp.util.adapters.InstantAdapter
 
marshal(Locale) - Method in class rocks.xmpp.util.adapters.LocaleAdapter
 
marshal(OffsetDateTime) - Method in class rocks.xmpp.util.adapters.OffsetDateTimeAdapter
 
marshal(ZoneOffset) - Method in class rocks.xmpp.util.adapters.ZoneOffsetAdapter
 
MARSHALLER - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder.UserProperties
The property key to provide the required Marshaller.
matchResource(Rule.Action, Rule.MatchResource) - Static method in class rocks.xmpp.extensions.amp.model.Rule
Creates the defined “match-resource” rule.
MAX_BARE_JID_LENGTH - Static variable in interface rocks.xmpp.addr.Jid
The maximal length of a bare JID, which is 2047 (1023 + 1 + 1023).
MAX_FULL_JID_LENGTH - Static variable in interface rocks.xmpp.addr.Jid
The maximal length of a full JID, which is 3071.
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.
maxPause(Duration) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘maxpause’ attribute of the body.
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.
mayReconnect(int, Throwable) - Method in interface rocks.xmpp.core.session.ReconnectionStrategy
 
md5Hash(Path) - Static method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Calculates the MD5 hash for a file.
Mean() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Mean
 
Mean(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Mean
 
MECHANISM_TOO_WEAK - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <mechanism-too-weak/> SASL failure.
Mechanisms - Class in rocks.xmpp.core.sasl.model
Represents the <mechanisms/> element as described in Exchange of Stream Headers and Stream Features This class is immutable.
Mechanisms(Collection<String>) - Constructor for class rocks.xmpp.core.sasl.model.Mechanisms
 
Media - Class in rocks.xmpp.extensions.data.mediaelement.model
The implementation of the <media/> element in the urn:xmpp:media-element namespace.
Media(Media.Location...) - Constructor for class rocks.xmpp.extensions.data.mediaelement.model.Media
Creates a media object with a location.
Media(int, int, Media.Location...) - Constructor for class rocks.xmpp.extensions.data.mediaelement.model.Media
Creates a media object with a location.
media(Media) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the media element.
Media.Location - Class in rocks.xmpp.extensions.data.mediaelement.model
Specifies the out-of-band location of the media data.
MediaError() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.MediaError
 
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.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class rocks.xmpp.util.cache.LruCache
 
Message - Class in rocks.xmpp.core.stanza.model
The implementation of the <message/> element.
Message() - Constructor for class rocks.xmpp.core.stanza.model.Message
 
Message(Jid) - Constructor for class rocks.xmpp.core.stanza.model.Message
Constructs an empty message.
Message(Jid, Message.Type) - Constructor for class rocks.xmpp.core.stanza.model.Message
Constructs a message with a type.
Message(Jid, Message.Type, String) - Constructor for class rocks.xmpp.core.stanza.model.Message
Constructs a message with body and type.
Message(Jid, Message.Type, String, String) - Constructor for class rocks.xmpp.core.stanza.model.Message
Constructs a message with body and type.
Message(Jid, Message.Type, String, String, String) - Constructor for class rocks.xmpp.core.stanza.model.Message
Constructs a message with body and type.
Message(Jid, Message.Type, String, String, String, String, String, Jid, Locale, Collection<?>, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.Message
Constructs a message with body and type.
Message(Jid, Message.Type, Collection<Text>, Collection<Text>, String, String, String, Jid, Locale, Collection<?>, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.Message
Constructs a message with all possible values.
Message.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <message/> ‘type’ attribute.
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.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.
MessageCarbonsManager - Class in rocks.xmpp.extensions.carbons
Manages message carbons.
MessageDeliveredEvent - Class in rocks.xmpp.extensions.receipts
This event notifies listeners, when a message has been successfully delivered.
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.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.
moderated(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Whether to make room moderated.
Module - Interface in rocks.xmpp.core.session
A module defines a set of extensions.
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.Amazed - Class in rocks.xmpp.extensions.mood.model
Astonished; confounded with fear, surprise or wonder.
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.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.Annoyed - Class in rocks.xmpp.extensions.mood.model
To be disturbed or irritated, especially by continued or repeated acts.
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.Aroused - Class in rocks.xmpp.extensions.mood.model
To be stimulated in one’s feelings, especially to be sexually stimulated.
Mood.Ashamed - Class in rocks.xmpp.extensions.mood.model
To be stimulated in one’s feelings, especially to be sexually stimulated.
Mood.Bored - Class in rocks.xmpp.extensions.mood.model
Suffering from boredom; uninterested, without attention.
Mood.Brave - Class in rocks.xmpp.extensions.mood.model
Strong in the face of fear; courageous.
Mood.Calm - Class in rocks.xmpp.extensions.mood.model
Peaceful, quiet.
Mood.Cautious - Class in rocks.xmpp.extensions.mood.model
Taking care or caution; tentative.
Mood.Cold - Class in rocks.xmpp.extensions.mood.model
Feeling the sensation of coldness, especially to the point of discomfort.
Mood.Confident - Class in rocks.xmpp.extensions.mood.model
Feeling very sure of or positive about something, especially about one’s own capabilities.
Mood.Confused - Class in rocks.xmpp.extensions.mood.model
Chaotic, jumbled or muddled.
Mood.Contemplative - Class in rocks.xmpp.extensions.mood.model
Feeling introspective or thoughtful.
Mood.Contented - Class in rocks.xmpp.extensions.mood.model
Pleased at the satisfaction of a want or desire; satisfied.
Mood.Cranky - Class in rocks.xmpp.extensions.mood.model
Grouchy, irritable; easily upset.
Mood.Crazy - Class in rocks.xmpp.extensions.mood.model
Feeling out of control; feeling overly excited or enthusiastic.
Mood.Creative - Class in rocks.xmpp.extensions.mood.model
Feeling original, expressive, or imaginative.
Mood.Curious - Class in rocks.xmpp.extensions.mood.model
Inquisitive; tending to ask questions, investigate, or explore.
Mood.Dejected - Class in rocks.xmpp.extensions.mood.model
Feeling sad and dispirited.
Mood.Depressed - Class in rocks.xmpp.extensions.mood.model
Severely despondent and unhappy.
Mood.Disappointed - Class in rocks.xmpp.extensions.mood.model
Defeated of expectation or hope; let down.
Mood.Disgusted - Class in rocks.xmpp.extensions.mood.model
Filled with disgust; irritated and out of patience.
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.Distracted - Class in rocks.xmpp.extensions.mood.model
Having one’s attention diverted; preoccupied.
Mood.Embarrassed - Class in rocks.xmpp.extensions.mood.model
Having a feeling of shameful discomfort.
Mood.Envious - Class in rocks.xmpp.extensions.mood.model
Feeling pain by the excellence or good fortune of another.
Mood.Excited - Class in rocks.xmpp.extensions.mood.model
Having great enthusiasm.
Mood.Flirtatious - Class in rocks.xmpp.extensions.mood.model
In the mood for flirting.
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.Grateful - Class in rocks.xmpp.extensions.mood.model
Feeling appreciation or thanks.
Mood.Grieving - Class in rocks.xmpp.extensions.mood.model
Feeling very sad about something, especially something lost; mournful; sorrowful.
Mood.Grumpy - Class in rocks.xmpp.extensions.mood.model
Unhappy and irritable.
Mood.Guilty - Class in rocks.xmpp.extensions.mood.model
Feeling responsible for wrongdoing; feeling blameworthy.
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.Hopeful - Class in rocks.xmpp.extensions.mood.model
Having a positive feeling, belief, or expectation that something wished for can or will happen.
Mood.Hot - Class in rocks.xmpp.extensions.mood.model
Feeling the sensation of heat, especially to the point of discomfort.
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.Humiliated - Class in rocks.xmpp.extensions.mood.model
Feeling deprived of dignity or self-respect.
Mood.Hungry - Class in rocks.xmpp.extensions.mood.model
Having a physical need for food.
Mood.Hurt - Class in rocks.xmpp.extensions.mood.model
Wounded, injured, or pained, whether physically or emotionally.
Mood.Impressed - Class in rocks.xmpp.extensions.mood.model
Favourably affected by something or someone.
Mood.InAwe - Class in rocks.xmpp.extensions.mood.model
Feeling amazement at something or someone; or feeling a combination of fear and reverence.
Mood.Indignant - Class in rocks.xmpp.extensions.mood.model
Showing anger or indignation, especially at something unjust or wrong.
Mood.InLove - Class in rocks.xmpp.extensions.mood.model
Feeling strong affection, care, liking, or attraction..
Mood.Interested - Class in rocks.xmpp.extensions.mood.model
Showing great attention to something or someone; having or showing interest.
Mood.Intoxicated - Class in rocks.xmpp.extensions.mood.model
Under the influence of alcohol; drunk.
Mood.Invincible - Class in rocks.xmpp.extensions.mood.model
Feeling as if one cannot be defeated, overcome or denied.
Mood.Jealous - Class in rocks.xmpp.extensions.mood.model
Fearful of being replaced in position or affection.
Mood.Lonely - Class in rocks.xmpp.extensions.mood.model
Feeling isolated, empty, or abandoned.
Mood.Lost - Class in rocks.xmpp.extensions.mood.model
Unable to find one’s way, either physically or emotionally.
Mood.Lucky - Class in rocks.xmpp.extensions.mood.model
Feeling as if one will be favored by luck.
Mood.Mean - Class in rocks.xmpp.extensions.mood.model
Causing or intending to cause intentional harm; bearing ill will towards another; cruel; malicious.
Mood.Moody - Class in rocks.xmpp.extensions.mood.model
Given to sudden or frequent changes of mind or feeling; temperamental.
Mood.Nervous - Class in rocks.xmpp.extensions.mood.model
Easily agitated or alarmed; apprehensive or anxious.
Mood.Neutral - Class in rocks.xmpp.extensions.mood.model
Not having a strong mood or emotional state.
Mood.Offended - Class in rocks.xmpp.extensions.mood.model
Feeling emotionally hurt, displeased, or insulted.
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.Playful - Class in rocks.xmpp.extensions.mood.model
Interested in play; fun, recreational, unserious, lighthearted; joking, silly.
Mood.Proud - Class in rocks.xmpp.extensions.mood.model
Feeling a sense of one’s own worth or accomplishment.
Mood.Relaxed - Class in rocks.xmpp.extensions.mood.model
Having an easy-going mood; not stressed; calm.
Mood.Relieved - Class in rocks.xmpp.extensions.mood.model
Feeling uplifted because of the removal of stress or discomfort.
Mood.Remorseful - Class in rocks.xmpp.extensions.mood.model
Feeling regret or sadness for doing something wrong.
Mood.Restless - Class in rocks.xmpp.extensions.mood.model
Without rest; unable to be still or quiet; uneasy; continually moving.
Mood.Sad - Class in rocks.xmpp.extensions.mood.model
Feeling sorrow; sorrowful, mournful.
Mood.Sarcastic - Class in rocks.xmpp.extensions.mood.model
Mocking and ironical.
Mood.Satisfied - Class in rocks.xmpp.extensions.mood.model
Pleased at the fulfillment of a need or desire.
Mood.Serious - Class in rocks.xmpp.extensions.mood.model
Without humor or expression of happiness; grave in manner or disposition; earnest; thoughtful; solemn.
Mood.Shocked - Class in rocks.xmpp.extensions.mood.model
Surprised, startled, confused, or taken aback.
Mood.Shy - Class in rocks.xmpp.extensions.mood.model
Feeling easily frightened or scared; timid; reserved or coy.
Mood.Sick - Class in rocks.xmpp.extensions.mood.model
Feeling in poor health; ill.
Mood.Sleepy - Class in rocks.xmpp.extensions.mood.model
Feeling the need for sleep.
Mood.Spontaneous - Class in rocks.xmpp.extensions.mood.model
Acting without planning; natural; impulsive.
Mood.Stressed - Class in rocks.xmpp.extensions.mood.model
Suffering emotional pressure.
Mood.Strong - Class in rocks.xmpp.extensions.mood.model
Capable of producing great physical force; or, emotionally forceful, able, determined, unyielding.
Mood.Surprised - Class in rocks.xmpp.extensions.mood.model
Experiencing a feeling caused by something unexpected.
Mood.Thankful - Class in rocks.xmpp.extensions.mood.model
Showing appreciation or gratitude.
Mood.Thirsty - Class in rocks.xmpp.extensions.mood.model
Feeling the need to drink.
Mood.Tired - Class in rocks.xmpp.extensions.mood.model
In need of rest or sleep.
Mood.Undefined - Class in rocks.xmpp.extensions.mood.model
Feeling any emotion.
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.Worried - Class in rocks.xmpp.extensions.mood.model
Thinking about unpleasant things that have happened or that might happen; feeling afraid and unhappy.
MoodManager - Class in rocks.xmpp.extensions.mood
 
Moody() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Moody
 
Moody(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Moody
 
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.
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
A feature of a multi-user chat service.
MucOwner - Class in rocks.xmpp.extensions.muc.model.owner
The implementation of the <query/> element in the http://jabber.org/protocol/muc#owner namespace.
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
 

N

name(String) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Natural-language room name.
name(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the name.
Name(String, String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
Creates name.
Name(String, String, String, String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
Creates a full name.
nameServer(String) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the name server used for resolving DNS SRV and TXT records during connecting.
NAMESPACE - Static variable in class rocks.xmpp.core.stream.model.StreamFeatures
Deprecated.
NAMESPACE - Static variable in class rocks.xmpp.extensions.activity.model.Activity
NAMESPACE - Static variable in class rocks.xmpp.extensions.address.model.Address
NAMESPACE - Static variable in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
NAMESPACE - Static variable in class rocks.xmpp.extensions.attention.model.Attention
urn:xmpp:attention:0
NAMESPACE - Static variable in class rocks.xmpp.extensions.avatar.model.data.AvatarData
urn:xmpp:avatar:data
NAMESPACE - Static variable in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata
urn:xmpp:avatar:metadata
NAMESPACE - Static variable in class rocks.xmpp.extensions.blocking.model.BlockList
urn:xmpp:blocking
NAMESPACE - Static variable in class rocks.xmpp.extensions.bob.model.Data
urn:xmpp:bob
NAMESPACE - Static variable in class rocks.xmpp.extensions.bookmarks.model.BookmarkStorage
storage:bookmarks
NAMESPACE - Static variable in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream
NAMESPACE - Static variable in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
NAMESPACE - Static variable in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
NAMESPACE - Static variable in class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
urn:xmpp:caps
NAMESPACE - Static variable in class rocks.xmpp.extensions.carbons.model.MessageCarbons
urn:xmpp:carbons:2
NAMESPACE - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
NAMESPACE - Static variable in class rocks.xmpp.extensions.commands.model.Command
NAMESPACE - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression
NAMESPACE - Static variable in class rocks.xmpp.extensions.csi.model.ClientState
urn:xmpp:csi:0
NAMESPACE - Static variable in class rocks.xmpp.extensions.data.layout.model.Page
NAMESPACE - Static variable in class rocks.xmpp.extensions.data.mediaelement.model.Media
urn:xmpp:media-element
NAMESPACE - Static variable in class rocks.xmpp.extensions.data.model.DataForm
jabber:x:data
NAMESPACE - Static variable in class rocks.xmpp.extensions.data.validate.model.Validation
NAMESPACE - Static variable in class rocks.xmpp.extensions.delay.model.DelayedDelivery
urn:xmpp:delay
NAMESPACE - Static variable in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
NAMESPACE - Static variable in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
NAMESPACE - Static variable in class rocks.xmpp.extensions.featureneg.model.FeatureNegotiation
NAMESPACE - Static variable in class rocks.xmpp.extensions.forward.model.Forwarded
urn:xmpp:forward:0
NAMESPACE - Static variable in class rocks.xmpp.extensions.geoloc.model.GeoLocation
NAMESPACE - Static variable in class rocks.xmpp.extensions.hashes.model.Hash
urn:xmpp:hashes:2
NAMESPACE - Static variable in class rocks.xmpp.extensions.httpauth.model.ConfirmationRequest
NAMESPACE - Static variable in class rocks.xmpp.extensions.httpbind.model.Body
NAMESPACE - Static variable in class rocks.xmpp.extensions.idle.model.Idle
urn:xmpp:idle:1
NAMESPACE - Static variable in class rocks.xmpp.extensions.invisible.model.InvisibleCommand
urn:xmpp:invisible:0
NAMESPACE - Static variable in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer
urn:xmpp:jingle:apps:file-transfer:4
NAMESPACE - Static variable in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
urn:xmpp:jingle:apps:rtp:1
NAMESPACE - Static variable in class rocks.xmpp.extensions.jingle.model.Jingle
urn:xmpp:jingle:1
NAMESPACE - Static variable in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
urn:xmpp:thumbs:1
NAMESPACE - Static variable in class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandByteStreamsTransportMethod
urn:xmpp:jingle:transports:ibb:1
NAMESPACE - Static variable in class rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
urn:xmpp:jingle:transports:ice-udp:1
NAMESPACE - Static variable in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
urn:xmpp:jingle:transports:s5b:1
NAMESPACE - Static variable in class rocks.xmpp.extensions.json.model.Json
urn:xmpp:json:0
NAMESPACE - Static variable in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
urn:xmpp:langtrans
NAMESPACE - Static variable in class rocks.xmpp.extensions.last.model.LastActivity
jabber:iq:last
NAMESPACE - Static variable in class rocks.xmpp.extensions.messagecorrect.model.Replace
urn:xmpp:message-correct:0
NAMESPACE - Static variable in class rocks.xmpp.extensions.mood.model.Mood
NAMESPACE - Static variable in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
jabber:x:conference
NAMESPACE - Static variable in class rocks.xmpp.extensions.muc.model.Muc
NAMESPACE - Static variable in class rocks.xmpp.extensions.nick.model.Nickname
NAMESPACE - Static variable in class rocks.xmpp.extensions.offline.model.OfflineMessage
NAMESPACE - Static variable in class rocks.xmpp.extensions.oob.model.iq.OobIQ
jabber:iq:oob
NAMESPACE - Static variable in class rocks.xmpp.extensions.oob.model.x.OobX
jabber:x:oob
NAMESPACE - Static variable in class rocks.xmpp.extensions.ping.model.Ping
urn:xmpp:ping
NAMESPACE - Static variable in class rocks.xmpp.extensions.privacy.model.Privacy
jabber:iq:privacy
NAMESPACE - Static variable in class rocks.xmpp.extensions.privatedata.model.PrivateData
jabber:iq:private
NAMESPACE - Static variable in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
roster:delimiter
NAMESPACE - Static variable in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation
storage:rosternotes
NAMESPACE - Static variable in class rocks.xmpp.extensions.pubsub.model.PubSub
NAMESPACE - Static variable in class rocks.xmpp.extensions.reach.model.Reachability
 
NAMESPACE - Static variable in class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts
urn:xmpp:receipts
NAMESPACE - Static variable in class rocks.xmpp.extensions.register.model.feature.RegisterFeature
NAMESPACE - Static variable in class rocks.xmpp.extensions.register.model.Registration
jabber:iq:register
NAMESPACE - Static variable in class rocks.xmpp.extensions.rosterx.model.ContactExchange
NAMESPACE - Static variable in class rocks.xmpp.extensions.rpc.model.Rpc
jabber:iq:rpc
NAMESPACE - Static variable in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
NAMESPACE - Static variable in class rocks.xmpp.extensions.rtt.model.RealTimeText
urn:xmpp:rtt:0
NAMESPACE - Static variable in class rocks.xmpp.extensions.search.model.Search
jabber:iq:search
NAMESPACE - Static variable in class rocks.xmpp.extensions.seclabel.model.SecurityLabel
 
NAMESPACE - Static variable in class rocks.xmpp.extensions.shim.model.Headers
NAMESPACE - Static variable in class rocks.xmpp.extensions.si.model.StreamInitiation
NAMESPACE - Static variable in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
NAMESPACE - Static variable in class rocks.xmpp.extensions.sm.model.StreamManagement
urn:xmpp:sm:3
NAMESPACE - Static variable in class rocks.xmpp.extensions.time.model.EntityTime
urn:xmpp:time
NAMESPACE - Static variable in class rocks.xmpp.extensions.tune.model.Tune
NAMESPACE - Static variable in class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
vcard-temp:x:update
NAMESPACE - Static variable in class rocks.xmpp.extensions.vcard.temp.model.VCard
vcard-temp
NAMESPACE - Static variable in class rocks.xmpp.extensions.version.model.SoftwareVersion
jabber:iq:version
NAMESPACE - Static variable in class rocks.xmpp.extensions.xhtmlim.model.Html
NAMESPACE - Static variable in class rocks.xmpp.im.roster.model.Roster
jabber:iq:roster
Nervous() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Nervous
 
Nervous(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Nervous
 
NettyChannelConnection - Class in rocks.xmpp.nio.netty.net
A NIO connection based on Netty.
NettyChannelConnection(Channel, StreamHandler, BiConsumer<String, StreamElement>, Supplier<Unmarshaller>, BiConsumer<String, StreamElement>, Supplier<Marshaller>, Consumer<Throwable>, ConnectionConfiguration) - Constructor for class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
NettyTcpConnection - Class in rocks.xmpp.nio.netty.client
 
NettyTcpConnectionConfiguration - Class in rocks.xmpp.nio.netty.client
 
NettyTcpConnectionConfiguration.Builder - Class in rocks.xmpp.nio.netty.client
A builder to create a NettyTcpConnectionConfiguration instance.
Neutral() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Neutral
 
Neutral(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Neutral
 
NEW_ROOM_CREATED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
Inform user that a new room has been created (201).
newKey(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘newkey’ attribute of the body.
nextPage(int) - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Creates the result set request for the next page.
NICK_CHANGED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
Inform all occupants of new room nickname (303).
nickname(String) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
The desired nickname.
Nickname - Class in rocks.xmpp.extensions.nick.model
The implementation of the <nick/> element in the http://jabber.org/protocol/nick namespace.
Nickname(String) - Constructor for class rocks.xmpp.extensions.nick.model.Nickname
Creates a nick name.
nickname(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the nickname.
NO_VALID_STREAMS - Static variable in class rocks.xmpp.extensions.si.model.StreamInitiation
The implementation of the <si:no-valid-streams/> error condition.
node(String) - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Creates a pubsub node locally, which can be used to work with a node at the pubsub service.
NODE_ID_REQUIRED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <nodeid-required/> pubsub error.
NodeConfiguration - Class in rocks.xmpp.extensions.pubsub.model
Represents a standardized DataForm with form type http://jabber.org/protocol/pubsub#node_config, which can be used to configure a pubsub node.
NodeConfiguration(DataForm) - Constructor for class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
 
NodeConfiguration.Builder - Class in rocks.xmpp.extensions.pubsub.model
A builder to build node configurations.
NodeIdRequired - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <nodeid-required/> pubsub error.
NodeMetaData - Class in rocks.xmpp.extensions.pubsub.model
Represents a standardized DataForm with form type http://jabber.org/protocol/pubsub#meta-data, which can be used to retrieve node meta data.
NodeMetaData(DataForm) - Constructor for class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Creates a node meta data form.
NodeMetaData.Builder - Class in rocks.xmpp.extensions.pubsub.model
A builder class to build the meta data form.
nodeTitle(String) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
A friendly name for the node.
nodeTitle(String) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The name of the node.
nodeType(NodeType) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether the node is a leaf (default) or a collection.
NodeType - Enum in rocks.xmpp.extensions.pubsub.model
The type of a node.
none() - Static method in interface rocks.xmpp.core.session.ReconnectionStrategy
Reconnection won’t happen automatically, i.e. it’s disabled.
none() - Static method in class rocks.xmpp.extensions.muc.model.DiscussionHistory
Send no history.
NoResponseException - Exception in rocks.xmpp.core.session
This exception is thrown, when no response has been received from an XMPP entity.
NoResponseException(String) - Constructor for exception rocks.xmpp.core.session.NoResponseException
 
NOT_ACCEPTABLE - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <not-acceptable/> stanza error.
NOT_ALLOWED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <not-allowed/> stanza error.
NOT_AUTHORIZED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <not-authorized/> SASL failure.
NOT_AUTHORIZED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <not-authorized/> stanza error.
NOT_AUTHORIZED - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <not-authorized/> stream error.
NOT_IN_ROSTER_GROUP - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <not-in-roster-group/> pubsub error.
NOT_SUBSCRIBED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <not-subscribed/> pubsub error.
NOT_WELL_FORMED - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <not-well-formed/> stream error.
Note(Command.Note.Type, String) - Constructor for class rocks.xmpp.extensions.commands.model.Command.Note
Creates a note.
Note(String, Jid) - Constructor for class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Creates a roster note.
Note(String, Jid, OffsetDateTime, OffsetDateTime) - Constructor for class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Creates a roster note.
notificationType(Message.Type) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Specify the delivery style for notifications.
notifyConfig(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to notify subscribers when the node configuration changes.
notifyDelete(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to notify subscribers when the node is deleted.
notifyEventListeners(Iterable<Consumer<T>>, T) - Static method in class rocks.xmpp.util.XmppUtils
Invokes listeners in a fail-safe way.
notifyException(Throwable) - Method in class rocks.xmpp.core.session.XmppSession
Called if any unhandled exception is thrown during reading or writing.
notifyException(Throwable) - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
 
notifyRetract(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to notify subscribers when items are removed from the node.
notifySub(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to notify owners about new subscribers and unsubscribes.
NotInRosterGroup - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <not-in-roster-group/> pubsub error.
NotSubscribed - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <not-subscribed/> pubsub error.
numberOfSubscribers(int) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The number of subscribers to the node.

O

Occupant - Class in rocks.xmpp.extensions.muc
The main actor in a multi-user chat environment is the occupant, who can be said to be located “in” a multi-user chat room and to participate in the discussions held in that room.
OccupantEvent - Class in rocks.xmpp.extensions.muc
An event which is triggered by an occupant in a chat room.
OccupantEvent.Type - Enum in rocks.xmpp.extensions.muc
The type of the occupant event.
of(CharSequence, CharSequence, CharSequence) - Static method in interface rocks.xmpp.addr.Jid
Returns a full JID with a domain and resource part, e.g.
of(CharSequence) - Static method in interface rocks.xmpp.addr.Jid
Creates a JID from an unescaped string.
of(Class<?>...) - Static method in class rocks.xmpp.core.session.Extension
Creates an extension with a set of classes (XML schema implementations) used by this extension.
of(Class<? extends Manager>, boolean) - Static method in class rocks.xmpp.core.session.Extension
Creates an extension, which won’t get advertised during service discovery and only has a manager class.
of(String, boolean, Class<?>...) - Static method in class rocks.xmpp.core.session.Extension
Creates an extension without business logic, but an XML schema class.
of(String, Class<? extends Manager>, boolean, Class<?>...) - Static method in class rocks.xmpp.core.session.Extension
Creates an extension with a namespace, business logic and XML schema classes.
of(String, Class<? extends Manager>, boolean, boolean, Class<?>...) - Static method in class rocks.xmpp.core.session.Extension
Creates an PEP (Personal Eventing Protocol) extension with a namespace, business logic and XML schema classes.
of(String, Class<? extends Manager>, Set<String>, boolean, Class<?>...) - Static method in class rocks.xmpp.core.session.Extension
Creates an extension which can advertise additional features, such as XEP-0300.
of(Rule.Action, Rule.Condition, String) - Static method in class rocks.xmpp.extensions.amp.model.Rule
Creates a rule.
of(PrivacyRule.Action, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a privacy list item, which allows or blocks everything.
of(Jid, PrivacyRule.Action, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a privacy rule of type ‘jid’.
of(String, PrivacyRule.Action, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a privacy rule of type ‘group’.
of(SubscriptionState.Subscription, PrivacyRule.Action, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a privacy rule of type ‘subscription’.
of(String) - Static method in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
 
of(Integer) - Static method in class rocks.xmpp.extensions.rpc.model.Value
Creates an integer value.
of(String) - Static method in class rocks.xmpp.extensions.rpc.model.Value
Creates a string value.
of(Double) - Static method in class rocks.xmpp.extensions.rpc.model.Value
Creates a double value.
of(byte[]) - Static method in class rocks.xmpp.extensions.rpc.model.Value
Creates a binary (base64) value.
of(boolean) - Static method in class rocks.xmpp.extensions.rpc.model.Value
Creates a boolean value.
of(OffsetDateTime) - Static method in class rocks.xmpp.extensions.rpc.model.Value
Creates a date value.
of(Collection<Value>) - Static method in class rocks.xmpp.extensions.rpc.model.Value
Creates an array type value.
of(Map<String, Value>) - Static method in class rocks.xmpp.extensions.rpc.model.Value
Creates a struct type value.
of(String, String) - Static method in class rocks.xmpp.extensions.shim.model.Header
Creates a header.
of(Header...) - Static method in class rocks.xmpp.extensions.shim.model.Headers
Creates a headers element.
of(Collection<Header>) - Static method in class rocks.xmpp.extensions.shim.model.Headers
Creates a headers element.
of(Map<String, String>) - Static method in class rocks.xmpp.extensions.shim.model.Headers
Creates a headers element from a map.
ofCategoryAndType(String, String) - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Creates an identity with a category and type.
ofDomain(CharSequence) - Static method in interface rocks.xmpp.addr.Jid
Creates a bare JID with only the domain part, e.g.
ofDomainAndResource(CharSequence, CharSequence) - Static method in interface rocks.xmpp.addr.Jid
Creates a full JID with a domain and resource part, e.g.
ofEscaped(CharSequence) - Static method in interface rocks.xmpp.addr.Jid
Creates a JID from a escaped JID string.
ofFaultResponse(int, String) - Static method in class rocks.xmpp.extensions.rpc.model.Rpc
Creates a method response with a fault.
Offended() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Offended
 
Offended(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Offended
 
offer(File, String) - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
 
offerFile(URL, String, Jid, Duration) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
offerFile(URI, String, Jid, Duration) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Offers a file to another user in form of an URL.
offerFile(File, String, Jid, Duration) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Offers a file to another user.
offerFile(Path, String, Jid, Duration) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Offers a file to another user.
offerFile(Path, String, Jid, Duration, String, boolean) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Offers a file to another user.
offerFile(InputStream, String, long, Instant, String, Jid, Duration) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Offers a stream to another user.
offerFile(InputStream, String, long, Instant, String, Jid, Duration, String) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Offers a stream to another user.
offerFile(InputStream, String, long, Instant, String, Jid, Duration, String, String, String) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Offers a stream to another user.
OfflineMessage - Class in rocks.xmpp.extensions.offline.model
The implementation of the <offline/> element in the http://jabber.org/protocol/offline namespace.
OfflineMessage(OfflineMessage.Item...) - Constructor for class rocks.xmpp.extensions.offline.model.OfflineMessage
 
OfflineMessage(Collection<OfflineMessage.Item>) - Constructor for class rocks.xmpp.extensions.offline.model.OfflineMessage
 
OfflineMessage(boolean, boolean) - Constructor for class rocks.xmpp.extensions.offline.model.OfflineMessage
 
OfflineMessage.Item - Class in rocks.xmpp.extensions.offline.model
 
OfflineMessage.Item.Action - Enum in rocks.xmpp.extensions.offline.model
 
OfflineMessageHeader - Class in rocks.xmpp.extensions.offline.model
The offline message header.
OfflineMessageHeader(Jid, String) - Constructor for class rocks.xmpp.extensions.offline.model.OfflineMessageHeader
 
OfflineMessageManager - Class in rocks.xmpp.extensions.offline
This manager covers the use cases of XEP-0013: Flexible Offline Message Retrieval.
OffsetDateTimeAdapter - Class in rocks.xmpp.util.adapters
Converts an OffsetDateTime to a string representation according to XEP-0082: XMPP Date and Time Profiles and vice versa.
OffsetDateTimeAdapter() - Constructor for class rocks.xmpp.util.adapters.OffsetDateTimeAdapter
 
ofLocalAndDomain(CharSequence, CharSequence) - Static method in interface rocks.xmpp.addr.Jid
Creates a bare JID with a local and domain part, e.g.
ofMethodCall(String, Value...) - Static method in class rocks.xmpp.extensions.rpc.model.Rpc
Creates a method call with a list of parameters.
ofMethodResponse(Value) - Static method in class rocks.xmpp.extensions.rpc.model.Rpc
Creates a method response.
ofStartDate(OffsetDateTime) - Static method in class rocks.xmpp.extensions.shim.model.Header
Creates a header with a start date.
ofStopDate(OffsetDateTime) - Static method in class rocks.xmpp.extensions.shim.model.Header
Creates a header with a stop date.
ofTimePeriod(OffsetDateTime, OffsetDateTime) - Static method in class rocks.xmpp.extensions.shim.model.Headers
Creates a headers element with a time period.
ON_READ - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder.UserProperties
The property to set the read callback.
ON_WRITE - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder.UserProperties
The property to set an optional write callback.
OnABus() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnABus
 
OnABus(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnABus
 
onAcknowledge(Consumer<S>) - Method in class rocks.xmpp.core.session.SendTask
Called when the sent stanza has been acknowledged by the server.
OnAPlane() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnAPlane
 
OnAPlane(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnAPlane
 
OnATrain() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnATrain
 
OnATrain(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnATrain
 
OnATrip() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnATrip
 
OnATrip(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnATrip
 
onFailed(BiConsumer<Throwable, S>) - Method in class rocks.xmpp.core.session.SendTask
Called, when a send operation failed.
onInboundSubscriptionChange(Presence.Type) - Method in enum rocks.xmpp.im.roster.model.DefinedState
Transforms an existing subscription state into a new state, depending on an inbound presence subscription change.
onOutboundSubscriptionChange(Presence.Type) - Method in enum rocks.xmpp.im.roster.model.DefinedState
Transforms an existing subscription state into a new state, depending on an outbound presence subscription change.
onSent(Consumer<S>) - Method in class rocks.xmpp.core.session.SendTask
Called, when a stanza has been sent to the server.
onSystemShutdownFirstOrElseSecond(ReconnectionStrategy, ReconnectionStrategy) - Static method in interface rocks.xmpp.core.session.ReconnectionStrategy
Uses a hybrid reconnection strategy, which uses the first one on system shutdown and the second one on every other disconnection cause.
OnThePhone() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnThePhone
 
OnThePhone(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnThePhone
 
OnVacation() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnVacation
 
OnVacation(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnVacation
 
OnVideoPhone() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnVideoPhone
 
OnVideoPhone(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.OnVideoPhone
 
OobIQ - Class in rocks.xmpp.extensions.oob.model.iq
The implementation of the <query/> element in the jabber:iq:oob namespace.
OobIQ(URL) - Constructor for class rocks.xmpp.extensions.oob.model.iq.OobIQ
Deprecated.
OobIQ(URL, String) - Constructor for class rocks.xmpp.extensions.oob.model.iq.OobIQ
Deprecated.
OobIQ(URL, String, String) - Constructor for class rocks.xmpp.extensions.oob.model.iq.OobIQ
Deprecated.
OobIQ(URI) - Constructor for class rocks.xmpp.extensions.oob.model.iq.OobIQ
 
OobIQ(URI, String) - Constructor for class rocks.xmpp.extensions.oob.model.iq.OobIQ
 
OobIQ(URI, String, String) - Constructor for class rocks.xmpp.extensions.oob.model.iq.OobIQ
 
OobX - Class in rocks.xmpp.extensions.oob.model.x
The implementation of the <x/> element in the jabber:x:oob namespace.
OobX(URL) - Constructor for class rocks.xmpp.extensions.oob.model.x.OobX
Deprecated.
OobX(URL, String) - Constructor for class rocks.xmpp.extensions.oob.model.x.OobX
Deprecated.
OobX(URI) - Constructor for class rocks.xmpp.extensions.oob.model.x.OobX
 
OobX(URI, String) - Constructor for class rocks.xmpp.extensions.oob.model.x.OobX
 
open(SessionOpen) - Method in class rocks.xmpp.core.net.client.SocketConnection
 
open(SessionOpen) - Method in interface rocks.xmpp.core.net.Connection
Opens the XML stream to the peer entity.
Open(int, String) - Constructor for class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open
Creates the <open/> element.
Open(int, String, InBandByteStream.Open.StanzaType) - Constructor for class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open
Creates the <open/> element.
Open() - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Open
 
open(SessionOpen) - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
open(SessionOpen) - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
Open - Class in rocks.xmpp.websocket.model
The implementation of the <open/> element in the urn:ietf:params:xml:ns:xmpp-framing namespace.
Open(Jid, Locale) - Constructor for class rocks.xmpp.websocket.model.Open
Creates an <open/> element with a ‘to’ and ‘lang’ attribute.
Open(Jid, Jid, String, Locale) - Constructor for class rocks.xmpp.websocket.model.Open
Creates an <open/> element with a ‘to’, ‘from’, ‘id’ and ‘lang’ attribute.
Open(Jid, Jid, String, Locale, String) - Constructor for class rocks.xmpp.websocket.model.Open
Creates an <open/> element with a ‘to’, ‘from’, ‘id’ and ‘lang’ attribute.
open(SessionOpen) - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
Option(String) - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Option
Creates an option.
Option(String, String) - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Option
Creates an option.
options(Collection<DataForm.Option>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the options.
Organization(String, String...) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Organization
Creates an organization.
Other() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Other
 
Other(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Other
 
OutboundRealTimeMessage - Class in rocks.xmpp.extensions.rtt
An outbound real-time message.
OutOfBandFileTransferManager - Class in rocks.xmpp.extensions.oob
 
OutOfOrder - Class in rocks.xmpp.extensions.jingle.model.errors
The implementation of the <out-of-order/> jingle error.
OutOfOrder() - Constructor for class rocks.xmpp.extensions.jingle.model.errors.OutOfOrder
 
Outraged() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Outraged
 
Outraged(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Outraged
 
owners(Collection<Jid>) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Full list of room owners.
owners(Collection<Jid>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The JIDs of those with an affiliation of owner.

P

Page - Class in rocks.xmpp.extensions.data.layout.model
The implementation of the <page/> element in the http://jabber.org/protocol/xdata-layout namespace.
Page(String, Collection<FieldReference>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Page
Creates a page.
Page(String, Collection<FieldReference>, Collection<String>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Page
Creates a page.
Page(String, Collection<FieldReference>, Collection<String>, FieldReference) - Constructor for class rocks.xmpp.extensions.data.layout.model.Page
Creates a page.
pages(Collection<Page>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the pages of the form.
Parameter(String, String) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType.Parameter
Constructs a parameter with name and value.
Partying() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Partying
 
Partying(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Partying
 
password(String) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
The room password.
password(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the password.
passwordProtected(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Whether a password is required to enter.
path(String) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
Sets the path on the host, e.g.
path(String) - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration.Builder
Sets the path on the host, e.g.
pause(Duration) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘pause’ attribute of the body.
PAUSED - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
User had been composing but now has stopped.
PAYLOAD_REQUIRED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <payload-required/> pubsub error.
PAYLOAD_TOO_BIG - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <payload-too-big/> pubsub error.
PayloadRequired - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <payload-required/> pubsub error.
PayloadTooBig - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <payload-too-big/> pubsub error.
PayloadType(int) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
Creates a payload type.
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.
payloadType(String) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The payload type.
PENDING_SUBSCRIPTION - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <pending-subscription/> pubsub error.
PendingSubscription - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <pending-subscription/> pubsub error.
persistent(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Whether to make room persistent.
persistItems(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to persist items to storage.
persistItems(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
 
phone(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the phone.
Ping - Class in rocks.xmpp.extensions.ping.model
The implementation of the <ping/> element in the urn:xmpp:ping namespace.
ping(Jid) - Method in class rocks.xmpp.extensions.ping.PingManager
Pings the given XMPP entity.
PingHandler - Class in rocks.xmpp.extensions.ping.handler
Handles an XMPP-level ping request, by returning a pong.
PingHandler() - Constructor for class rocks.xmpp.extensions.ping.handler.PingHandler
 
pingInterval(Duration) - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration.Builder
Sets the ping interval.
PingManager - Class in rocks.xmpp.extensions.ping
This class implements the application-level ping mechanism as specified in XEP-0199: XMPP Ping.
pingServer() - Method in class rocks.xmpp.extensions.ping.PingManager
Pings the connected server.
Playful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Playful
 
Playful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Playful
 
PlayingSports() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.PlayingSports
 
PlayingSports(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.PlayingSports
 
POLICY_VIOLATION - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <policy-violation/> stanza error.
POLICY_VIOLATION - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <policy-violation/> stream error.
polling(Duration) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘polling’ attribute of the body.
port(int) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets the port.
postalCode(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a code used for postal delivery.
postalCode(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the postal code.
Praying() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Praying
 
Praying(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Praying
 
Presence - Class in rocks.xmpp.core.stanza.model
The implementation of the <presence/> element.
Presence() - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs an empty presence to indicate availability.
Presence(Byte) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a presence with a priority.
Presence(Presence.Show) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a presence with a specific ‘show’ value.
Presence(Presence.Show, Byte) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a presence with a specific ‘show’ value and priority.
Presence(Presence.Type) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a presence of a specific type.
Presence(Presence.Type, Byte) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a presence of a specific type.
Presence(Jid) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a directed presence.
Presence(Jid, Presence.Show, String) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a directed presence with a specific ‘show’ attribute and status.
Presence(Jid, Presence.Type, String) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a directed presence, which is useful for requesting subscription or for exiting a multi-user chat.
Presence(Jid, Presence.Type, String, String) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a directed presence, which is useful for requesting subscription or for exiting a multi-user chat.
Presence(Jid, Presence.Type, Presence.Show, Collection<Text>, Byte, String, Jid, Locale, Collection<?>, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.Presence
Constructs a presence with all possible values.
Presence.Show - Enum in rocks.xmpp.core.stanza.model
Represents a <presence/> <show/> element.
Presence.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <presence/> ‘type’ attribute.
PRESENCE_SUBSCRIPTION_REQUIRED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <presence-subscription-required/> pubsub error.
presenceBasedDelivery(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to deliver notifications to available users only.
PresenceEvent - Class in rocks.xmpp.core.stanza
A presence event is fired whenever a presence stanza is received or sent.
PresenceEvent(Object, Presence, boolean) - Constructor for class rocks.xmpp.core.stanza.PresenceEvent
Constructs a presence event.
PresenceManager - Class in rocks.xmpp.im.subscription
Manages subscription requests and presences.
PresenceSubscriptionRequired - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <presence-subscription-required/> pubsub error.
previousPage(int) - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Creates the result set request for the previous page.
Privacy - Class in rocks.xmpp.extensions.privacy.model
The implementation of the the <query/> element in the jabber:iq:privacy namespace.
Privacy() - Constructor for class rocks.xmpp.extensions.privacy.model.Privacy
Creates an empty privacy element.
Privacy(PrivacyList...) - Constructor for class rocks.xmpp.extensions.privacy.model.Privacy
Creates a privacy element with one or more privacy lists.
Privacy(String, String, Collection<PrivacyList>) - Constructor for class rocks.xmpp.extensions.privacy.model.Privacy
Creates a privacy element with one or more privacy lists and an active and default name.
PrivacyList - Class in rocks.xmpp.extensions.privacy.model
The implementation of a privacy list.
PrivacyList(String, Collection<PrivacyRule>) - Constructor for class rocks.xmpp.extensions.privacy.model.PrivacyList
Creates a privacy list with rules.
PrivacyList(String) - Constructor for class rocks.xmpp.extensions.privacy.model.PrivacyList
Creates a privacy list.
PrivacyListEvent - Class in rocks.xmpp.extensions.privacy
This event notifies listeners, when a privacy list has been created or updated.
PrivacyListManager - Class in rocks.xmpp.extensions.privacy
This class manages privacy lists, which allow users to block communications from other users as described in XEP-0016: Privacy Lists.
PrivacyRule - Class in rocks.xmpp.extensions.privacy.model
A privacy rule for privacy lists, which is applied by the server.
PrivacyRule.Action - Enum in rocks.xmpp.extensions.privacy.model
Defines the action to perform with the privacy item: either allow or deny communication.
PrivacyRule.Type - Enum in rocks.xmpp.extensions.privacy.model
Defines the type of communication which should be allowed of denied.
PRIVATE - Static variable in class rocks.xmpp.extensions.carbons.model.MessageCarbons
The implementation of the <private/> element in the urn:xmpp:carbons:2 namespace.
PrivateData - Class in rocks.xmpp.extensions.privatedata.model
The implementation of the <query/> element in the jabber:iq:private namespace.
PrivateData(Object) - Constructor for class rocks.xmpp.extensions.privatedata.model.PrivateData
Creates private data.
PrivateDataManager - Class in rocks.xmpp.extensions.privatedata
This class implements XEP-0049: Private XML Storage.
Proceed - Class in rocks.xmpp.core.tls.model
Represents the TLS proceed case.
process(Jid, String, List<Value>) - Method in interface rocks.xmpp.extensions.rpc.RpcHandler
Processes the remote procedure call.
processFeatures(StreamFeatures) - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Processes the <stream:features/> element and immediately starts negotiating the first feature.
PROCESSING_FAILED - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression.Failure.Condition
If compression processing fails after the new (compressed) stream has been established.
processNegotiation(Object) - Method in interface rocks.xmpp.core.stream.StreamFeatureNegotiator
Processes a feature protocol element or the feature element itself.
processNegotiation(Object) - Method in class rocks.xmpp.core.tls.client.StartTlsManager
 
processNegotiation(Object) - Method in class rocks.xmpp.extensions.compress.CompressionManager
 
processNegotiation(Object) - Method in class rocks.xmpp.extensions.sm.StreamManager
 
Proud() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Proud
 
Proud(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Proud
 
proxy(Proxy) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets the proxy, e.g. if you are behind a HTTP proxy and use a BOSH connection.
proxyByteStreams() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
SOCKS5 bytestreams proxy service.
proxyError(String) - Static method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Creates a transport method with a <proxy-error/> element.
publicRoom(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Whether to allow public searching for room.
publish(GeoLocation) - Method in class rocks.xmpp.extensions.geoloc.GeoLocationManager
Publishes a geo location to the personal eventing service.
publish(Mood) - Method in class rocks.xmpp.extensions.mood.MoodManager
Publishes a mood to the personal eventing service.
publish(Object) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Publishes an item to this node.
publish(Object, PublishOptions) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Publishes an item to this node.
publish(String, Object) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Publishes an item to this node.
publish(String, Object, PublishOptions) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Publishes an item to this node.
publishAvatar(byte[]) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
Publishes an avatar to your VCard.
publishAvatarImage(BufferedImage) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
Publishes an avatar to your VCard.
publisherModel(PublisherModel) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The publisher model.
PublisherModel - Enum in rocks.xmpp.extensions.pubsub.model
Defines who may publish publish to a node.
publishers(Collection<Jid>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The JIDs of those with an affiliation of publisher.
PublishOptions - Class in rocks.xmpp.extensions.pubsub.model
Represents a standardized DataForm with form type http://jabber.org/protocol/pubsub#publish-options, which can be used to retrieve node meta data.
PublishOptions(DataForm) - Constructor for class rocks.xmpp.extensions.pubsub.model.PublishOptions
 
PublishOptions.Builder - Class in rocks.xmpp.extensions.pubsub.model
A builder class to build the publish options form.
PubSub - Class in rocks.xmpp.extensions.pubsub.model
The implementation of the <pubsub/> element in the http://jabber.org/protocol/pubsub namespace.
PubSub.Default - Class in rocks.xmpp.extensions.pubsub.model
The <default/> element.
PubSub.Options - Class in rocks.xmpp.extensions.pubsub.model
The (subscribe) <options/> element.
PubSub.Publish - Class in rocks.xmpp.extensions.pubsub.model
The <publish/> element.
pubsubCollection() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A pubsub node of the “collection” type.
PubSubError - Class in rocks.xmpp.extensions.pubsub.model.errors
An enclosing class for pubsub errors.
PubSubFeature - Enum in rocks.xmpp.extensions.pubsub.model
Represents the pubsub features.
pubsubLeaf() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A pubsub node of the “leaf” type.
PubSubManager - Class in rocks.xmpp.extensions.pubsub
This class is the entry point to work with pubsub.
pubSubNode(URI) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
XMPP URI of associated publish-subcribe node.
PubSubNode - Class in rocks.xmpp.extensions.pubsub
This class represents a single pubsub node.
PubSubOwner - Class in rocks.xmpp.extensions.pubsub.model.owner
The implementation of the <pubsub/> element in the http://jabber.org/protocol/pubsub#owner namespace.
pubsubPersonalEventingService() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A personal eventing service that supports the publish-subscribe subset defined in XEP-0163..
pubsubService() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A pubsub service that supports the functionality defined in XEP-0060.
PubSubService - Class in rocks.xmpp.extensions.pubsub
This class acts a facade to deal with a remote pubsub service.
purge() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Purges this node of all published items.
purgeOffline(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to purge all items when the relevant publisher goes offline.
put(String, byte[]) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
put(K, V) - Method in class rocks.xmpp.util.cache.LruCache
 
putAll(Map<? extends String, ? extends byte[]>) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
putAll(Map<? extends K, ? extends V>) - Method in class rocks.xmpp.util.cache.LruCache
 
putExtension(Object) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Replaces an existing extension of the same type or adds the extension, if it doesn’t exist yet.
putIfAbsent(K, V) - Method in class rocks.xmpp.util.cache.LruCache
 

Q

query(IQ) - Method in class rocks.xmpp.core.session.XmppSession
Sends an <iq/> stanza and returns an async result, which can be used to wait for the response.
query(IQ, Duration) - Method in class rocks.xmpp.core.session.XmppSession
Sends an <iq/> stanza and returns an async result, which can be used to wait for the response.
query(IQ, Class<T>) - Method in class rocks.xmpp.core.session.XmppSession
Sends an <iq/> stanza and returns an async result, which can be used to wait for the response.
QueuedExecutorService - Class in rocks.xmpp.util.concurrent
 
QueuedExecutorService(ExecutorService) - Constructor for class rocks.xmpp.util.concurrent.QueuedExecutorService
 
QueuedScheduledExecutorService - Class in rocks.xmpp.util.concurrent
 
QueuedScheduledExecutorService(ExecutorService) - Constructor for class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 

R

Range(String, String) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Range
Creates a range validation.
Range - Interface in rocks.xmpp.extensions.filetransfer.model
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(Collection<Address>) - Constructor for class rocks.xmpp.extensions.reach.model.Reachability
 
Reachability() - Constructor for class rocks.xmpp.extensions.reach.model.Reachability
 
ReachabilityEvent - Class in rocks.xmpp.extensions.reach
This event notifies listeners, when a contact’s reachability has changed.
ReachabilityManager - Class in rocks.xmpp.extensions.reach
Allows to query for reachability addresses of another contact, automatically responds to reachability queries and notifies Consumers, when the reachability of a contact has changed either via presence or PEP.
Reading() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Reading
 
Reading(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Reading
 
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.
RealTimeMessageEvent - Class in rocks.xmpp.extensions.rtt
This event notifies listeners, when a real-time message has been created.
RealTimeText - Class in rocks.xmpp.extensions.rtt.model
The implementation of the <rtt/> element in the urn:xmpp:rtt:0 namespace.
RealTimeText(RealTimeText.Event, Collection<RealTimeText.Action>, int, String) - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText
Creates a <rtt/> element.
RealTimeText.Action - Class in rocks.xmpp.extensions.rtt.model
An abstract base class for all three RTT actions.
RealTimeText.EraseText - Class in rocks.xmpp.extensions.rtt.model
The implementation of the <e/> element.
RealTimeText.Event - Enum in rocks.xmpp.extensions.rtt.model
The real-time text event.
RealTimeText.InsertText - Class in rocks.xmpp.extensions.rtt.model
The implementation of the <t/> element.
RealTimeText.WaitInterval - Class in rocks.xmpp.extensions.rtt.model
The implementation of the <w/> element.
RealTimeTextActivationEvent - Class in rocks.xmpp.extensions.rtt
This event notifies listeners, when a real-time message has been created.
RealTimeTextChangeEvent - Class in rocks.xmpp.extensions.rtt
This event notifies listeners, when a message has been successfully updated.
RealTimeTextManager - Class in rocks.xmpp.extensions.rtt
Manages In-Band Real Time Text.
Reason(Jingle.Reason.Condition) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason
Creates a reason element with a defined condition.
Reason(Jingle.Reason.Condition, String) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason
Creates a reason element with a defined condition and a text.
Reason(Jingle.Reason.Condition, String, Object) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason
Creates a reason element with a defined condition and a text.
Received(Forwarded) - Constructor for class rocks.xmpp.extensions.carbons.model.MessageCarbons.Received
 
Received(Jingle.Content.Creator, String) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.Received
 
Received(String) - Constructor for class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts.Received
Create the <received/> element.
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
 
RECIPIENT_UNAVAILABLE - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <recipient-unavailable/> stanza error.
ReconnectionStrategy - Interface in rocks.xmpp.core.session
A strategy for reconnection logic, i.e. when and in which interval reconnection attempts will happen.
reconnectionStrategy(ReconnectionStrategy) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the reconnection strategy, which determined when to reconnect after a disconnection.
redirect(String) - Static method in class rocks.xmpp.core.stanza.model.errors.Condition
Creates a <redirect/> stanza error with an alternate address.
Redirect - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <redirect/> stanza error.
Regex(String) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Regex
 
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.
registerApplicationFormat(Class<? extends ApplicationFormat>, Consumer<JingleSession>) - Method in class rocks.xmpp.extensions.jingle.JingleManager
 
registered(boolean) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Marks the registration as registered.
registerFeature(Extension) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Registers a feature / extension.
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.Builder - Class in rocks.xmpp.extensions.register.model
A builder to build a registration.
REGISTRATION_REQUIRED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <registration-required/> stanza error.
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.
Rehearsing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Rehearsing
 
Rehearsing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Rehearsing
 
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
 
Relaxed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Relaxed
 
Relaxed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Relaxed
 
Relieved() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Relieved
 
Relieved(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Relieved
 
Remorseful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Remorseful
 
Remorseful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Remorseful
 
REMOTE_CONNECTION_FAILED - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <remote-connection-failed/> stream error.
REMOTE_SERVER_NOT_FOUND - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <remote-server-not-found/> stanza error.
REMOTE_SERVER_TIMEOUT - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <remote-server-timeout/> stanza error.
RemoteCandidate - Class in rocks.xmpp.extensions.jingle.transports.iceudp.model
 
RemoteCandidate() - Constructor for class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
 
RemoteCandidate(Integer, String, Integer) - Constructor for class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
 
remove() - Static method in class rocks.xmpp.extensions.register.model.Registration
Creates a registration element with an <remove/> element used to indicate account removal.
remove(Object) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
remove(Object) - Method in class rocks.xmpp.util.cache.LruCache
 
remove(Object, Object) - Method in class rocks.xmpp.util.cache.LruCache
 
removeAllMessages() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
Removes all offline messages.
removeAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
Removes a previously added avatar listener.
removeBlockingListener(Consumer<BlockingEvent>) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Removes a previously added blocking listener.
removeByteStreamListener(Consumer<ByteStreamEvent>) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamManager
Removes a previously added byte stream listener.
removeCapabilitiesChangeListener(Consumer<EventObject>) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Removes a property change listener.
removeChatPartnerListener(Consumer<ChatSession.ChatPartnerEvent>) - Method in class rocks.xmpp.im.chat.ChatSession
Removes a chat partner listener.
removeChatRoomBookmark(Jid) - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
Removes a chat room bookmark.
removeChatSessionListener(Consumer<ChatSessionEvent>) - Method in class rocks.xmpp.im.chat.ChatManager
Removes a previously added chat session listener.
removeConnectionListener(Consumer<ConnectionEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added connection listener.
removeContact(Jid) - Static method in class rocks.xmpp.im.roster.model.Contact
Creates a new contact to send to the server for removal.
removeContact(Jid) - Method in class rocks.xmpp.im.roster.RosterManager
Removes a contact from the roster.
removeContactExchangeListener(Consumer<ContactExchangeEvent>) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Removes a previously added contact exchange listener.
removeContactGroup(ContactGroup) - Method in class rocks.xmpp.im.roster.RosterManager
Removes a contact group.
removeCreationListener(Consumer<XmppSession>) - Static method in class rocks.xmpp.core.session.XmppSession
Removes a previously added creation listener.
REMOVED_DUE_TO_ERROR - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
Inform users that a user was removed because of an error reply (for example when an s2s link fails between the MUC and the removed users server).
removeExtension(Class<?>) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Removes all extensions of the given type.
removeExtension(DataForm) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Removes an extension.
removeFeature(String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Removes a feature.
removeFeature(Class<? extends Manager>) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Removes a feature by its manager class.
removeFeatureNegotiator(StreamFeatureNegotiator<? extends StreamFeature>) - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Removes a feature negotiator.
removeFileTransferOfferListener(Consumer<FileTransferOfferEvent>) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Removes a previously added file transfer listener.
removeFileTransferStatusListener(Consumer<FileTransferStatusEvent>) - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Removes a previously added file transfer status listener.
removeGeoLocationListener(Consumer<GeoLocationEvent>) - Method in class rocks.xmpp.extensions.geoloc.GeoLocationManager
Removes a previously added geo location listener.
removeHttpAuthenticationListener(Consumer<HttpAuthenticationEvent>) - 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(Consumer<IQEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added inbound IQ listener from the session.
removeInboundMessageListener(Consumer<MessageEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added inbound message listener from the session.
removeInboundMessageListener(Consumer<MessageEvent>) - Method in class rocks.xmpp.im.chat.Chat
Removes a previously added message listener.
removeInboundPresenceListener(Consumer<PresenceEvent>) - 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(Consumer<InvitationDeclineEvent>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Removes a previously added invitation decline listener.
removeInvitationListener(Consumer<InvitationEvent>) - 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.
removeJingleListener(Consumer<JingleEvent>) - Method in class rocks.xmpp.extensions.jingle.JingleManager
Removes a previously added Jingle listener.
removeJingleListener(Consumer<JingleEvent>) - 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.
removeMessageAcknowledgedListener(Consumer<MessageEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added message acknowledge listener.
removeMessageDeliveredListener(Consumer<MessageDeliveredEvent>) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
Removes a previously added message delivered listener.
removeMessages(String...) - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
Removes specific offline messages.
removeOccupantListener(Consumer<OccupantEvent>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Removes a previously added occupant listener.
removeOutboundIQListener(Consumer<IQEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added outbound IQ listener from the session.
removeOutboundMessageListener(Consumer<MessageEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added outbound message listener from the session.
removeOutboundPresenceListener(Consumer<PresenceEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added outbound presence listener from the session.
removePrivacyListListener(Consumer<PrivacyListEvent>) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Removes a previously added privacy list listener.
removeReachabilityListener(Consumer<ReachabilityEvent>) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
Removes a previously added reachability listener.
removeRealTimeTextActivationListener(Consumer<RealTimeTextActivationEvent>) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Removes a previously added real-time text listener.
removeRealTimeTextChangeListener(Consumer<RealTimeTextChangeEvent>) - Method in class rocks.xmpp.extensions.rtt.InboundRealTimeMessage
Removes a previously added text change listener.
removeRosterListener(Consumer<RosterEvent>) - Method in class rocks.xmpp.im.roster.RosterManager
Removes a previously added roster listener.
removeSendFailedListener(BiConsumer<StreamElement, Throwable>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added send failed listener.
removeSendSucceededListener(Consumer<StreamElement>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added send succeeded listener.
removeSessionStatusListener(Consumer<SessionStatusEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added session listener.
removeSubjectChangeListener(Consumer<SubjectChangeEvent>) - 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.im.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
 
replace(K, V, V) - Method in class rocks.xmpp.util.cache.LruCache
 
replace(K, V) - Method in class rocks.xmpp.util.cache.LruCache
 
replaceTransport(String, TransportMethod) - Method in class rocks.xmpp.extensions.jingle.JingleSession
 
replaceTransport(InBandByteStreamsTransportMethod) - Method in class rocks.xmpp.extensions.jingle.transports.ibb.IbbTransportNegotiator
 
report(long) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘report’ attribute of the body.
reportedFields(Collection<DataForm.Field>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the reported fields of the form.
REQUEST - Static variable in class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts
The implementation of the <request/> element in the urn:xmpp:receipts namespace.
REQUEST - Static variable in class rocks.xmpp.extensions.sm.model.StreamManagement
The <r/> element in the urn:xmpp:sm:3 namespace.
requestAllMessages() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
Requests all offline messages.
requestId(long) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘rid’ attribute of the body.
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.im.roster.RosterManager
Requests the roster from the server.
requests(short) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘requests’ attribute of the body.
RequestStrategies - Class in rocks.xmpp.extensions.sm
A set of request strategies which are used for requesting acknowledgements from the server.
requestSubscription(Jid, String) - Method in class rocks.xmpp.im.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.
required(boolean) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets if the field is required.
requiresRestart() - Method in class rocks.xmpp.core.sasl.model.Mechanisms
 
requiresRestart() - Method in class rocks.xmpp.core.stream.model.StreamFeature
If this feature requires a stream restart after it has been negotiated.
requiresRestart() - Method in class rocks.xmpp.core.tls.model.StartTls
 
requiresRestart() - Method in class rocks.xmpp.extensions.compress.model.feature.CompressionFeature
 
RESET - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <reset/> stream error.
reset() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Sends a message refresh.
reset(String, CharSequence) - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Sends a message refresh, if you want to switch the message, which is being edited.
reset() - Method in class rocks.xmpp.extensions.sm.StreamManager
Resets any client enabled state.
resolveSRV(CharSequence, CharSequence, String, long) - Static method in class rocks.xmpp.dns.DnsResolver
Resolves DNS SRV records for the given domain.
resolveSRV(CharSequence, CharSequence, long) - Static method in class rocks.xmpp.dns.DnsResolver
Deprecated.
resolveTXT(CharSequence, String, long) - Static method in class rocks.xmpp.dns.DnsResolver
Resolves DNS TXT records for the given domain.
resolveTXT(CharSequence, long) - Static method in class rocks.xmpp.dns.DnsResolver
Deprecated.
RESOURCE_CONSTRAINT - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <resource-constraint/> stanza error.
RESOURCE_CONSTRAINT - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <resource-constraint/> stream error.
ResourceLimitExceeded - Class in rocks.xmpp.extensions.errors.model
The implementation of the <resource-limit-exceeded/> element in the urn:xmpp:errors namespace.
responder(Jid, String, Jingle.Action, List<Jingle.Content>) - Static method in class rocks.xmpp.extensions.jingle.model.Jingle
 
Response - Class in rocks.xmpp.core.sasl.model
The implementation of the <response/> element, which is sent during the SASL negotiation.
Response(byte[]) - Constructor for class rocks.xmpp.core.sasl.model.Response
Creates a response to a Challenge.
responseClientToServer(Jid, Jid, String, Locale, QName...) - Static method in class rocks.xmpp.core.stream.model.StreamHeader
Creates a response stream header for client-to-server streams.
responseServerToServer(Jid, Jid, String, Locale, QName...) - Static method in class rocks.xmpp.core.stream.model.StreamHeader
Creates a response stream header for server-to-server streams.
restart(boolean) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘restart’ attribute of the body.
restart() - Method in class rocks.xmpp.nio.codec.XmppStreamDecoder
Restarts the stream, i.e. a new reader will be created.
restartLogic(boolean) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘restartlogic’ attribute of the body.
Restless() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Restless
 
Restless(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Restless
 
RESTRICTED_XML - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <restricted-xml/> stream error.
ResultSet<T extends ResultSetItem> - Class in rocks.xmpp.extensions.rsm
A result set usually consists of a list of items and additional result set information (e.g. to mark first and last items).
ResultSetItem - Interface in rocks.xmpp.extensions.rsm.model
A result item, which can be used in the context of result set management.
ResultSetManagement - Class in rocks.xmpp.extensions.rsm.model
The implementation of the <set/> element in the http://jabber.org/protocol/rsm namespace.
ResultSetProvider<T extends ResultSetItem> - Interface in rocks.xmpp.extensions.rsm
Provides methods which are needed for result set management.
Resume(long, String) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Resume
 
resume() - Method in class rocks.xmpp.extensions.sm.StreamManager
Resumes the stream.
Resumed(long, String) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Resumed
 
revokeAdminStatus(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Revokes a user’s admin status.
revokeMembership(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Revokes a user’s membership.
revokeModeratorStatus(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Revokes moderator status from a participant or visitor.
revokeOwnerStatus(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Revokes a user’s owner status.
revokeVoice(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Revokes voice from a participant.
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.addr - package rocks.xmpp.addr
Provides classes for the XMPP Address Format (JID).
rocks.xmpp.core - package rocks.xmpp.core
Provides classes for core XMPP functionality.
rocks.xmpp.core.bind.model - package rocks.xmpp.core.bind.model
Provides XML schema implementations of the Resource Binding Namespace.
rocks.xmpp.core.net - package rocks.xmpp.core.net
Provides base classes and interfaces for network and connection related logic.
rocks.xmpp.core.net.client - package rocks.xmpp.core.net.client
Provides classes for client side connection configuration and establishment.
rocks.xmpp.core.sasl - package rocks.xmpp.core.sasl
Provides classes for SASL Negotiation (authentication).
rocks.xmpp.core.sasl.anonymous - package rocks.xmpp.core.sasl.anonymous
rocks.xmpp.core.sasl.model - package rocks.xmpp.core.sasl.model
Provides XML schema implementations of the SASL Namespace.
rocks.xmpp.core.sasl.scram - package rocks.xmpp.core.sasl.scram
rocks.xmpp.core.session - package rocks.xmpp.core.session
Provides classes related to an XMPP session.
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
Provides classes for debugging an XMPP session.
rocks.xmpp.core.session.model - package rocks.xmpp.core.session.model
Provides XML schema implementations of the Session Establishment namespace.
rocks.xmpp.core.stanza - package rocks.xmpp.core.stanza
Provides classes for XML stanza management (message, presence, IQ).
rocks.xmpp.core.stanza.model - package rocks.xmpp.core.stanza.model
rocks.xmpp.core.stanza.model.client - package rocks.xmpp.core.stanza.model.client
rocks.xmpp.core.stanza.model.errors - package rocks.xmpp.core.stanza.model.errors
Provides XML schema implementations of the Stanza Error Namespace.
rocks.xmpp.core.stanza.model.server - package rocks.xmpp.core.stanza.model.server
rocks.xmpp.core.stream - package rocks.xmpp.core.stream
Provides classes for XML Streams, especially Stream Negotiation.
rocks.xmpp.core.stream.client - package rocks.xmpp.core.stream.client
Provides classes for client-side stream negotiation.
rocks.xmpp.core.stream.model - package rocks.xmpp.core.stream.model
Provides XML schema implementations of the Stream Namespace, like Stream Features.
rocks.xmpp.core.stream.model.errors - package rocks.xmpp.core.stream.model.errors
Provides XML schema implementations of the Stream Error Namespace.
rocks.xmpp.core.tls.client - package rocks.xmpp.core.tls.client
Provides classes for client-side STARTTLS negotiation.
rocks.xmpp.core.tls.model - package rocks.xmpp.core.tls.model
Provides XML schema implementations of the STARTTLS Namespace.
rocks.xmpp.dns - package rocks.xmpp.dns
Provides classes for minimalistic DNS resolution for SRV and TXT records.
rocks.xmpp.extensions.activity.model - package rocks.xmpp.extensions.activity.model
Provides XML schema implementations of XEP-0108: User Activity.
rocks.xmpp.extensions.address.model - package rocks.xmpp.extensions.address.model
Provides XML schema implementations of XEP-0033: Extended Stanza Addressing.
rocks.xmpp.extensions.amp.model - package rocks.xmpp.extensions.amp.model
Provides XML schema implementations of XEP-0079: Advanced Message Processing.
rocks.xmpp.extensions.amp.model.errors - package rocks.xmpp.extensions.amp.model.errors
Provides XML schema implementations of XEP-0079: Advanced Message Processing (errors).
rocks.xmpp.extensions.attention.model - package rocks.xmpp.extensions.attention.model
Provides XML schema implementations of XEP-0224: Attention.
rocks.xmpp.extensions.avatar - package rocks.xmpp.extensions.avatar
Provides classes for XEP-0084: User Avatar.
rocks.xmpp.extensions.avatar.model.data - package rocks.xmpp.extensions.avatar.model.data
Provides XML schema implementations of XEP-0084: User Avatar (data).
rocks.xmpp.extensions.avatar.model.metadata - package rocks.xmpp.extensions.avatar.model.metadata
Provides XML schema implementations of XEP-0084: User Avatar (metadata).
rocks.xmpp.extensions.blocking - package rocks.xmpp.extensions.blocking
Provides classes for XEP-0191: Blocking Command.
rocks.xmpp.extensions.blocking.model - package rocks.xmpp.extensions.blocking.model
Provides XML schema implementations of XEP-0191: Blocking Command.
rocks.xmpp.extensions.blocking.model.errors - package rocks.xmpp.extensions.blocking.model.errors
Provides XML schema implementations of XEP-0191: Blocking Command (errors).
rocks.xmpp.extensions.bob - package rocks.xmpp.extensions.bob
Provides classes for XEP-0231: Bits of Binary.
rocks.xmpp.extensions.bob.model - package rocks.xmpp.extensions.bob.model
Provides XML schema implementations of XEP-0231: Bits of Binary.
rocks.xmpp.extensions.bookmarks - package rocks.xmpp.extensions.bookmarks
Provides classes for XEP-0048: Bookmarks.
rocks.xmpp.extensions.bookmarks.model - package rocks.xmpp.extensions.bookmarks.model
Provides XML schema implementations of XEP-0048: Bookmarks.
rocks.xmpp.extensions.bytestreams - package rocks.xmpp.extensions.bytestreams
Provides classes for byte streams (XEP-0047: In-Band Bytestreams and XEP-0065: SOCKS5 Bytestreams).
rocks.xmpp.extensions.bytestreams.ibb - package rocks.xmpp.extensions.bytestreams.ibb
Provide classes for XEP-0047: In-Band Bytestreams.
rocks.xmpp.extensions.bytestreams.ibb.model - package rocks.xmpp.extensions.bytestreams.ibb.model
Provides XML schema implementations of XEP-0047: In-Band Bytestreams.
rocks.xmpp.extensions.bytestreams.s5b - package rocks.xmpp.extensions.bytestreams.s5b
Provides classes for XEP-0065: SOCKS5 Bytestreams.
rocks.xmpp.extensions.bytestreams.s5b.model - package rocks.xmpp.extensions.bytestreams.s5b.model
Provides XML schema implementations of XEP-0065: SOCKS5 Bytestreams.
rocks.xmpp.extensions.caps - package rocks.xmpp.extensions.caps
Provides classes for XEP-0115: Entity Capabilities.
rocks.xmpp.extensions.caps.model - package rocks.xmpp.extensions.caps.model
Provides XML schema implementations of XEP-0115: Entity Capabilities.
rocks.xmpp.extensions.caps2.model - package rocks.xmpp.extensions.caps2.model
Provides XML schema implementations of XEP-0390: Entity Capabilities 2.0.
rocks.xmpp.extensions.carbons - package rocks.xmpp.extensions.carbons
Provides classes for XEP-0280: Message Carbons.
rocks.xmpp.extensions.carbons.model - package rocks.xmpp.extensions.carbons.model
Provides XML schema implementations of XEP-0280: Message Carbons.
rocks.xmpp.extensions.chatstates - package rocks.xmpp.extensions.chatstates
rocks.xmpp.extensions.chatstates.model - package rocks.xmpp.extensions.chatstates.model
Provides XML schema implementations of XEP-0085: Chat State Notifications.
rocks.xmpp.extensions.colors - package rocks.xmpp.extensions.colors
Provides an implementation of XEP-0392: Consistent Color Generation.
rocks.xmpp.extensions.commands.model - package rocks.xmpp.extensions.commands.model
Provides XML schema implementations of XEP-0050: Ad-Hoc Commands.
rocks.xmpp.extensions.component.accept - package rocks.xmpp.extensions.component.accept
rocks.xmpp.extensions.component.accept.model - package rocks.xmpp.extensions.component.accept.model
Provides XML schema implementations of XEP-0050: Ad-Hoc Commands.
rocks.xmpp.extensions.compress - package rocks.xmpp.extensions.compress
Provides classes for XEP-0138: Stream Compression.
rocks.xmpp.extensions.compress.model - package rocks.xmpp.extensions.compress.model
Provides XML schema implementations of XEP-0138: Stream Compression.
rocks.xmpp.extensions.compress.model.feature - package rocks.xmpp.extensions.compress.model.feature
Provides XML schema implementations of XEP-0138: Stream Compression (feature).
rocks.xmpp.extensions.csi.model - package rocks.xmpp.extensions.csi.model
Provides XML schema implementations of XEP-0352: Client State Indication.
rocks.xmpp.extensions.data.layout.model - package rocks.xmpp.extensions.data.layout.model
Provides XML schema implementations of XEP-0141: Data Forms Layout.
rocks.xmpp.extensions.data.mediaelement.model - package rocks.xmpp.extensions.data.mediaelement.model
Provides XML schema implementations of XEP-0221: Data Forms Media Element.
rocks.xmpp.extensions.data.model - package rocks.xmpp.extensions.data.model
Provides XML schema implementations of XEP-0004: Data Forms.
rocks.xmpp.extensions.data.validate.model - package rocks.xmpp.extensions.data.validate.model
Provides XML schema implementations of XEP-0122: Data Forms Validation.
rocks.xmpp.extensions.delay.model - package rocks.xmpp.extensions.delay.model
Provides XML schema implementations of XEP-0203: Delayed Delivery.
rocks.xmpp.extensions.disco - package rocks.xmpp.extensions.disco
Provides classes for XEP-0030: Service Discovery (#info).
rocks.xmpp.extensions.disco.model.info - package rocks.xmpp.extensions.disco.model.info
Provides XML schema implementations of XEP-0030: Service Discovery (#info).
rocks.xmpp.extensions.disco.model.items - package rocks.xmpp.extensions.disco.model.items
Provides XML schema implementations of XEP-0030: Service Discovery (#items).
rocks.xmpp.extensions.errors.model - package rocks.xmpp.extensions.errors.model
rocks.xmpp.extensions.featureneg.model - package rocks.xmpp.extensions.featureneg.model
Provides XML schema implementations of XEP-0020: Feature Negotiation.
rocks.xmpp.extensions.filetransfer - package rocks.xmpp.extensions.filetransfer
Provides an abstraction for different kinds of file transfer.
rocks.xmpp.extensions.filetransfer.model - package rocks.xmpp.extensions.filetransfer.model
Provides common interfaces for file transfer.
rocks.xmpp.extensions.forward - package rocks.xmpp.extensions.forward
Provides classes for XEP-0297: Stanza Forwarding.
rocks.xmpp.extensions.forward.model - package rocks.xmpp.extensions.forward.model
Provides XML schema implementations of XEP-0297: Stanza Forwarding.
rocks.xmpp.extensions.geoloc - package rocks.xmpp.extensions.geoloc
Provides classes for XEP-0080: User Location.
rocks.xmpp.extensions.geoloc.model - package rocks.xmpp.extensions.geoloc.model
Provides XML schema implementations of XEP-0080: User Location.
rocks.xmpp.extensions.hashes.model - package rocks.xmpp.extensions.hashes.model
Provides XML schema implementations of XEP-0300: Use of Cryptographic Hash Functions in XMPP.
rocks.xmpp.extensions.httpauth - package rocks.xmpp.extensions.httpauth
rocks.xmpp.extensions.httpauth.model - package rocks.xmpp.extensions.httpauth.model
Provides XML schema implementations of XEP-0070: Verifying HTTP Requests via XMPP.
rocks.xmpp.extensions.httpbind - package rocks.xmpp.extensions.httpbind
rocks.xmpp.extensions.httpbind.model - package rocks.xmpp.extensions.httpbind.model
rocks.xmpp.extensions.idle.model - package rocks.xmpp.extensions.idle.model
Provides XML schema implementations of XEP-0319: Last User Interaction in Presence.
rocks.xmpp.extensions.invisible - package rocks.xmpp.extensions.invisible
Provides classes for XEP-0186: Invisible Command.
rocks.xmpp.extensions.invisible.model - package rocks.xmpp.extensions.invisible.model
Provides XML schema implementations of XEP-0186: Invisible Command.
rocks.xmpp.extensions.jingle - package rocks.xmpp.extensions.jingle
Provides classes for XEP-0166: Jingle.
rocks.xmpp.extensions.jingle.apps.filetransfer - package rocks.xmpp.extensions.jingle.apps.filetransfer
Provides classes for XEP-0234: Jingle File Transfer.
rocks.xmpp.extensions.jingle.apps.filetransfer.model - package rocks.xmpp.extensions.jingle.apps.filetransfer.model
Provides XML schema implementations of XEP-0234: Jingle File Transfer.
rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors - package rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors
Provides XML schema implementations of XEP-0234: Jingle File Transfer.
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
Provides XML schema implementations of XEP-0167: Jingle RTP Sessions.
rocks.xmpp.extensions.jingle.apps.rtp.model.errors - package rocks.xmpp.extensions.jingle.apps.rtp.model.errors
Provides XML schema implementations of XEP-0167: Jingle RTP Sessions (errors).
rocks.xmpp.extensions.jingle.apps.rtp.model.info - package rocks.xmpp.extensions.jingle.apps.rtp.model.info
Provides XML schema implementations of XEP-0167: Jingle RTP Sessions (info).
rocks.xmpp.extensions.jingle.apps.rtp.zrtp.model - package rocks.xmpp.extensions.jingle.apps.rtp.zrtp.model
Provides XML schema implementations of XEP-0262: Use of ZRTP in Jingle RTP Sessions.
rocks.xmpp.extensions.jingle.model - package rocks.xmpp.extensions.jingle.model
Provides XML schema implementations of XEP-0166: Jingle.
rocks.xmpp.extensions.jingle.model.errors - package rocks.xmpp.extensions.jingle.model.errors
Provides XML schema implementations of XEP-0166: Jingle (errors).
rocks.xmpp.extensions.jingle.thumbs.model - package rocks.xmpp.extensions.jingle.thumbs.model
Provides XML schema implementations of XEP-0264: Jingle Content Thumbnails.
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
Provides XML schema implementations of XEP-0261: Jingle In-Band Bytestreams Transport Method.
rocks.xmpp.extensions.jingle.transports.iceudp.model - package rocks.xmpp.extensions.jingle.transports.iceudp.model
Provides XML schema implementations of XEP-0176: Jingle ICE-UDP Transport Method.
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
Provides XML schema implementations of XEP-0177: Jingle Raw UDP Transport Method.
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
Provides XML schema implementations of XEP-0260: Jingle SOCKS5 Bytestreams Transport Method.
rocks.xmpp.extensions.json.model - package rocks.xmpp.extensions.json.model
Provides XML schema implementations of XEP-0335: JSON Containers.
rocks.xmpp.extensions.langtrans - package rocks.xmpp.extensions.langtrans
Provides classes for XEP-0171: Language Translation.
rocks.xmpp.extensions.langtrans.model - package rocks.xmpp.extensions.langtrans.model
Provides XML schema implementations of XEP-0171: Language Translation.
rocks.xmpp.extensions.langtrans.model.items - package rocks.xmpp.extensions.langtrans.model.items
Provides classes for XEP-0171: Language Translation (items).
rocks.xmpp.extensions.last - package rocks.xmpp.extensions.last
rocks.xmpp.extensions.last.model - package rocks.xmpp.extensions.last.model
Provides XML schema implementations of XEP-0012: Last Activity and XEP-0256: Last Activity in Presence.
rocks.xmpp.extensions.messagecorrect.model - package rocks.xmpp.extensions.messagecorrect.model
Provides XML schema implementations of XEP-0308: Last Message Correction.
rocks.xmpp.extensions.mood - package rocks.xmpp.extensions.mood
 
rocks.xmpp.extensions.mood.model - package rocks.xmpp.extensions.mood.model
Provides XML schema implementations of XEP-0107: User Mood.
rocks.xmpp.extensions.muc - package rocks.xmpp.extensions.muc
Provides classes for XEP-0045: Multi-User Chat.
rocks.xmpp.extensions.muc.conference.model - package rocks.xmpp.extensions.muc.conference.model
Provides XML schema implementations of XEP-0249: Direct MUC Invitations.
rocks.xmpp.extensions.muc.model - package rocks.xmpp.extensions.muc.model
Provides XML schema implementations and configuration classes for XEP-0045: Multi-User Chat.
rocks.xmpp.extensions.muc.model.admin - package rocks.xmpp.extensions.muc.model.admin
Provides XML schema implementations of XEP-0045: Multi-User Chat (#admin).
rocks.xmpp.extensions.muc.model.owner - package rocks.xmpp.extensions.muc.model.owner
Provides XML schema implementations of XEP-0045: Multi-User Chat (#owner).
rocks.xmpp.extensions.muc.model.user - package rocks.xmpp.extensions.muc.model.user
Provides XML schema implementations of XEP-0045: Multi-User Chat (#user).
rocks.xmpp.extensions.nick.model - package rocks.xmpp.extensions.nick.model
Provides XML schema implementations of XEP-0172: User Nickname.
rocks.xmpp.extensions.offline - package rocks.xmpp.extensions.offline
rocks.xmpp.extensions.offline.model - package rocks.xmpp.extensions.offline.model
Provides XML schema implementations of XEP-0013: Flexible Offline Message Retrieval.
rocks.xmpp.extensions.oob - package rocks.xmpp.extensions.oob
Provides classes for XEP-0066: Out of Band Data.
rocks.xmpp.extensions.oob.model.iq - package rocks.xmpp.extensions.oob.model.iq
Provides XML schema implementations of XEP-0066: Out of Band Data (jabber:iq:oob).
rocks.xmpp.extensions.oob.model.x - package rocks.xmpp.extensions.oob.model.x
Provides XML schema implementations of XEP-0066: Out of Band Data (jabber:x:oob).
rocks.xmpp.extensions.ping - package rocks.xmpp.extensions.ping
Provides classes for XEP-0199: XMPP Ping.
rocks.xmpp.extensions.ping.handler - package rocks.xmpp.extensions.ping.handler
Provides an IQ handler for handling ping requests.
rocks.xmpp.extensions.ping.model - package rocks.xmpp.extensions.ping.model
Provides XML schema implementations of XEP-0199: XMPP Ping.
rocks.xmpp.extensions.privacy - package rocks.xmpp.extensions.privacy
Provides classes for XEP-0016: Privacy Lists.
rocks.xmpp.extensions.privacy.model - package rocks.xmpp.extensions.privacy.model
Provides XML schema implementations of XEP-0016: Privacy Lists.
rocks.xmpp.extensions.privatedata - package rocks.xmpp.extensions.privatedata
Provides classes for XEP-0049: Private XML Storage.
rocks.xmpp.extensions.privatedata.model - package rocks.xmpp.extensions.privatedata.model
Provides XML schema implementations of XEP-0049: Private XML Storage.
rocks.xmpp.extensions.privatedata.rosterdelimiter.model - package rocks.xmpp.extensions.privatedata.rosterdelimiter.model
Provides XML schema implementations of XEP-0083: Nested Roster Groups.
rocks.xmpp.extensions.privatedata.rosternotes.model - package rocks.xmpp.extensions.privatedata.rosternotes.model
Provides XML schema implementations of XEP-0145: Annotations.
rocks.xmpp.extensions.pubsub - package rocks.xmpp.extensions.pubsub
Provides classes for XEP-0060: Publish-Subscribe.
rocks.xmpp.extensions.pubsub.model - package rocks.xmpp.extensions.pubsub.model
Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe.
rocks.xmpp.extensions.pubsub.model.errors - package rocks.xmpp.extensions.pubsub.model.errors
Provides XML schema implementations of XEP-0060: Publish-Subscribe (#errors).
rocks.xmpp.extensions.pubsub.model.event - package rocks.xmpp.extensions.pubsub.model.event
Provides XML schema implementations of XEP-0060: Publish-Subscribe (#event).
rocks.xmpp.extensions.pubsub.model.owner - package rocks.xmpp.extensions.pubsub.model.owner
Provides XML schema implementations of XEP-0060: Publish-Subscribe (#owner).
rocks.xmpp.extensions.reach - package rocks.xmpp.extensions.reach
Provides classes for XEP-0152: Reachability Addresses.
rocks.xmpp.extensions.reach.model - package rocks.xmpp.extensions.reach.model
Provides XML schema implementations of XEP-0152: Reachability Addresses.
rocks.xmpp.extensions.receipts - package rocks.xmpp.extensions.receipts
rocks.xmpp.extensions.receipts.model - package rocks.xmpp.extensions.receipts.model
Provides XML schema implementations of XEP-0184: Message Delivery Receipts.
rocks.xmpp.extensions.register - package rocks.xmpp.extensions.register
Provides classes for XEP-0077: In-Band Registration.
rocks.xmpp.extensions.register.model - package rocks.xmpp.extensions.register.model
Provides XML schema implementations of XEP-0077: In-Band Registration.
rocks.xmpp.extensions.register.model.feature - package rocks.xmpp.extensions.register.model.feature
Provides classes for XEP-0077: In-Band Registration (feature).
rocks.xmpp.extensions.rosterx - package rocks.xmpp.extensions.rosterx
Provides classes for XEP-0144: Roster Item Exchange.
rocks.xmpp.extensions.rosterx.model - package rocks.xmpp.extensions.rosterx.model
Provides XML schema implementations of XEP-0144: Roster Item Exchange.
rocks.xmpp.extensions.rpc - package rocks.xmpp.extensions.rpc
Provides classes for XEP-0009: Jabber-RPC.
rocks.xmpp.extensions.rpc.model - package rocks.xmpp.extensions.rpc.model
Provides XML schema implementations of XEP-0009: Jabber-RPC.
rocks.xmpp.extensions.rsm - package rocks.xmpp.extensions.rsm
Provides classes for XEP-0059: Result Set Management.
rocks.xmpp.extensions.rsm.model - package rocks.xmpp.extensions.rsm.model
Provides XML schema implementations of XEP-0059: Result Set Management.
rocks.xmpp.extensions.rtt - package rocks.xmpp.extensions.rtt
Provides classes for XEP-0301: In-Band Real Time Text.
rocks.xmpp.extensions.rtt.model - package rocks.xmpp.extensions.rtt.model
Provides XML schema implementations of XEP-0301: In-Band Real Time Text.
rocks.xmpp.extensions.search - package rocks.xmpp.extensions.search
Provides classes for XEP-0055: Jabber Search.
rocks.xmpp.extensions.search.model - package rocks.xmpp.extensions.search.model
Provides XML schema implementations of XEP-0055: Jabber Search.
rocks.xmpp.extensions.seclabel.model - package rocks.xmpp.extensions.seclabel.model
Provides classes for XEP-0258: Security Labels in XMPP.
rocks.xmpp.extensions.seclabel.model.catalog - package rocks.xmpp.extensions.seclabel.model.catalog
Provides classes for XEP-0258: Security Labels in XMPP.
rocks.xmpp.extensions.seclabel.model.ess - package rocks.xmpp.extensions.seclabel.model.ess
Provides classes for XEP-0258: Security Labels in XMPP (ess).
rocks.xmpp.extensions.shim - package rocks.xmpp.extensions.shim
rocks.xmpp.extensions.shim.model - package rocks.xmpp.extensions.shim.model
Provides XML schema implementations of XEP-0131: Stanza Headers and Internet Metadata.
rocks.xmpp.extensions.si - package rocks.xmpp.extensions.si
Provides classes for XEP-0095: Stream Initiation.
rocks.xmpp.extensions.si.model - package rocks.xmpp.extensions.si.model
Provides XML schema implementations of XEP-0095: Stream Initiation.
rocks.xmpp.extensions.si.profile.filetransfer.model - package rocks.xmpp.extensions.si.profile.filetransfer.model
Provides XML schema implementations of XEP-0096: SI File Transfer.
rocks.xmpp.extensions.sm - package rocks.xmpp.extensions.sm
Provides classes for XEP-0198: Stream Management.
rocks.xmpp.extensions.sm.model - package rocks.xmpp.extensions.sm.model
Provides XML schema implementations of XEP-0198: Stream Management.
rocks.xmpp.extensions.soap.model.fault - package rocks.xmpp.extensions.soap.model.fault
Provides XML schema implementations of XEP-0072: SOAP Over XMPP (#fault).
rocks.xmpp.extensions.time - package rocks.xmpp.extensions.time
Provides classes for XEP-0202: Entity Time.
rocks.xmpp.extensions.time.handler - package rocks.xmpp.extensions.time.handler
Provides an IQ handler for handling time requests.
rocks.xmpp.extensions.time.model - package rocks.xmpp.extensions.time.model
Provides XML schema implementations of XEP-0202: Entity Time.
rocks.xmpp.extensions.tune.model - package rocks.xmpp.extensions.tune.model
Provides XML schema implementations of XEP-0118: User Tune.
rocks.xmpp.extensions.vcard.avatar.model - package rocks.xmpp.extensions.vcard.avatar.model
Provides XML schema implementations of XEP-0153: vCard-Based Avatars.
rocks.xmpp.extensions.vcard.temp - package rocks.xmpp.extensions.vcard.temp
Provides classes for XEP-0054: vcard-temp.
rocks.xmpp.extensions.vcard.temp.model - package rocks.xmpp.extensions.vcard.temp.model
Provides XML schema implementations of XEP-0054: vcard-temp.
rocks.xmpp.extensions.version - package rocks.xmpp.extensions.version
Provides classes for XEP-0092: Software Version.
rocks.xmpp.extensions.version.model - package rocks.xmpp.extensions.version.model
Provides XML schema implementations of XEP-0092: Software Version.
rocks.xmpp.extensions.xhtmlim.model - package rocks.xmpp.extensions.xhtmlim.model
Provides XML schema implementations of XEP-0071: XHTML-IM.
rocks.xmpp.im.chat - package rocks.xmpp.im.chat
Provides core classes needed for chat.
rocks.xmpp.im.roster - package rocks.xmpp.im.roster
Provides classes for roster management.
rocks.xmpp.im.roster.model - package rocks.xmpp.im.roster.model
Provides XML schema implementations of the Roster Namespace.
rocks.xmpp.im.roster.versioning.model - package rocks.xmpp.im.roster.versioning.model
Provides XML schema implementations of Roster Versioning.
rocks.xmpp.im.subscription - package rocks.xmpp.im.subscription
Provides classes for Managing Presence Subscriptions.
rocks.xmpp.im.subscription.preapproval.model - package rocks.xmpp.im.subscription.preapproval.model
Provides XML schema implementations of the Subscription Pre-Approval namespace.
rocks.xmpp.javafx.scene.control - package rocks.xmpp.javafx.scene.control
 
rocks.xmpp.nio.codec - package rocks.xmpp.nio.codec
Provides classes for en- and decoding XMPP objects to and from a stream of byte buffers.
rocks.xmpp.nio.netty.client - package rocks.xmpp.nio.netty.client
Provides classes for a client-to-server NIO connection using the Netty framework.
rocks.xmpp.nio.netty.net - package rocks.xmpp.nio.netty.net
Provides connection-related classes based on Netty channels.
rocks.xmpp.util - package rocks.xmpp.util
Utility classes.
rocks.xmpp.util.adapters - package rocks.xmpp.util.adapters
Provides XML adapters for JAXB.
rocks.xmpp.util.cache - package rocks.xmpp.util.cache
Provides simple cache implementations.
rocks.xmpp.util.concurrent - package rocks.xmpp.util.concurrent
Provides classes for concurrency.
rocks.xmpp.websocket.codec - package rocks.xmpp.websocket.codec
Provides encoder and decoder implementations for communicating XMPP over WebSockets.
rocks.xmpp.websocket.model - package rocks.xmpp.websocket.model
Provides XML schema implementations of XMPP Subprotocol for WebSocket.
rocks.xmpp.websocket.net - package rocks.xmpp.websocket.net
Provides connection-related classes for the XMPP Subprotocol for WebSocket.
rocks.xmpp.websocket.net.client - package rocks.xmpp.websocket.net.client
Client classes for establishing a WebSocket connection.
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.
Roster - Class in rocks.xmpp.im.roster.model
The implementation of the roster.
Roster() - Constructor for class rocks.xmpp.im.roster.model.Roster
 
Roster(String) - Constructor for class rocks.xmpp.im.roster.model.Roster
 
Roster(Collection<Contact>) - Constructor for class rocks.xmpp.im.roster.model.Roster
 
Roster(Collection<Contact>, String) - Constructor for class rocks.xmpp.im.roster.model.Roster
 
Roster(Contact...) - Constructor for class rocks.xmpp.im.roster.model.Roster
 
RosterDelimiter - Class in rocks.xmpp.extensions.privatedata.rosterdelimiter.model
The implementation of the <roster/> element in the roster:delimiter namespace.
RosterEvent - Class in rocks.xmpp.im.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(Collection<String>) - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
 
RosterItem - Interface in rocks.xmpp.im.roster.model
Represents a roster item.
RosterManager - Class in rocks.xmpp.im.roster
This class manages the roster (aka contact or buddy list).
RosterVersioning - Class in rocks.xmpp.im.roster.versioning.model
The implementation of the roster versioning feature.
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”).
route(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘route’ attribute of the body.
Rpc - Class in rocks.xmpp.extensions.rpc.model
The implementation of the <query/> element in the jabber:iq:rpc namespace.
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.
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.Crypto - Class in rocks.xmpp.extensions.jingle.apps.rtp.model
The crypto element, which is used for the Secure Real-time Transport Protocol.
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.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.Parameter - Class in rocks.xmpp.extensions.jingle.apps.rtp.model
The parameter for a payload.
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.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.DeliveryMode - Enum in rocks.xmpp.extensions.amp.model
The possible values for the Rule.Condition.DELIVER condition.
Rule.MatchResource - Enum in rocks.xmpp.extensions.amp.model
The possible values for the Rule.Condition.MATCH_RESOURCE condition.
runAfterBoth(CompletionStage<?>, Runnable) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
runAfterEither(CompletionStage<?>, Runnable) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
Running() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Running
 
Running(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Running
 
RunningAnErrand() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.RunningAnErrand
 
RunningAnErrand(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.RunningAnErrand
 

S

S5bTransportMethod - Class in rocks.xmpp.extensions.jingle.transports.s5b.model
The implementation of the <transport/> element in the urn:xmpp:jingle:transports:s5b:1 namespace.
S5bTransportMethod(String, String, Socks5ByteStream.Mode, Collection<S5bTransportMethod.Candidate>) - Constructor for class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
 
S5bTransportMethod.Candidate - Class in rocks.xmpp.extensions.jingle.transports.s5b.model
The implementation of the <candidate/> element in the urn:xmpp:jingle:transports:s5b:1 namespace.
S5bTransportMethod.Candidate.Type - Enum in rocks.xmpp.extensions.jingle.transports.s5b.model
The transport type.
S5bTransportNegotiator - Class in rocks.xmpp.extensions.jingle.transports.s5b
 
Sad() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sad
 
Sad(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sad
 
Sarcastic() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sarcastic
 
Sarcastic(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sarcastic
 
Satisfied() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Satisfied
 
Satisfied(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Satisfied
 
schedule(Runnable, long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 
ScheduledHoliday() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.ScheduledHoliday
 
ScheduledHoliday(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.ScheduledHoliday
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 
ScramClient - Class in rocks.xmpp.core.sasl.scram
The client implementation of the SCRAM-SHA-1 SASL mechanism.
ScramClient(String, String, CallbackHandler) - Constructor for class rocks.xmpp.core.sasl.scram.ScramClient
 
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.
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.
Section - Class in rocks.xmpp.extensions.data.layout.model
The implementation of the <section/> element in the http://jabber.org/protocol/xdata-layout namespace.
Section(String, Collection<FieldReference>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Section
Creates a section.
Section(String, Collection<FieldReference>, Collection<String>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Section
Creates a section.
Section(String, Collection<FieldReference>, Collection<String>, FieldReference) - Constructor for class rocks.xmpp.extensions.data.layout.model.Section
Creates a section.
secure(boolean) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
secureConnection() - Method in class rocks.xmpp.core.net.client.SocketConnection
This method is called from the reader thread.
secureConnection() - Method in interface rocks.xmpp.core.net.TcpBinding
Secures the connection with TLS.
secureConnection() - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnection
 
secureConnection() - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
SecurityError() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.SecurityError
 
SecurityLabel - Class in rocks.xmpp.extensions.seclabel.model
The implementation of the <securitylabel/> element in the urn:xmpp:sec-label:0 namespace.
SecurityLabel() - Constructor for class rocks.xmpp.extensions.seclabel.model.SecurityLabel
 
SecurityLabel(Object) - Constructor for class rocks.xmpp.extensions.seclabel.model.SecurityLabel
 
SecurityLabel(Object, SecurityLabel.DisplayMarking) - Constructor for class rocks.xmpp.extensions.seclabel.model.SecurityLabel
 
SecurityLabel(Object, Collection<Object>, SecurityLabel.DisplayMarking) - Constructor for class rocks.xmpp.extensions.seclabel.model.SecurityLabel
 
SecurityLabel.DisplayMarking - Class in rocks.xmpp.extensions.seclabel.model
The implementation of the <displaymarking/> element.
seeOtherHost(String) - Static method in class rocks.xmpp.core.stream.model.errors.Condition
Creates the <see-other-host/> stream error.
SeeOtherHost - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <see-other-host/> stream error.
SELF_PRESENCE - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
Inform user that presence refers to itself (110).
send(StreamElement) - Method in class rocks.xmpp.core.net.client.SocketConnection
 
send(StreamElement) - Method in interface rocks.xmpp.core.net.Connection
Sends an element to the peer entity.
send(StreamElement) - 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(StreamElement) - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
send(StreamElement) - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
send(StreamElement) - Method in class rocks.xmpp.websocket.net.client.WebSocketClientConnection
 
send(StreamElement) - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
sendAndAwaitMessage(Message, Predicate<Message>) - Method in class rocks.xmpp.core.session.XmppSession
Sends a stanza and returns an async result which can wait for the message stanza, which matches the predicate, to arrive.
sendAndAwaitPresence(Presence, Predicate<Presence>) - Method in class rocks.xmpp.core.session.XmppSession
Sends a stanza and returns an async result which can wait for the presence stanza, which matches the predicate, to arrive.
sendDate(Stanza) - Static method in class rocks.xmpp.extensions.delay.model.DelayedDelivery
Gets the original send date of a stanza, i.e.
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
 
sendIQ(IQ) - Method in class rocks.xmpp.core.session.XmppSession
Sends an IQ.
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(Message) - Method in class rocks.xmpp.core.session.XmppSession
Sends a message.
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.
sendMessage(String) - Method in class rocks.xmpp.im.chat.Chat
Sends a message to the chat.
sendMessage(Message) - Method in class rocks.xmpp.im.chat.Chat
Sends a message to the chat.
sendMessage(String) - Method in class rocks.xmpp.im.chat.ChatSession
Sends a chat message to the chat partner.
sendMessage(Message) - Method in class rocks.xmpp.im.chat.ChatSession
Sends a chat message to the chat partner.
sendPresence(Presence) - Method in class rocks.xmpp.core.session.XmppSession
Sends a presence.
sendSessionInfo(Object) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Sends a session info.
SendTask<S extends Stanza> - Class in rocks.xmpp.core.session
A send task is the result of a send action and allows to keep track of the sent stanza.
Sent(Forwarded) - Constructor for class rocks.xmpp.extensions.carbons.model.MessageCarbons.Sent
 
Serious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Serious
 
Serious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Serious
 
serverInstantMessaging() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Standard Jabber/XMPP server used for instant messaging and presence.
ServerIQ - Class in rocks.xmpp.core.stanza.model.server
The implementation of the <iq/> element in the jabber:server namespace.
ServerMessage - Class in rocks.xmpp.core.stanza.model.server
The implementation of the <message/> element in the jabber:server namespace.
ServerPresence - Class in rocks.xmpp.core.stanza.model.server
The implementation of the <presence/> element in the jabber:server namespace.
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).
SERVICE_UNAVAILABLE - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <service-unavailable/> stanza error.
ServiceDiscoveryManager - Class in rocks.xmpp.extensions.disco
Session - Class in rocks.xmpp.core.session.model
The implementation of the <session/> element to establish a session.
Session() - Constructor for class rocks.xmpp.core.session.model.Session
 
Session(Boolean) - Constructor for class rocks.xmpp.core.session.model.Session
 
SessionExpired() - Constructor for class rocks.xmpp.extensions.commands.model.Command.SessionExpired
 
sessionId(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘sid’ attribute of the body.
SessionOpen - Interface in rocks.xmpp.core.session.model
This interface describes the common attributes for opening a XMPP session.
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.
set(Jid, Object) - Static method in class rocks.xmpp.core.stanza.model.IQ
Creates an IQ of type ‘set’ with a random id.
set(Object) - Static method in class rocks.xmpp.core.stanza.model.IQ
Creates an IQ of type ‘set’ with a random id.
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.
setAskForGroupDelimiter(boolean) - Method in class rocks.xmpp.im.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.
setBirthday(LocalDate) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Sets the birthday.
setBody(String) - Method in class rocks.xmpp.core.stanza.model.Message
Sets the default body element.
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.vcard.temp.model.VCard.Address
Sets the city.
setClassification(VCard.Classification) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
 
setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 
setCountry(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Sets the country.
setDefault(SocketConnectionConfiguration) - Static method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration
Sets the default configuration.
setDefault(TcpConnectionConfiguration) - Static method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Deprecated.
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.
setDefault(WebSocketConnectionConfiguration) - Static method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
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).
setDelay(Duration) - Method in class rocks.xmpp.javafx.scene.control.ChatStateTextArea
Sets the delay for transitioning from ChatState.COMPOSING to ChatState.PAUSED or ChatState.ACTIVE after having stopped composing.
setDesc(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Sets free-form descriptive text.
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.Manager
Enables or disables this manager.
setError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza’s ‘error’ element.
setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 
setExtendedAddress(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Sets the extended address.
setFax(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
Indicates a facsimile telephone telephone number.
setFormattedName(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Sets the formatted name.
setFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza’s ‘from’ attribute, i.e. the sender.
setGeo(VCard.Geo) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Sets the geo location.
setGroupDelimiter(String) - Method in class rocks.xmpp.im.roster.RosterManager
Sets the group delimiter without storing it on the server.
setId(String) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza’s ‘id’ attribute.
setIdleStrategy(Supplier<Instant>) - Method in class rocks.xmpp.extensions.last.LastActivityManager
Sets an idle strategy, i.e. a supplier for last user interaction.
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(Locale) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza’s ‘xml:lang’ attribute, i.e. its language.
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.
setLogo(VCard.Image) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Sets the logo.
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.
setMandatory(boolean) - Method in class rocks.xmpp.core.tls.model.StartTls
 
setMessageFilter(Predicate<Message>) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
Outbound messages, which pass the filter automatically request a receipt, i.e. a <request/> extension.
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.vcard.temp.model.VCard
Sets the nickname.
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.
setPager(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
Indicates a paging device telephone number.
setParentThread(String) - Method in class rocks.xmpp.core.stanza.model.Message
Sets the parent thread.
setPcs(boolean) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
Indicates a personal communication services telephone number.
setPhoto(VCard.Image) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Sets the photo.
setPingInterval(Duration) - Method in class rocks.xmpp.extensions.ping.PingManager
Sets the automatic ping interval.
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.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.
setPriority(byte) - Method in class rocks.xmpp.core.stanza.model.Presence
Sets the priority.
setProductId(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Sets the product id.
setReason(Jingle.Reason) - Method in class rocks.xmpp.extensions.jingle.model.Jingle
Sets the reason.
setRegion(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Sets the region.
setRemoveOnCancelPolicy(boolean) - Method in class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 
setRequestStrategy(Predicate<Stanza>) - Method in class rocks.xmpp.extensions.sm.StreamManager
Sets the request strategy.
setRetrieveRosterOnLogin(boolean) - Method in class rocks.xmpp.im.roster.RosterManager
Controls, whether the roster is automatically retrieved as soon as the user has logged in.
setRevision(Instant) - 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.
setRpcHandler(RpcHandler) - Method in class rocks.xmpp.extensions.rpc.RpcManager
Sets the RPC handler, which will handle RPCs.
setShow(Presence.Show) - Method in class rocks.xmpp.core.stanza.model.Presence
Sets the <show/> element.
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.
setStanzaType(InBandByteStream.Open.StanzaType) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
Sets the stanza type, which is used to send data chunks.
setStatus(String) - Method in class rocks.xmpp.core.stanza.model.Presence
Sets the default status element.
setStreamHost(StreamHost) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Configures a custom stream host.
setStreet(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Sets the street.
setSubject(String) - Method in class rocks.xmpp.core.stanza.model.Message
Sets the default subject.
setThread(String) - Method in class rocks.xmpp.core.stanza.model.Message
Sets the thread.
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.
setTo(Jid) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza’s ‘to’ attribute, i.e. the recipient.
setType(IQ.Type) - Method in class rocks.xmpp.core.stanza.model.IQ
Sets the type.
setType(Message.Type) - Method in class rocks.xmpp.core.stanza.model.Message
Sets the message type.
setType(Presence.Type) - Method in class rocks.xmpp.core.stanza.model.Presence
Sets the type of the presence.
setUid(String) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Sets the UID.
SETUP_FAILED - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression.Failure.Condition
If the receiving entity finds the requested method unacceptable or unworkable for any other reason.
setUrl(URL) - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Sets an URL.
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.
Shaving() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Shaving
 
Shaving(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Shaving
 
Shocked() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Shocked
 
Shocked(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Shocked
 
Shopping() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Shopping
 
Shopping(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Shopping
 
shouldNotReply() - Method in class rocks.xmpp.extensions.address.model.Addresses
If a noreply address is specified, a reply SHOULD NOT be generated.
showValues(Collection<Presence.Show>) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets the presence states for which an entity wants to receive notifications.
shutdown() - Method in class rocks.xmpp.util.concurrent.QueuedExecutorService
 
shutdown() - Method in class rocks.xmpp.util.concurrent.QueuedScheduledExecutorService
 
shutdownNow() - Method in class rocks.xmpp.util.concurrent.QueuedExecutorService
 
Shy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Shy
 
Shy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Shy
 
Sick() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sick
 
Sick(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sick
 
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, Instant, 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.
since(OffsetDateTime) - Static method in class rocks.xmpp.extensions.idle.model.Idle
Creates an idle element with the date since when the user is idle.
since(Instant) - Static method in class rocks.xmpp.extensions.muc.model.DiscussionHistory
Send only the messages received since the date.
SIRange(long, long) - Constructor for class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer.SIRange
 
size() - Method in class rocks.xmpp.util.cache.DirectoryCache
 
size() - Method in class rocks.xmpp.util.cache.LruCache
 
Skiing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Skiing
 
Skiing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Skiing
 
Sleeping() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Sleeping
 
Sleeping(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Sleeping
 
Sleepy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sleepy
 
Sleepy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Sleepy
 
Smoking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Smoking
 
Smoking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Smoking
 
Socializing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Socializing
 
Socializing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Socializing
 
SocketConnection - Class in rocks.xmpp.core.net.client
The default TCP socket connection as described in TCP Binding.
SocketConnection(Socket, XmppSession, TcpConnectionConfiguration) - Constructor for class rocks.xmpp.core.net.client.SocketConnection
 
SocketConnectionConfiguration - Class in rocks.xmpp.core.net.client
A configuration for a TCP connection using Socket.
SocketConnectionConfiguration.Builder - Class in rocks.xmpp.core.net.client
A builder to create a TcpConnectionConfiguration instance.
socketFactory(SocketFactory) - Method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration.Builder
Sets a socket factory which creates the socket.
socketFactory(SocketFactory) - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration.Builder
Deprecated.
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, Collection<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
The transport mode.
Socks5ByteStreamManager - Class in rocks.xmpp.extensions.bytestreams.s5b
Socks5StreamHost - Interface in rocks.xmpp.extensions.bytestreams.s5b.model
A SOCKS5 stream host interface which is shared by the XEP-0065 implementation and the XEP-0260 implementation.
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
This manager implements XEP-0092: Software Version.
Sound(byte[], URI, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
 
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.BrushingTeeth - Class in rocks.xmpp.extensions.activity.model
The specific <brushing_teeth/> activity.
SpecificActivity.BuyingGroceries - Class in rocks.xmpp.extensions.activity.model
The specific <buying_groceries/> activity.
SpecificActivity.Cleaning - Class in rocks.xmpp.extensions.activity.model
The specific <cleaning/> activity.
SpecificActivity.Coding - Class in rocks.xmpp.extensions.activity.model
The specific <coding/> activity.
SpecificActivity.Commuting - Class in rocks.xmpp.extensions.activity.model
The specific <commuting/> activity.
SpecificActivity.Cooking - Class in rocks.xmpp.extensions.activity.model
The specific <cooking/> activity.
SpecificActivity.Cycling - Class in rocks.xmpp.extensions.activity.model
The specific <cycling/> activity.
SpecificActivity.Dancing - Class in rocks.xmpp.extensions.activity.model
The specific <dancing/> activity.
SpecificActivity.DayOff - Class in rocks.xmpp.extensions.activity.model
The specific <day_off/> activity.
SpecificActivity.DoingMaintenance - Class in rocks.xmpp.extensions.activity.model
The specific <doing_maintenance/> activity.
SpecificActivity.DoingTheDishes - Class in rocks.xmpp.extensions.activity.model
The specific <doing_the_dishes/> activity.
SpecificActivity.DoingTheLaundry - Class in rocks.xmpp.extensions.activity.model
The specific <doing_the_laundry/> activity.
SpecificActivity.Driving - Class in rocks.xmpp.extensions.activity.model
The specific <driving/> activity.
SpecificActivity.Fishing - Class in rocks.xmpp.extensions.activity.model
The specific <fishing/> activity.
SpecificActivity.Gaming - Class in rocks.xmpp.extensions.activity.model
The specific <gaming/> activity.
SpecificActivity.Gardening - Class in rocks.xmpp.extensions.activity.model
The specific <gardening/> activity.
SpecificActivity.GettingAHaircut - Class in rocks.xmpp.extensions.activity.model
The specific <getting_a_haircut/> activity.
SpecificActivity.GoingOut - Class in rocks.xmpp.extensions.activity.model
The specific <going_out/> activity.
SpecificActivity.HangingOut - Class in rocks.xmpp.extensions.activity.model
The specific <hanging_out/> activity.
SpecificActivity.HavingABeer - Class in rocks.xmpp.extensions.activity.model
The specific <having_a_beer/> activity.
SpecificActivity.HavingASnack - Class in rocks.xmpp.extensions.activity.model
The specific <having_a_snack/> activity.
SpecificActivity.HavingBreakfast - Class in rocks.xmpp.extensions.activity.model
The specific <having_breakfast/> activity.
SpecificActivity.HavingCoffee - Class in rocks.xmpp.extensions.activity.model
The specific <having_coffee/> activity.
SpecificActivity.HavingDinner - Class in rocks.xmpp.extensions.activity.model
The specific <having_dinner/> activity.
SpecificActivity.HavingLunch - Class in rocks.xmpp.extensions.activity.model
The specific <having_lunch/> activity.
SpecificActivity.HavingTea - Class in rocks.xmpp.extensions.activity.model
The specific <having_tea/> activity.
SpecificActivity.Hiding - Class in rocks.xmpp.extensions.activity.model
The specific <hiding/> activity.
SpecificActivity.Hiking - Class in rocks.xmpp.extensions.activity.model
The specific <hiking/> activity.
SpecificActivity.InACar - Class in rocks.xmpp.extensions.activity.model
The specific <in_a_car/> activity.
SpecificActivity.InAMeeting - Class in rocks.xmpp.extensions.activity.model
The specific <in_a_meeting/> activity.
SpecificActivity.InRealLife - Class in rocks.xmpp.extensions.activity.model
The specific <in_real_life/> activity.
SpecificActivity.Jogging - Class in rocks.xmpp.extensions.activity.model
The specific <jogging/> activity.
SpecificActivity.OnABus - Class in rocks.xmpp.extensions.activity.model
The specific <on_a_bus/> activity.
SpecificActivity.OnAPlane - Class in rocks.xmpp.extensions.activity.model
The specific <on_a_plane/> activity.
SpecificActivity.OnATrain - Class in rocks.xmpp.extensions.activity.model
The specific <on_a_train/> activity.
SpecificActivity.OnATrip - Class in rocks.xmpp.extensions.activity.model
The specific <on_a_trip/> activity.
SpecificActivity.OnThePhone - Class in rocks.xmpp.extensions.activity.model
The specific <on_the_phone/> activity.
SpecificActivity.OnVacation - Class in rocks.xmpp.extensions.activity.model
The specific <on_vacation/> activity.
SpecificActivity.OnVideoPhone - Class in rocks.xmpp.extensions.activity.model
The specific <on_video_phone/> activity.
SpecificActivity.Other - Class in rocks.xmpp.extensions.activity.model
The specific <other/> activity.
SpecificActivity.Partying - Class in rocks.xmpp.extensions.activity.model
The specific <partying/> activity.
SpecificActivity.PlayingSports - Class in rocks.xmpp.extensions.activity.model
The specific <playing_sports/> activity.
SpecificActivity.Praying - Class in rocks.xmpp.extensions.activity.model
The specific <praying/> activity.
SpecificActivity.Reading - Class in rocks.xmpp.extensions.activity.model
The specific <reading/> activity.
SpecificActivity.Rehearsing - Class in rocks.xmpp.extensions.activity.model
The specific <rehearsing/> activity.
SpecificActivity.Running - Class in rocks.xmpp.extensions.activity.model
The specific <running/> activity.
SpecificActivity.RunningAnErrand - Class in rocks.xmpp.extensions.activity.model
The specific <running_an_errand/> activity.
SpecificActivity.ScheduledHoliday - Class in rocks.xmpp.extensions.activity.model
The specific <scheduled_holiday/> activity.
SpecificActivity.Shaving - Class in rocks.xmpp.extensions.activity.model
The specific <shaving/> activity.
SpecificActivity.Shopping - Class in rocks.xmpp.extensions.activity.model
The specific <shopping/> activity.
SpecificActivity.Skiing - Class in rocks.xmpp.extensions.activity.model
The specific <skiing/> activity.
SpecificActivity.Sleeping - Class in rocks.xmpp.extensions.activity.model
The specific <sleeping/> activity.
SpecificActivity.Smoking - Class in rocks.xmpp.extensions.activity.model
The specific <smoking/> activity.
SpecificActivity.Socializing - Class in rocks.xmpp.extensions.activity.model
The specific <socializing/> activity.
SpecificActivity.Studying - Class in rocks.xmpp.extensions.activity.model
The specific <studying/> activity.
SpecificActivity.Sunbathing - Class in rocks.xmpp.extensions.activity.model
The specific <sunbathing/> activity.
SpecificActivity.Swimming - Class in rocks.xmpp.extensions.activity.model
The specific <swimming/> activity.
SpecificActivity.TakingABath - Class in rocks.xmpp.extensions.activity.model
The specific <taking_a_bath/> activity.
SpecificActivity.TakingAShower - Class in rocks.xmpp.extensions.activity.model
The specific <taking_a_shower/> activity.
SpecificActivity.Thinking - Class in rocks.xmpp.extensions.activity.model
The specific <thinking/> activity.
SpecificActivity.Walking - Class in rocks.xmpp.extensions.activity.model
The specific <walking/> activity.
SpecificActivity.WalkingTheDog - Class in rocks.xmpp.extensions.activity.model
The specific <walking_the_dog/> activity.
SpecificActivity.WatchingAMovie - Class in rocks.xmpp.extensions.activity.model
The specific <watching_a_movie/> activity.
SpecificActivity.WatchingTv - Class in rocks.xmpp.extensions.activity.model
The specific <watching_tv/> activity.
SpecificActivity.WorkingOut - Class in rocks.xmpp.extensions.activity.model
The specific <working_out/> activity.
SpecificActivity.Writing - Class in rocks.xmpp.extensions.activity.model
The specific <writing/> activity.
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.
Spontaneous() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Spontaneous
 
Spontaneous(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Spontaneous
 
SrvRecord - Class in rocks.xmpp.dns
A DNS SRV resource record.
sslContext(SSLContext) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets a custom SSL context, used to secure the connection.
Stanza - Class in rocks.xmpp.core.stanza.model
The abstract base class for a XML stanza.
StanzaError - Class in rocks.xmpp.core.stanza.model
The implementation of a stanza’s <error/> element.
StanzaError(StanzaError.Type, Condition) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given error type and a condition.
StanzaError(StanzaError.Type, Condition, String) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given error type and a condition.
StanzaError(Condition) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given condition.
StanzaError(Condition, String) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given condition and text.
StanzaError(Condition, Object) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given condition and extension.
StanzaError(StanzaError.Type, Condition, String, Locale, Object, Jid) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates a stanza error with all possible values.
StanzaError.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <error/> ‘type’ attribute.
StanzaErrorException - Exception in rocks.xmpp.core.stanza.model
A stanza exception represents a stanza error.
StanzaErrorException(Stanza) - Constructor for exception rocks.xmpp.core.stanza.model.StanzaErrorException
Constructs a stanza exception.
StanzaException - Exception in rocks.xmpp.core.stanza
Deprecated.
StanzaException(Stanza) - Constructor for exception rocks.xmpp.core.stanza.StanzaException
Deprecated.
Constructs a stanza exception.
StanzaForwardingManager - Class in rocks.xmpp.extensions.forward
This manager allows to forward stanzas to other XMPP entities.
StanzaTooBig - Class in rocks.xmpp.extensions.errors.model
The implementation of the <stanza-too-big/> element in the urn:xmpp:errors namespace.
StartTls - Class in rocks.xmpp.core.tls.model
Represents the STARTTLS feature and initiates the TLS negotiation process.
StartTls() - Constructor for class rocks.xmpp.core.tls.model.StartTls
 
StartTls(boolean) - Constructor for class rocks.xmpp.core.tls.model.StartTls
 
StartTlsManager - Class in rocks.xmpp.core.tls.client
Negotiates transport layer security during stream negotiation.
StartTlsManager(XmppSession, TcpBinding, ChannelEncryption) - Constructor for class rocks.xmpp.core.tls.client.StartTlsManager
 
Status - Class in rocks.xmpp.extensions.muc.model.user
The implementation of the <status/> element.
storeBerkeley() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that stores data in a Berkeley database.
storeData(Object) - Method in class rocks.xmpp.extensions.privatedata.PrivateDataManager
Stores private data.
storeFile() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that stores data on the file system.
storeGeneric() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server data storage component other than one of the registered types.
storeGroupDelimiter(String) - Method in class rocks.xmpp.im.roster.RosterManager
Stores the roster group delimiter in the private storage and afterwards sets it.
storeLdap() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that stores data in an LDAP database.
storeMySQL() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that stores data in a MySQL database.
storeOracle() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that stores data in an Oracle database.
storePostgreSQL() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that stores data in a PostgreSQL database.
stream(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘stream’ attribute of the body.
STREAM_NAMESPACE - Static variable in class rocks.xmpp.core.stream.model.StreamHeader
STREAM_NAMESPACE_PREFIX - Static variable in class rocks.xmpp.core.stream.model.StreamHeader
The default namespace prefix “stream”.
StreamCompression - Class in rocks.xmpp.extensions.compress.model
An abstract base class for all stream compression classes in the http://jabber.org/protocol/compress namespace.
StreamCompression.Compress - Class in rocks.xmpp.extensions.compress.model
The implementation of the <compress/> element in the http://jabber.org/protocol/compress namespace.
StreamCompression.Failure - Class in rocks.xmpp.extensions.compress.model
The implementation of the <failure/> element in the http://jabber.org/protocol/compress namespace, which indicates failure during compression negotiation.
StreamCompression.Failure.Condition - Class in rocks.xmpp.extensions.compress.model
An abstract base class for a compression failure condition.
StreamElement - Interface in rocks.xmpp.core.stream.model
This is a marker interface to mark top-level elements, which can be sent over the stream.
StreamError - Class in rocks.xmpp.core.stream.model
The implementation of the <stream:error/> element.
StreamError(Condition) - Constructor for class rocks.xmpp.core.stream.model.StreamError
Creates a stream error with only a condition.
StreamError(Condition, String, Locale) - Constructor for class rocks.xmpp.core.stream.model.StreamError
Creates a stream error with a condition and a descriptive text.
StreamError(Condition, Object) - Constructor for class rocks.xmpp.core.stream.model.StreamError
Creates a stream error with a condition, optional text and an extension.
StreamError(Condition, String, Locale, Object) - Constructor for class rocks.xmpp.core.stream.model.StreamError
Creates a stream error with a condition, optional text and an extension.
StreamErrorException - Exception in rocks.xmpp.core.stream.model
Represents a stream error.
StreamErrorException(StreamError) - Constructor for exception rocks.xmpp.core.stream.model.StreamErrorException
Constructs a stanza exception.
StreamErrorException(StreamError, Throwable) - Constructor for exception rocks.xmpp.core.stream.model.StreamErrorException
Constructs a stream error exception with a cause.
StreamErrorException - Exception in rocks.xmpp.core.stream
Deprecated. 
StreamErrorException(StreamError) - Constructor for exception rocks.xmpp.core.stream.StreamErrorException
Deprecated.
Constructs a stanza exception.
StreamErrorException(StreamError, Throwable) - Constructor for exception rocks.xmpp.core.stream.StreamErrorException
Deprecated.
Constructs a stream error exception with a cause.
StreamFeature - Class in rocks.xmpp.core.stream.model
A base class for a stream feature, which is advertised by the server in its <stream:features/> element.
StreamFeature() - Constructor for class rocks.xmpp.core.stream.model.StreamFeature
 
StreamFeatureNegotiator<T extends StreamFeature> - Interface in rocks.xmpp.core.stream
An interface for various stream negotiators, either from client perspective or server perspective.
StreamFeatures - Class in rocks.xmpp.core.stream.model
The implementation of the <stream:features/> element.
StreamFeatures(Collection<StreamFeature>) - Constructor for class rocks.xmpp.core.stream.model.StreamFeatures
 
StreamFeaturesManager - Class in rocks.xmpp.core.stream.client
Manages the various features, which are advertised during stream negotiation.
StreamHandler - Interface in rocks.xmpp.core.stream
A functional interface for handling inbound stream elements which are read from a connection.
StreamHeader - Class in rocks.xmpp.core.stream.model
Represents the XMPP stream header.
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(String, 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
The implementation of the <sm/> element in the urn:xmpp:sm:3 namespace.
StreamManagement() - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement
 
StreamManagement(Boolean) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement
 
StreamManagement.Answer - Class in rocks.xmpp.extensions.sm.model
The implementation of the <a/> element in the urn:xmpp:sm:3 namespace.
StreamManagement.Enable - Class in rocks.xmpp.extensions.sm.model
The implementation of the <enable/> element in the urn:xmpp:sm:3 namespace.
StreamManagement.Enabled - Class in rocks.xmpp.extensions.sm.model
The implementation of the <enabled/> element in the urn:xmpp:sm:3 namespace.
StreamManagement.Failed - Class in rocks.xmpp.extensions.sm.model
The implementation of the <failed/> element in the urn:xmpp:sm:3 namespace.
StreamManagement.Request - Class in rocks.xmpp.extensions.sm.model
The implementation of the <r/> element in the urn:xmpp:sm:3 namespace.
StreamManagement.Resume - Class in rocks.xmpp.extensions.sm.model
The implementation of the <resume/> element in the urn:xmpp:sm:3 namespace.
StreamManagement.Resumed - Class in rocks.xmpp.extensions.sm.model
The implementation of the <resumed/> element in the urn:xmpp:sm:3 namespace.
StreamManager - Class in rocks.xmpp.extensions.sm
Manages the stream as described in XEP-0198: Stream Management.
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
 
StreamNegotiationResult - Enum in rocks.xmpp.core.stream
Represents the status of the feature negotiation.
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.
Stressed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Stressed
 
Stressed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Stressed
 
Strings - Class in rocks.xmpp.util
Utility class for Strings.
Strong() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Strong
 
Strong(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Strong
 
Studying() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Studying
 
Studying(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Studying
 
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.
SubjectChangeEvent - Class in rocks.xmpp.extensions.muc
This event is fired, when the subject in a chat room has changed.
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.
subscribe(Jid) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Subscribes to this node.
subscribe(Jid, 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 ‘pubsub’, ‘pubsub#event’ and ‘pubsub#owner’ namespace.
SUBSCRIPTION_REQUIRED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <subscription-required/> stanza error.
subscriptionDepth(int) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets the subscription depth.
SubscriptionPreApproval - Class in rocks.xmpp.im.subscription.preapproval.model
The implementation of the subscription pre-approval feature.
SubscriptionState - Enum in rocks.xmpp.extensions.pubsub.model
Represents the subscription state to a node.
SubscriptionState - Interface in rocks.xmpp.im.roster.model
Represents a presence subscription state.
SubscriptionState.Subscription - Enum in rocks.xmpp.im.roster.model
 
subscriptionType(SubscribeOptions.SubscriptionType) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets the subscription type.
subSequence(int, int) - Method in class rocks.xmpp.core.stream.model.StreamHeader
 
subSequence(int, int) - Method in class rocks.xmpp.core.Text
 
Success - Class in rocks.xmpp.core.sasl.model
The implementation of the <success/> element, which indicates success during SASL negotiation.
Success() - Constructor for class rocks.xmpp.core.sasl.model.Success
 
Success(byte[]) - Constructor for class rocks.xmpp.core.sasl.model.Success
 
Success() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Success
 
suggestContactAddition(Jid, Contact...) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Suggests the addition of one or more contacts to another user.
Sunbathing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Sunbathing
 
Sunbathing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Sunbathing
 
Surprised() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Surprised
 
Surprised(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Surprised
 
Swimming() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Swimming
 
Swimming(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Swimming
 
SYSTEM_SHUTDOWN - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <system-shutdown/> stream error.

T

TakingABath() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.TakingABath
 
TakingABath(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.TakingABath
 
TakingAShower() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.TakingAShower
 
TakingAShower(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.TakingAShower
 
TcpBinding - Interface in rocks.xmpp.core.net
Defines characteristics of a TCP binding, like stream encryption via TLS and stream compression.
TcpConnectionConfiguration<T> - Class in rocks.xmpp.core.net.client
A configuration for a TCP connection.
TcpConnectionConfiguration - Class in rocks.xmpp.core.session
TcpConnectionConfiguration.Builder<T extends TcpConnectionConfiguration.Builder<T>> - Class in rocks.xmpp.core.net.client
A builder to create a TcpConnectionConfiguration instance.
TcpConnectionConfiguration.Builder - Class in rocks.xmpp.core.session
Deprecated.
A builder to create a TcpConnectionConfiguration instance.
TelephoneNumber(String, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
 
TelephoneNumber(String, boolean, boolean, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
 
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.
temporary(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
If the subscription is temporary, i.e. only as long as you are online.
TEMPORARY_AUTH_FAILURE - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <temporary-auth-failure/> SASL failure.
temporarySubscriptions(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to make all subscriptions temporary, based on subscriber presence.
terminate(Jingle.Reason) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Terminates the Jingle session.
Text - Class in rocks.xmpp.core
A common text element which is used by multiple elements and namespaces in XMPP.
Text(String) - Constructor for class rocks.xmpp.core.Text
Constructs a default status.
Text(String, Locale) - Constructor for class rocks.xmpp.core.Text
Constructs a status with a language attribute.
text(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a catch-all element that captures any other information about the location.
Thankful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Thankful
 
Thankful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Thankful
 
thenAccept(Consumer<? super T>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenAcceptAsync(Consumer<? super T>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenAcceptAsync(Consumer<? super T>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenApply(Function<? super T, ? extends U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenApplyAsync(Function<? super T, ? extends U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenRun(Runnable) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenRunAsync(Runnable) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
thenRunAsync(Runnable, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
Thinking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Thinking
 
Thinking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Thinking
 
Thirsty() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Thirsty
 
Thirsty(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Thirsty
 
threadFactory(ThreadFactory) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets a custom thread factory.
Thumbnail - Class in rocks.xmpp.extensions.jingle.thumbs.model
The implementation of the <thumbnail/> element in the urn:xmpp:thumbs:1" namespace.
Thumbnail(URI) - Constructor for class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
Creates a thumbnail.
Thumbnail(URI, String, Integer, Integer) - Constructor for class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
Creates a thumbnail.
TieBreak - Class in rocks.xmpp.extensions.jingle.model.errors
The implementation of the <tie-break/> jingle error.
TieBreak() - Constructor for class rocks.xmpp.extensions.jingle.model.errors.TieBreak
 
time(Duration) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘time’ attribute of the body.
timeFromPresence(Presence) - Static method in class rocks.xmpp.extensions.idle.model.Idle
Extracts the idle time from a presence.
Timeout() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Timeout
 
timeoutAfter(long, TimeUnit) - Static method in class rocks.xmpp.util.concurrent.CompletionStages
Creates a completion stage, which times out after the specified time, i.e. it completes exceptionally with a TimeoutException.
timeoutAfter(long, TimeUnit, Supplier<Throwable>) - Static method in class rocks.xmpp.util.concurrent.CompletionStages
Creates a completion stage, which times out after the specified time, i.e. it completes exceptionally with the supplied exception.
timestamp(Instant) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the UTC timestamp specifying the moment when the reading was taken.
timeZoneOffset(ZoneOffset) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the time zone offset from UTC for the current location.
Tired() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Tired
 
Tired(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Tired
 
title(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the title of the form.
to(Jid) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘to’ attribute of the body.
toCompletableFuture() - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
toDash(String) - Static method in class rocks.xmpp.util.Strings
Converts a string from camel case to a string with dashes.
toEscapedString() - Method in interface rocks.xmpp.addr.Jid
Returns the JID in escaped form as described in XEP-0106: JID Escaping.
TOO_MANY_SUBSCRIPTIONS - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <too-many-subscriptions/> pubsub error.
TooManyStanzas - Class in rocks.xmpp.extensions.errors.model
The implementation of the <too-many-stanzas/> element in the urn:xmpp:errors namespace.
TooManySubscriptions - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <too-many-subscriptions/> pubsub error.
toString() - Method in class rocks.xmpp.core.bind.model.Bind
 
toString() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
 
toString() - Method in class rocks.xmpp.core.net.client.SocketConnection
 
toString() - Method in class rocks.xmpp.core.sasl.model.Abort
 
toString() - Method in class rocks.xmpp.core.sasl.model.Auth
 
toString() - Method in class rocks.xmpp.core.sasl.model.Challenge
 
toString() - Method in class rocks.xmpp.core.sasl.model.Failure.Condition
 
toString() - Method in class rocks.xmpp.core.sasl.model.Failure
 
toString() - Method in class rocks.xmpp.core.sasl.model.Mechanisms
 
toString() - Method in class rocks.xmpp.core.sasl.model.Response
 
toString() - Method in class rocks.xmpp.core.sasl.model.Success
 
toString() - Method in class rocks.xmpp.core.session.ConnectionEvent
 
toString() - Method in class rocks.xmpp.core.session.model.Session
 
toString() - Method in class rocks.xmpp.core.session.SessionStatusEvent
 
toString() - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Deprecated.
 
toString() - Method in class rocks.xmpp.core.stanza.model.errors.Condition
 
toString() - Method in class rocks.xmpp.core.stanza.model.IQ
 
toString() - Method in class rocks.xmpp.core.stanza.model.Message
 
toString() - Method in class rocks.xmpp.core.stanza.model.Presence
 
toString() - Method in class rocks.xmpp.core.stanza.model.Stanza
 
toString() - Method in class rocks.xmpp.core.stanza.model.StanzaError
 
toString() - Method in enum rocks.xmpp.core.stanza.model.StanzaError.Type
 
toString() - Method in class rocks.xmpp.core.stream.model.errors.Condition
 
toString() - Method in class rocks.xmpp.core.stream.model.StreamError
 
toString() - Method in class rocks.xmpp.core.stream.model.StreamFeatures
 
toString() - Method in class rocks.xmpp.core.stream.model.StreamHeader
 
toString() - Method in class rocks.xmpp.core.Text
 
toString() - Method in class rocks.xmpp.core.tls.model.Failure
 
toString() - Method in class rocks.xmpp.core.tls.model.Proceed
 
toString() - Method in class rocks.xmpp.core.tls.model.StartTls
 
toString() - Method in class rocks.xmpp.dns.SrvRecord
 
toString() - Method in class rocks.xmpp.dns.TxtRecord
 
toString() - Method in class rocks.xmpp.extensions.activity.model.Activity
 
toString() - Method in class rocks.xmpp.extensions.activity.model.SpecificActivity
 
toString() - Method in class rocks.xmpp.extensions.blocking.model.Block
 
toString() - Method in class rocks.xmpp.extensions.blocking.model.BlockList
 
toString() - Method in class rocks.xmpp.extensions.blocking.model.Unblock
 
toString() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
 
toString() - Method in class rocks.xmpp.extensions.bookmarks.model.WebPageBookmark
 
toString() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Close
 
toString() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Data
 
toString() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open
 
toString() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
 
toString() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
 
toString() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
toString() - Method in class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
 
toString() - Method in class rocks.xmpp.extensions.chatstates.model.ChatState
 
toString() - Method in class rocks.xmpp.extensions.colors.ConsistentColor
 
toString() - Method in class rocks.xmpp.extensions.compress.model.feature.CompressionFeature
 
toString() - Method in class rocks.xmpp.extensions.compress.model.StreamCompression.Failure.Condition
 
toString() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
 
toString() - Method in class rocks.xmpp.extensions.delay.model.DelayedDelivery
 
toString() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
 
toString() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
toString() - Method in class rocks.xmpp.extensions.disco.model.items.Item
 
toString() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
toString() - Method in class rocks.xmpp.extensions.errors.model.ResourceLimitExceeded
 
toString() - Method in class rocks.xmpp.extensions.errors.model.StanzaTooBig
 
toString() - Method in class rocks.xmpp.extensions.errors.model.TooManyStanzas
 
toString() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferStatusEvent
Returns a String representation of this FileTransferStatusEvent object.
toString() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
 
toString() - Method in class rocks.xmpp.extensions.hashes.model.Hash
 
toString() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
toString() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
 
toString() - Method in enum rocks.xmpp.extensions.httpbind.model.Body.Condition
 
toString() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
toString() - Method in class rocks.xmpp.extensions.idle.model.Idle
 
toString() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTransferError
 
toString() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.Checksum
 
toString() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
toString() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.Received
 
toString() - Method in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
 
toString() - Method in class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandByteStreamsTransportMethod
 
toString() - Method in class rocks.xmpp.extensions.json.model.Json
 
toString() - Method in class rocks.xmpp.extensions.last.model.LastActivity
 
toString() - Method in class rocks.xmpp.extensions.messagecorrect.model.Replace
 
toString() - Method in class rocks.xmpp.extensions.mood.model.Mood
Gets the mood value.
toString() - Method in class rocks.xmpp.extensions.mood.model.Mood.Value
 
toString() - Method in class rocks.xmpp.extensions.muc.ChatRoom
 
toString() - Method in class rocks.xmpp.extensions.muc.ChatService
 
toString() - Method in class rocks.xmpp.extensions.muc.model.DiscussionHistory
 
toString() - Method in class rocks.xmpp.extensions.muc.model.Muc
 
toString() - Method in class rocks.xmpp.extensions.muc.Occupant
 
toString() - Method in class rocks.xmpp.extensions.nick.model.Nickname
 
toString() - Method in class rocks.xmpp.extensions.oob.model.iq.OobIQ
 
toString() - Method in class rocks.xmpp.extensions.oob.model.x.OobX
 
toString() - Method in class rocks.xmpp.extensions.privacy.model.Privacy
 
toString() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
 
toString() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
 
toString() - Method in class rocks.xmpp.extensions.privatedata.model.PrivateData
 
toString() - Method in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
 
toString() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
 
toString() - Method in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
 
toString() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
The node id.
toString() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Returns the service address.
toString() - Method in class rocks.xmpp.extensions.reach.model.Address.Description
 
toString() - Method in class rocks.xmpp.extensions.reach.model.Address
 
toString() - Method in class rocks.xmpp.extensions.reach.model.Reachability
 
toString() - Method in class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts.Received
 
toString() - Method in class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts.Request
 
toString() - Method in class rocks.xmpp.extensions.register.model.feature.RegisterFeature
 
toString() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodCall
 
toString() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse.Fault
 
toString() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse
 
toString() - Method in class rocks.xmpp.extensions.rpc.model.Rpc
 
toString() - Method in class rocks.xmpp.extensions.rpc.model.Value
 
toString() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
 
toString() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
 
toString() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.WaitInterval
 
toString() - Method in class rocks.xmpp.extensions.shim.model.Header
 
toString() - Method in class rocks.xmpp.extensions.shim.model.Headers
 
toString() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Answer
 
toString() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Request
 
toString() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement
 
toString() - Method in class rocks.xmpp.extensions.time.model.EntityTime
 
toString() - Method in class rocks.xmpp.extensions.tune.model.Tune
 
toString() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
 
toString() - Method in class rocks.xmpp.extensions.xhtmlim.model.Html
 
toString() - Method in class rocks.xmpp.im.roster.model.Contact
 
toString() - Method in class rocks.xmpp.im.roster.model.ContactGroup
 
toString() - Method in class rocks.xmpp.im.roster.model.Roster
 
toString() - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration
 
toString() - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
toString() - Method in class rocks.xmpp.websocket.model.Close
 
toString() - Method in class rocks.xmpp.websocket.model.Open
 
toString() - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
 
toString() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
toUnderscore(String) - Static method in class rocks.xmpp.util.Strings
Converts a string from camel case to a string with underscores.
transfer() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Transfers the file in its own thread.
translate(Jid, String, Locale, Locale...) - Method in class rocks.xmpp.extensions.langtrans.LanguageTranslationManager
Translates a text by sending a query to a translation provider.
TransportMethod - Class in rocks.xmpp.extensions.jingle.transports.model
An abstract base class for a Jingle transport method.
TransportNegotiator<T extends TransportMethod> - Class in rocks.xmpp.extensions.jingle.transports
 
truncatedBinaryExponentialBackoffStrategy(int, int) - Static method in interface rocks.xmpp.core.session.ReconnectionStrategy
This is the default reconnection strategy.
Tune - Class in rocks.xmpp.extensions.tune.model
The implementation of the <tune/> element in the http://jabber.org/protocol/tune namespace.
Tune(String, String) - Constructor for class rocks.xmpp.extensions.tune.model.Tune
 
Tune(String, String, Integer, Integer, String, String, URI) - Constructor for class rocks.xmpp.extensions.tune.model.Tune
 
TxtRecord - Class in rocks.xmpp.dns
A DNS TXT resource record.
type(DataForm.Type) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the type of the form.
type(DataForm.Field.Type) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the type of the field.
type(Body.Type) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘type’ attribute of the body.
type(String) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The type of node data, usually specified by the namespace of the payload (if any).

U

Unblock - Class in rocks.xmpp.extensions.blocking.model
The implementation of the <unblock/> element in the urn:xmpp:blocking namespace.
Unblock(Collection<Jid>) - Constructor for class rocks.xmpp.extensions.blocking.model.Unblock
 
unblockContact(Jid...) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Unblocks communications with specific contacts or with all contacts.
Undefined() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Undefined
 
Undefined(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Undefined
 
UNDEFINED_CONDITION - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <undefined-condition/> stanza error.
UNDEFINED_CONDITION - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <undefined-condition/> stream error.
undelivered() - Method in class rocks.xmpp.extensions.address.model.Address
Creates a copy of this address, whose delivered attribute is removed.
UNEXPECTED_REQUEST - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <unexpected-request/> stanza error.
Unhold - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.info
The implementation of the <unhold/> element in the urn:xmpp:jingle:apps:rtp:info:1 namespace.
Unhold() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.info.Unhold
 
UnknownSession - Class in rocks.xmpp.extensions.jingle.model.errors
The implementation of the <unknown-session/> jingle error.
UnknownSession() - Constructor for class rocks.xmpp.extensions.jingle.model.errors.UnknownSession
 
unmarshal(String) - Method in class rocks.xmpp.util.adapters.InstantAdapter
 
unmarshal(String) - Method in class rocks.xmpp.util.adapters.LocaleAdapter
 
unmarshal(String) - Method in class rocks.xmpp.util.adapters.OffsetDateTimeAdapter
 
unmarshal(String) - Method in class rocks.xmpp.util.adapters.ZoneOffsetAdapter
 
UNMARSHALLER - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder.UserProperties
The property key to set the unmarshaller.
Unmute - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.info
The implementation of the <unmute/> element in the urn:xmpp:jingle:apps:rtp:info:1 namespace.
Unmute() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.info.Unmute
 
unregisterApplicationFormat(Class<? extends ApplicationFormat>) - Method in class rocks.xmpp.extensions.jingle.JingleManager
 
unsubscribe() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Unsubscribes from this node.
unsubscribe(String) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Unsubscribes from this node.
unsubscribe(Jid) - Method in class rocks.xmpp.im.subscription.PresenceManager
Unsubscribes from a contact’s presence.
unsupported(PubSubFeature) - Static method in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
Creates an <unsupported/> pubsub error.
Unsupported - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <unsupported/> pubsub error.
UNSUPPORTED_ENCODING - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <unsupported-encoding/> stream error.
UNSUPPORTED_FEATURE - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <unsupported-feature/> stream error.
UNSUPPORTED_METHOD - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression.Failure.Condition
If the initiating entity requests a stream compression method that is not supported by the receiving entity.
UNSUPPORTED_STANZA_TYPE - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <unsupported-stanza-type/> stream error.
UNSUPPORTED_VERSION - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <unsupported-version/> stream error.
UnsupportedActions - Class in rocks.xmpp.extensions.amp.model
The implementation of the <unsupported-actions/> element in the http://jabber.org/protocol/amp namespace.
UnsupportedActions() - Constructor for class rocks.xmpp.extensions.amp.model.UnsupportedActions
 
UnsupportedApplications() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.UnsupportedApplications
 
UnsupportedConditions - Class in rocks.xmpp.extensions.amp.model
The implementation of the <unsupported-conditions/> element in the http://jabber.org/protocol/amp namespace.
UnsupportedConditions() - Constructor for class rocks.xmpp.extensions.amp.model.UnsupportedConditions
 
UnsupportedInfo - Class in rocks.xmpp.extensions.jingle.model.errors
The implementation of the <unsupported-info/> jingle error.
UnsupportedInfo() - Constructor for class rocks.xmpp.extensions.jingle.model.errors.UnsupportedInfo
 
UnsupportedTransports() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.UnsupportedTransports
 
unwrap(byte[], int, int) - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
update(CharSequence) - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Updates the text.
updateContact(Contact) - Method in class rocks.xmpp.im.roster.RosterManager
Updates a contact in the roster.
uri(URI) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a URI or URL pointing to information about the location.
uri(URI) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘uri’ attribute of the body.
url(URL) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the URL.
useKeySequence(boolean) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
Indicates whether a key sequencing mechanism is used to secure a connection.
username(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the username.

V

validation(Validation) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the validation.
Validation - Class in rocks.xmpp.extensions.data.validate.model
The implementation of the <validate/> element in the http://jabber.org/protocol/xdata-validate namespace, which is used to validate form fields.
Validation(String) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation
Creates a validation with a data type.
Validation(Validation.ValidationMethod) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation
Creates a validation with a validation method (and no data type, which is optional).
Validation(String, Validation.ValidationMethod) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation
Creates a validation with a data type and validation method.
Validation(String, Validation.ValidationMethod, Validation.ListRange) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation
Creates a validation with a data type, validation method and list range.
Validation.ListRange - Class in rocks.xmpp.extensions.data.validate.model
For "list-multi", validation can indicate that a minimum and maximum number of options should be selected and/or entered.
Validation.ValidationMethod - Class in rocks.xmpp.extensions.data.validate.model
The abstract validation method.
Validation.ValidationMethod.Basic - Class in rocks.xmpp.extensions.data.validate.model
Indicates, that the value(s) should simply match the field type and datatype constraints.
Validation.ValidationMethod.Open - Class in rocks.xmpp.extensions.data.validate.model
For "list-single" or "list-multi", to indicate that the user may enter a custom value (matching the datatype constraints) or choose from the predefined values.
Validation.ValidationMethod.Range - Class in rocks.xmpp.extensions.data.validate.model
Indicates that the value should fall within a certain range.
Validation.ValidationMethod.Regex - Class in rocks.xmpp.extensions.data.validate.model
Indicates that the value should be restricted to a regular expression.
value(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as string.
value(boolean) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as boolean.
value(int) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as integer.
value(Jid) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as JID.
value(Instant) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as date.
Value - Class in rocks.xmpp.extensions.rpc.model
The value type, which is used by XML-RPC.
valueOf(String) - Static method in enum rocks.xmpp.core.net.ChannelEncryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.session.ConnectionEvent.Type
Returns the enum constant of this type with the specified name.
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.stanza.model.IQ.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stanza.model.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stanza.model.Presence.Show
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stanza.model.Presence.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stanza.model.StanzaError.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stream.StreamNegotiationResult
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.DeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.amp.model.Rule.MatchResource
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.colors.ConsistentColor.ColorVisionDeficiency
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.data.model.DataForm.Field.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.data.model.DataForm.Type
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.httpbind.model.Body.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.httpbind.model.Body.Type
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.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.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.
valueOf(String) - Static method in enum rocks.xmpp.im.roster.model.DefinedState
Returns the enum constant of this type with the specified name.
valueOf(SubscriptionState) - Static method in enum rocks.xmpp.im.roster.model.DefinedState
Returns a defined subscription state from an existing subscription state, e.g. a RosterItem.
valueOf(String) - Static method in enum rocks.xmpp.im.roster.model.SubscriptionState.Subscription
Returns the enum constant of this type with the specified name.
values() - Static method in enum rocks.xmpp.core.net.ChannelEncryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.session.ConnectionEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
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.stanza.model.IQ.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.stanza.model.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.stanza.model.Presence.Show
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.stanza.model.Presence.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.stanza.model.StanzaError.Type
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.StreamNegotiationResult
Returns an array containing the constants of this enum type, in the order they are declared.
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.DeliveryMode
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.MatchResource
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.colors.ConsistentColor.ColorVisionDeficiency
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(Collection<String>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the values.
values() - Static method in enum rocks.xmpp.extensions.data.model.DataForm.Field.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.data.model.DataForm.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.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.httpbind.model.Body.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.httpbind.model.Body.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.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.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.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.
values() - Static method in enum rocks.xmpp.im.roster.model.DefinedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.im.roster.model.SubscriptionState.Subscription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class rocks.xmpp.util.cache.DirectoryCache
 
values() - Method in class rocks.xmpp.util.cache.LruCache
 
valuesEnum(Collection<? extends Enum<?>>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the values from an enum.
valuesJid(Collection<Jid>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the values as JIDs.
var(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the var attribute.
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.AddressLabel - Class in rocks.xmpp.extensions.vcard.temp.model
Represents the formatted text corresponding to a delivery address.
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.Geo - Class in rocks.xmpp.extensions.vcard.temp.model
Stores information related to the global positioning.
VCard.Image - Class in rocks.xmpp.extensions.vcard.temp.model
Represents an image.
VCard.Key - Class in rocks.xmpp.extensions.vcard.temp.model
Represents an authentication credential or encryption key.
VCard.Name - Class in rocks.xmpp.extensions.vcard.temp.model
Represents a name.
VCard.Organization - Class in rocks.xmpp.extensions.vcard.temp.model
Represents an organization.
VCard.Sound - Class in rocks.xmpp.extensions.vcard.temp.model
Represents an image.
VCard.TelephoneNumber - Class in rocks.xmpp.extensions.vcard.temp.model
Represents a telephone number.
VCardManager - Class in rocks.xmpp.extensions.vcard.temp
This manager allows to retrieve or save one owns vCard or retrieve another user’s vCard.
version(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘ver’ attribute of the body.
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.

W

wait(Duration) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
Sets the longest time that the connection manager is allowed to wait before responding to any request during the session.
wait(int) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
wait(Duration) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘wait’ attribute of the body.
WaitInterval(long) - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.WaitInterval
 
Walking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Walking
 
Walking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Walking
 
WalkingTheDog() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WalkingTheDog
 
WalkingTheDog(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WalkingTheDog
 
WatchingAMovie() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WatchingAMovie
 
WatchingAMovie(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WatchingAMovie
 
WatchingTv() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WatchingTv
 
WatchingTv(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WatchingTv
 
Weak() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Weak
 
Weak(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Weak
 
webPage(URL) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
The web page.
WebPageBookmark - Class in rocks.xmpp.extensions.bookmarks.model
A web page bookmark.
WebPageBookmark(String, URL) - Constructor for class rocks.xmpp.extensions.bookmarks.model.WebPageBookmark
Creates a web page bookmark.
webRegistration(URI) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the web registration URI.
WebSocketClientConnection - Class in rocks.xmpp.websocket.net.client
A WebSocket connection initiated by a client.
WebSocketConnection - Class in rocks.xmpp.websocket.net
An XMPP WebSocket connection.
WebSocketConnection(Session, StreamHandler, Consumer<Throwable>, CompletableFuture<Void>, ConnectionConfiguration) - Constructor for class rocks.xmpp.websocket.net.WebSocketConnection
 
WebSocketConnectionConfiguration - Class in rocks.xmpp.websocket.net.client
A configuration for a WebSocket connection.
WebSocketConnectionConfiguration.Builder - Class in rocks.xmpp.websocket.net.client
A builder to create a WebSocketConnectionConfiguration instance.
WebSocketModule - Class in rocks.xmpp.websocket.net.client
The WebSocket module, which is used to make the framing elements <open/> and <close/> known to the session.
WebSocketModule() - Constructor for class rocks.xmpp.websocket.net.client.WebSocketModule
 
whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
willDecode(String) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
withActive(String) - Static method in class rocks.xmpp.extensions.privacy.model.Privacy
Creates a privacy element with an active list.
withAffiliations(String, Affiliation...) - Static method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Creates a pubsub element with a <affiliations/> child element with <affiliation/> elements.
withAffiliations() - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <affiliations/> child element.
withAffiliations(String) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <affiliations/> child element and a ‘node’ attribute.
withConfiguration(DataForm) - Static method in class rocks.xmpp.extensions.muc.model.owner.MucOwner
Creates a <query/> element with a <x/> (data form) child element.
withConfigure(String) - Static method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Creates a pubsub element with an <configure/> child element and a ‘node’ attribute.
withConfigure(String, DataForm) - Static method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Creates a pubsub element with an <configure/> child element and a ‘node’ attribute and a configuration form.
withConfigure(String, DataForm) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <configure/> child element and a ‘node’ attribute.
withCreate(String) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <create/> child element and a ‘node’ attribute.
withCreate(String, DataForm) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <create/> and <configure/> child element.
withDecline(Jid, String) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with a <decline/> child element.
withDefault(String) - Static method in class rocks.xmpp.extensions.privacy.model.Privacy
Creates a privacy element with a default list.
withDefault() - Static method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Creates a pubsub element with a <default/> child element.
withDefault() - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with a <default/> child element.
withDefault(String) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with a <default/> child element with a ‘node’ attribute.
withDelete(String) - Static method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Creates a pubsub element with a <delete/> child element and a ‘node’ attribute.
withDelete(String, URI) - Static method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Creates a pubsub element with a <delete/> child element, a ‘node’ attribute and a replacement node.
withDestroy(Jid, String) - Static method in class rocks.xmpp.extensions.muc.model.owner.MucOwner
Creates a <query/> element with a <destroy/> child element.
withDestroy(Affiliation, Role, Jid, String) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <item/> and a <destroy/> child element.
withDictionary(String) - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Sets the dictionary.
withEngine(String) - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Sets the engine.
withFallback(CompletionStage<T>, BiFunction<CompletionStage<T>, Throwable, ? extends CompletionStage<T>>) - Static method in class rocks.xmpp.util.concurrent.CompletionStages
Creates a new completion stage which uses a fallback stage in case the primary stage completes exceptionally.
withGroups(Collection<String>) - Method in class rocks.xmpp.im.roster.model.Contact
Creates an identical contact with only the groups changed.
withGroups(String...) - Method in class rocks.xmpp.im.roster.model.Contact
Creates an identical contact with only the groups changed.
withHeader(String, String) - Method in class rocks.xmpp.extensions.shim.model.Headers
Creates a new headers extension with an additional header.
withHeader(Header) - Method in class rocks.xmpp.extensions.shim.model.Headers
Creates a new headers extension with an additional header.
withHistory(DiscussionHistory) - Static method in class rocks.xmpp.extensions.muc.model.Muc
Creates an element with a history element, indicating the user wishes to retrieve history.
withInvite(String, Invite...) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <invite/> and a <password/> child element.
withInvites(Invite...) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <invite/> child element.
withItem(Role) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates a <query/> element with an <item/> child element.
withItem(Affiliation) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates a <query/> element with an <item/> child element.
withItem(Role, String, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates a <query/> element with an <item/> child element.
withItem(Affiliation, Jid, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates a <query/> element with an <item/> child element.
withItem(Affiliation, Jid, String, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates a <query/> element with an <item/> child element.
withItem(Affiliation, Role, Status...) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <item/> and a <status/> child element.
withItem(Affiliation, Role, Jid, Status...) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <item/> and a <status/> child element.
withItem(Affiliation, Role, Jid, String, Status...) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <item/> and a <status/> child element.
withItem(Role, String, String, Status...) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <item/> and a <status/> child element.
withItem(Affiliation, Role, Actor, String, Status...) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <item/> and a <status/> child element.
withItem(Affiliation, Role, String, String) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <item/> and a <status/> child element.
withItem(Affiliation, Role, Jid, String, Actor, String, Status...) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with an <item/> and a <status/> child element.
withItems(List<Item>) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates a <query/> element with <item/> child elements.
withItems(Item...) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates a <query/> element with <item/> child elements.
withItems(String) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <items/> child element with a ‘node’ attribute.
withItems(String, String...) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <items/> child element, containing multiple item elements with an ‘id’ attribute.
withItems(String, int) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <items/> child element with a ‘node’ and a ‘max_items’ attribute.
withLocal(CharSequence) - Method in interface rocks.xmpp.addr.Jid
Creates a new JID with a new local part and the same domain and resource part of the current JID.
withLocal(CharSequence) - Method in class rocks.xmpp.addr.MalformedJid
 
withName(String) - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Creates a new identity with a name.
withName(String, Locale) - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Creates a new identity with a name and a language.
withName(String) - Method in class rocks.xmpp.im.roster.model.Contact
Creates an identical contact with only the name changed.
withOptions(String, Jid, String, DataForm) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <options/> child element with a ‘node’ and ‘jid’ attribute.
withoutGroups() - Method in class rocks.xmpp.im.roster.model.Contact
Creates an identical contact without groups.
withoutHeader(String) - Method in class rocks.xmpp.extensions.shim.model.Headers
Removes a header from this collection.
withoutName() - Method in class rocks.xmpp.im.roster.model.Contact
Creates an identical contact without name.
withPassword(String) - Static method in class rocks.xmpp.extensions.muc.model.Muc
Creates an element with a password for the room.
withPasswordAndHistory(String, DiscussionHistory) - Static method in class rocks.xmpp.extensions.muc.model.Muc
Creates an element with a history element and a password for the room.
withPublish(String, String, Object, DataForm) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with a <publish/> child element.
withPurge(String) - Static method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Creates a pubsub element with a <purge/> child element and a ‘node’ attribute.
withResource(CharSequence) - Method in interface rocks.xmpp.addr.Jid
Creates a new full JID with a resource and the same local and domain part of the current JID.
withResource(CharSequence) - Method in class rocks.xmpp.addr.MalformedJid
 
withRetract(String, String, boolean) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with a <retract/> child element.
withReviewed(boolean) - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Indicates that the translation has been reviewed by a human.
withSourceLanguage(Locale) - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Sets the source language.
withStatus(Status...) - Static method in class rocks.xmpp.extensions.muc.model.user.MucUser
Creates a <x/> element with one or more <status/> child elements.
withSubscribe(String, Jid) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with a <subscribe/> child element with a ‘node’ and ‘jid’ attribute.
withSubscribe(String, Jid, DataForm) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with a <subscribe/> and <options/> child element with a ‘node’ and ‘jid’ attribute.
withSubscriptions(String, Subscription...) - Static method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Creates a pubsub element with a <subscriptions/> child element with <subscription/> elements.
withSubscriptions() - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with a <subscriptions/> child element.
withSubscriptions(String) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with a <subscriptions/> child element with a ‘node’ attribute.
withTranslatedText(String) - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Sets the translated text.
withUnsubscribe(String, Jid, String) - Static method in class rocks.xmpp.extensions.pubsub.model.PubSub
Creates a pubsub element with an <unsubscribe/> child element with a ‘node’ and ‘jid’ attribute.
WorkingOut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WorkingOut
 
WorkingOut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.WorkingOut
 
Worried() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Worried
 
Worried(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Worried
 
wrap(byte[], int, int) - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
wrappedObjects(Collection<Object>) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the wrapped objects of the body, i.e. the payload.
write(StreamElement) - Method in class rocks.xmpp.core.net.client.SocketConnection
 
write(StreamElement) - Method in interface rocks.xmpp.core.net.Connection
Writes the element to the stream without really sending it.
write(StreamElement) - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
write(StreamElement) - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
write(StreamElement) - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
writeStanza(String, Object) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
 
writeStanza(String, Object) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
This method is called, whenever a stream element is written.
writeTo(XMLStreamWriter) - Method in class rocks.xmpp.core.stream.model.StreamHeader
Writes the stream header to a XMLStreamWriter.
Writing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Writing
 
Writing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Writing
 

X

XBOSH_NAMESPACE - Static variable in class rocks.xmpp.extensions.httpbind.model.Body
urn:xmpp:xbosh
XML_OUTPUT_FACTORY - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder.UserProperties
The property key to provide an optional XMLOutputFactory.
XmppClient - Class in rocks.xmpp.core.session
The base class for establishing an XMPP session with a server, i.e. client-to-server sessions.
XmppDebugger - Interface in rocks.xmpp.core.session.debug
A debugger interface, which allows to implement custom debugger implementation to log XMPP traffic.
XmppException - Exception in rocks.xmpp.core
This is the base class for all kind of XMPP related exceptions.
XmppException() - Constructor for exception rocks.xmpp.core.XmppException
 
XmppException(String) - Constructor for exception rocks.xmpp.core.XmppException
 
XmppException(Throwable) - Constructor for exception rocks.xmpp.core.XmppException
 
XmppException(String, Throwable) - Constructor for exception rocks.xmpp.core.XmppException
 
XmppSaslClientFactory - Class in rocks.xmpp.core.sasl
A factory which creates SaslClients, which are used in XMPP context and are not natively provided by the default security provider.
XmppSaslClientFactory() - Constructor for class rocks.xmpp.core.sasl.XmppSaslClientFactory
 
XmppSession - Class in rocks.xmpp.core.session
The base class for different kinds of XMPP sessions.
XmppSession.Status - Enum in rocks.xmpp.core.session
Represents the session status.
XmppSessionConfiguration - Class in rocks.xmpp.core.session
A configuration for an XmppSession.
XmppSessionConfiguration.Builder - Class in rocks.xmpp.core.session
A builder to create an XmppSessionConfiguration instance.
XmppStreamDecoder - Class in rocks.xmpp.nio.codec
Decodes a stream of byte buffers to XMPP elements.
XmppStreamDecoder(Supplier<Unmarshaller>) - Constructor for class rocks.xmpp.nio.codec.XmppStreamDecoder
Creates the XMPP decoder.
XmppStreamEncoder - Class in rocks.xmpp.nio.codec
Encodes XMPP elements to binary data.
XmppStreamEncoder(XMLOutputFactory, Supplier<Marshaller>, Function<StreamElement, StreamElement>) - Constructor for class rocks.xmpp.nio.codec.XmppStreamEncoder
Creates the XMPP encoder.
XmppUtils - Class in rocks.xmpp.util
Utility class with static factory methods.
xmppVersion(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the ‘version’ attribute of the body.
XmppWebSocketDecoder - Class in rocks.xmpp.websocket.codec
Decodes WebSocket text messages to XMPP StreamElements.
XmppWebSocketDecoder() - Constructor for class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
XmppWebSocketDecoder.UserProperties - Class in rocks.xmpp.websocket.codec
User properties for usage in EndpointConfig.getUserProperties().
XmppWebSocketEncoder - Class in rocks.xmpp.websocket.codec
Encodes XMPP StreamElements to WebSocket text messages.
XmppWebSocketEncoder() - Constructor for class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 
XmppWebSocketEncoder.UserProperties - Class in rocks.xmpp.websocket.codec
User properties for usage in EndpointConfig.getUserProperties().

Z

ZLIB - Static variable in interface rocks.xmpp.extensions.compress.CompressionMethod
The “zlib” compression method.
ZoneOffsetAdapter - Class in rocks.xmpp.util.adapters
Converts a ZoneOffset to a string representation according to XEP-0082: XMPP Date and Time Profiles and vice versa.
ZoneOffsetAdapter() - Constructor for class rocks.xmpp.util.adapters.ZoneOffsetAdapter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2014–2019 XMPP.rocks. All rights reserved.