- accept() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamEvent
-
Accepts the session.
- accept(IQ, String, FileTransferOffer, Object, OutputStream) - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferNegotiator
-
- accept(OutputStream) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Accepts the inbound file transfer request.
- accept(Path) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Accepts the inbound file transfer request.
- accept(File) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Accepts the inbound file transfer request.
- accept(Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
-
- accept() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
-
- accept(Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
Accepts the session.
- accept(IQ, String, FileTransferOffer, Object, OutputStream) - Method in class rocks.xmpp.extensions.oob.OutOfBandFileTransferManager
-
- accept(IQ, String, FileTransferOffer, Object, OutputStream) - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
-
- acceptTransport(String, TransportMethod) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
- activate(Chat) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
-
Activates real-time text for a chat session.
- 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.
- addContactExchangeListener(Consumer<ContactExchangeEvent>) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
-
Adds a contact exchange listener.
- 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.
- 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.
- 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.
- 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.
- 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.
- addSubjectChangeListener(Consumer<SubjectChangeEvent>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Adds a subject change listener, which allows to listen for subject changes.
- approve(ContactExchange.Item) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
-
Approves a roster exchange item by modifying the roster accordingly.
- AvatarChangeEvent - Class in rocks.xmpp.extensions.avatar
-
The avatar change event to notify about avatar updates.
- AvatarManager - Class in rocks.xmpp.extensions.avatar
-
- call(Jid, String, Value...) - Method in class rocks.xmpp.extensions.rpc.RpcManager
-
Calls a remote procedure.
- cancel() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
Cancels the file transfer.
- cancelRegistration() - Method in class rocks.xmpp.extensions.register.RegistrationManager
-
Cancels a registration.
- 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.
- ChatRoom - Class in rocks.xmpp.extensions.muc
-
Represents a multi-user chat room.
- ChatService - Class in rocks.xmpp.extensions.muc
-
A chat service hosts chat rooms.
- 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.
- 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
-
- 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.
- 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.
- connect(Jid) - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
-
- 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.
- 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() - 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.
- 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.
- createOrUpdateList(PrivacyList) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Creates or edits a privacy list.
- 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.
- createRoom(String) - Method in class rocks.xmpp.extensions.muc.ChatService
-
Creates a new chat room.
- createSession(Jid, String, Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.JingleManager
-
- deactivate(Chat) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
-
Deactivates real-time text for a chat session.
- decline(String) - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Declines the invitation.
- 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.
- 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.
- deny() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
-
Denies the HTTP authentication request.
- 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.
- disableCarbons() - Method in class rocks.xmpp.extensions.carbons.MessageCarbonsManager
-
Disables message carbons on the server for this session.
- discoverAllowableTraffic() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Discovers the allowable traffic, i.e. the allowed extensions.
- 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.
- 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.
- 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.
- 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.
- getActor() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
-
Gets the actor in case the occupant was kicked or banned from the room.
- 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.
- getAdmins() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the admins of the room.
- getAffiliation() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the affiliation of the occupant.
- 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.
- getAlternativeRoom() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
-
Gets the alternative room address in case the old room has been destroyed.
- 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.
- getBanList() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the ban list.
- 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.
- 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.
- getChatRoomBookmarks() - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
-
Gets a sorted collection of chat room bookmarks.
- getConfigurationForm() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the configuration form for the room.
- getConfirmationRequest() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
-
Gets the confirmation request.
- getConnectedResource() - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
-
- 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.
- getContacts() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the contact addresses (normally, room owner or owners).
- getContents() - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
- getCurrentNumberOfOccupants() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the current number of occupants in the room.
- getDate() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getDate() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
-
Gets the date, when the message was sent.
- getDate() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
-
Gets the send date.
- getDefaultNodeConfiguration() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
-
Gets the default node configuration form for this pubsub service.
- getDefaultSubscriptionOptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
-
Gets the default subscription options for this pubsub service.
- 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.
- getDescription() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getDescription() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets a short description.
- getEntityTime(Jid) - Method in class rocks.xmpp.extensions.time.EntityTimeManager
-
Gets the time information (e.g. time zone) of another XMPP entity.
- getException() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
- getExtensions() - Method in class rocks.xmpp.core.session.context.extensions.ExtensionModule
-
- getExtensions() - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
- getFaultCode() - Method in exception rocks.xmpp.extensions.rpc.RpcException
-
Gets the fault code.
- getFaultString() - Method in exception rocks.xmpp.extensions.rpc.RpcException
-
Gets the fault string.
- getFeatures() - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
- 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.
- getGeoLocation() - Method in class rocks.xmpp.extensions.geoloc.GeoLocationEvent
-
Gets the geo location.
- getHashes() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- getId() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the node id.
- 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.
- getInitiator() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Gets the initiator.
- getInputStream() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
-
Gets the input stream.
- 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.
- getIQ() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
-
- 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.
- getJid() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the JID of the occupant.
- getJingle() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
-
- getLanguage() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the natural language for room discussions.
- getLastActivity(Jid) - Method in class rocks.xmpp.extensions.last.LastActivityManager
-
Gets the last activity of the specified user.
- getLastSentStanzaTime() - Method in class rocks.xmpp.extensions.last.LastActivityManager
-
Gets the time of the last sent message or non-away, non-xa presence.
- 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.
- getListName() - Method in class rocks.xmpp.extensions.privacy.PrivacyListEvent
-
Gets the created or updated list name.
- getLogs() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets an URL for archived discussion logs.
- getMaxHistoryMessages() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Gets the maximum number of history messages returned by the room.
- getMembers() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the members of the room.
- 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.
- getMimeType() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Gets the mime type of the file.
- getModerators() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the moderators.
- getName() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- 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.RoomInformation
-
Gets the name of the room.
- getName() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
-
Gets the name of this service.
- getNick() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the nickname in this room.
- getNick() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the nickname.
- getNickname() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
-
Gets the nickname who changed the subject.
- getNode() - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
- getNodeConfiguration() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the node configuration form.
- 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.
- 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.
- getPassword() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Gets the password to the room.
- getPingInterval() - Method in class rocks.xmpp.extensions.ping.PingManager
-
Gets the ping interval.
- getPort() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
Gets the port of the local host.
- getPresence() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the current presence of this occupant.
- getPrivacyList(String) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Gets a privacy list.
- getPrivacyLists() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
-
Gets the privacy lists.
- getProgress() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
-
Gets the progress of the file transfer.
- getPublisher() - Method in class rocks.xmpp.extensions.geoloc.GeoLocationEvent
-
Gets the publisher, who published his or her new geo location.
- getRange() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- 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.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 class rocks.xmpp.extensions.muc.OccupantEvent
-
Gets the reason for kicking or banning an occupant or for destroying the room.
- 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.
- 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.
- getRequester() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
-
Gets the requester.
- getRole() - Method in class rocks.xmpp.extensions.muc.Occupant
-
Gets the role of the occupant.
- 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.
- getSender() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextActivationEvent
-
Gets the sender of the real-time text.
- 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.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.jingle.JingleEvent
-
- getSessionId() - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
Gets the session id.
- getSize() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
- 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.
- getStanzaType() - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
-
Gets the stanza type.
- 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.
- getStreamHost() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
Gets the configured stream host.
- 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.
- 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.PubSubNode
-
Gets the subscriptions for this node.
- getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
-
Gets the subscriptions for all nodes.
- getSupportedHeaders() - Method in class rocks.xmpp.extensions.shim.HeaderManager
-
Gets the supported headers.
- getText() - Method in class rocks.xmpp.extensions.rtt.InboundRealTimeMessage
-
- 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.extensions.muc.InvitationEvent
-
Gets the thread of the continued one-to-one chat session (if any).
- getTransmissionInterval() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
-
Gets the transmission interval of real-time text.
- getTrustedEntities() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
-
Gets a collection of trusted entities for which roster item exchange suggestions are approved automatically (no listeners will be called).
- getType() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
-
Gets the type of this event.
- getType() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
-
Gets the type of this node.
- getUnblockedContacts() - Method in class rocks.xmpp.extensions.blocking.BlockingEvent
-
Gets the (newly) unblocked contacts, which were pushed by the server.
- 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.
- getVoiceList() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Gets the voice list.
- getWebPageBookmarks() - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
-
Gets a sorted collection of web page bookmarks.
- 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.
- IbbTransportNegotiator - Class in rocks.xmpp.extensions.jingle.transports.ibb
-
- InBandByteStreamManager - Class in rocks.xmpp.extensions.bytestreams.ibb
-
- InboundRealTimeMessage - Class in rocks.xmpp.extensions.rtt
-
An inbound real-time message.
- 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.
- InvisibilityManager - Class in rocks.xmpp.extensions.invisible
-
- 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.
- isActivated() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextActivationEvent
-
Whether the sender has activated real-time text.
- isChangeSubjectAllowed() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Indicates, whether the room subject can be modified by participants.
- isContinue() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
-
Indicates, whether a one-to-one chat session is continued in the chat room.
- isDelayed() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
-
Indicates, if the subject change is delayed.
- 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.
- isHidden() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Hidden room.
- isInvisible() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
-
Indicates, whether the current session is invisible.
- isLocalHostEnabled() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
-
Indicates whether the local host is enabled.
- 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.RoomInformation
-
Members-only room.
- isModerated() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Moderated room.
- isNonAnonymous() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Non-anonymous room.
- isOpen() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Open room.
- isPasswordProtected() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Password-protected room.
- isPersistent() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Persistent room.
- isPublic() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Public room.
- isRegistrationSupported() - Method in class rocks.xmpp.extensions.register.RegistrationManager
-
Determines, if in-band registration is supported by the server.
- 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.
- 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.
- isUnmoderated() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Unmoderated room.
- isUnsecured() - Method in class rocks.xmpp.extensions.muc.RoomInformation
-
Unsecured room.
- 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.
- RealTimeMessageEvent - Class in rocks.xmpp.extensions.rtt
-
This event notifies listeners, when a real-time message has been created.
- 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.
- 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
-
- RegistrationManager - Class in rocks.xmpp.extensions.register
-
This manager allows to register, cancel an existing registration (i.e. remove an account) or change the password with a host.
- reject() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamEvent
-
Rejects the session.
- reject(IQ) - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferNegotiator
-
- reject() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
-
Rejects the inbound file transfer request.
- reject() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
-
Rejects the Jingle session.
- reject(IQ) - Method in class rocks.xmpp.extensions.oob.OutOfBandFileTransferManager
-
- reject(IQ) - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
-
- rejectTransport(String, TransportMethod) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
- 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.
- removeChatRoomBookmark(Jid) - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
-
Removes a chat room bookmark.
- removeContactExchangeListener(Consumer<ContactExchangeEvent>) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
-
Removes a previously added contact exchange listener.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- replaceTransport(String, TransportMethod) - Method in class rocks.xmpp.extensions.jingle.JingleSession
-
- replaceTransport(InBandByteStreamsTransportMethod) - Method in class rocks.xmpp.extensions.jingle.transports.ibb.IbbTransportNegotiator
-
- requestAllMessages() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Requests all offline messages.
- requestMessage(String) - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Requests a specific offline message.
- requestMessageHeaders() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Gets the offline message headers.
- requestNumberOfMessages() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
-
Gets the number of offline messages.
- requestReachabilityAddresses(Jid) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
-
Requests the reachability addresses of a contact.
- requestVoice() - Method in class rocks.xmpp.extensions.muc.ChatRoom
-
Requests voice in a moderated room.
- 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.
- 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.
- rocks.xmpp.core.session.context.extensions - package rocks.xmpp.core.session.context.extensions
-
Provides the session context for XMPP extensions.
- rocks.xmpp.extensions.avatar - package rocks.xmpp.extensions.avatar
-
- rocks.xmpp.extensions.blocking - package rocks.xmpp.extensions.blocking
-
- rocks.xmpp.extensions.bob - package rocks.xmpp.extensions.bob
-
- rocks.xmpp.extensions.bookmarks - package rocks.xmpp.extensions.bookmarks
-
- rocks.xmpp.extensions.bytestreams - package rocks.xmpp.extensions.bytestreams
-
- rocks.xmpp.extensions.bytestreams.ibb - package rocks.xmpp.extensions.bytestreams.ibb
-
- rocks.xmpp.extensions.bytestreams.s5b - package rocks.xmpp.extensions.bytestreams.s5b
-
- rocks.xmpp.extensions.carbons - package rocks.xmpp.extensions.carbons
-
- rocks.xmpp.extensions.chatstates - package rocks.xmpp.extensions.chatstates
-
- rocks.xmpp.extensions.component.accept - package rocks.xmpp.extensions.component.accept
-
- rocks.xmpp.extensions.filetransfer - package rocks.xmpp.extensions.filetransfer
-
Provides an abstraction for different kinds of file transfer.
- rocks.xmpp.extensions.forward - package rocks.xmpp.extensions.forward
-
- rocks.xmpp.extensions.geoloc - package rocks.xmpp.extensions.geoloc
-
- rocks.xmpp.extensions.httpauth - package rocks.xmpp.extensions.httpauth
-
- rocks.xmpp.extensions.invisible - package rocks.xmpp.extensions.invisible
-
- rocks.xmpp.extensions.jingle - package rocks.xmpp.extensions.jingle
-
- rocks.xmpp.extensions.jingle.apps.filetransfer - package rocks.xmpp.extensions.jingle.apps.filetransfer
-
- rocks.xmpp.extensions.jingle.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.s5b - package rocks.xmpp.extensions.jingle.transports.s5b
-
- rocks.xmpp.extensions.langtrans - package rocks.xmpp.extensions.langtrans
-
- rocks.xmpp.extensions.last - package rocks.xmpp.extensions.last
-
- rocks.xmpp.extensions.mood - package rocks.xmpp.extensions.mood
-
- rocks.xmpp.extensions.muc - package rocks.xmpp.extensions.muc
-
- rocks.xmpp.extensions.offline - package rocks.xmpp.extensions.offline
-
- rocks.xmpp.extensions.oob - package rocks.xmpp.extensions.oob
-
- rocks.xmpp.extensions.ping - package rocks.xmpp.extensions.ping
-
- rocks.xmpp.extensions.privacy - package rocks.xmpp.extensions.privacy
-
- rocks.xmpp.extensions.pubsub - package rocks.xmpp.extensions.pubsub
-
- rocks.xmpp.extensions.reach - package rocks.xmpp.extensions.reach
-
- rocks.xmpp.extensions.receipts - package rocks.xmpp.extensions.receipts
-
- rocks.xmpp.extensions.register - package rocks.xmpp.extensions.register
-
- rocks.xmpp.extensions.rosterx - package rocks.xmpp.extensions.rosterx
-
- rocks.xmpp.extensions.rpc - package rocks.xmpp.extensions.rpc
-
- rocks.xmpp.extensions.rtt - package rocks.xmpp.extensions.rtt
-
- rocks.xmpp.extensions.search - package rocks.xmpp.extensions.search
-
- rocks.xmpp.extensions.shim - package rocks.xmpp.extensions.shim
-
- rocks.xmpp.extensions.si - package rocks.xmpp.extensions.si
-
- rocks.xmpp.extensions.time - package rocks.xmpp.extensions.time
-
- rocks.xmpp.extensions.vcard.temp - package rocks.xmpp.extensions.vcard.temp
-
- rocks.xmpp.extensions.version - package rocks.xmpp.extensions.version
-
- RoomInformation - Class in rocks.xmpp.extensions.muc
-
Represents information about a chat room.
- 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.