A B C D E F G H I J K L M N O P R S T U V 
All Classes All Packages

A

AbstractAvatarManager - Class in rocks.xmpp.extensions.avatar
An abstract avatar manager, which provides a common implementation for both avatar protocols.
accept() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamEvent
Accepts the session.
accept() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
 
accept(File) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
Accepts the inbound file transfer request.
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(IQ, String, FileTransferOffer, Object, OutputStream) - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferNegotiator
 
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
 
accept(Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
 
accept(Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Accepts the session.
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.
ACTIVE - rocks.xmpp.extensions.jingle.JingleSession.State
The session has been accepted.
addAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in class rocks.xmpp.extensions.avatar.AbstractAvatarManager
Adds an avatar listener, to listen for avatar updates.
addAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in interface rocks.xmpp.extensions.avatar.AvatarManager
Adds an avatar change listener which listens for avatar updates from other contacts.
addAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in class rocks.xmpp.extensions.avatar.CombinedAvatarManager
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(AbstractBookmark) - 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.
addReachabilityAddress(Address) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
Adds a reachability address.
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.
addSupportedHeader(String) - Method in class rocks.xmpp.extensions.shim.client.ClientHeaderManager
 
addTrustedEntity(Jid) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Adds a trusted entity for which roster item exchange suggestions are approved automatically (no listeners will be called).
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 - Interface in rocks.xmpp.extensions.avatar
In XMPP two extension protocols are defined which both deal with avatars.

B

BANNED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant got banned by an admin.
banUser(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Bans a user.
becomeInvisible() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
Becomes invisible.
becomeVisible() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
Becomes visible.
blockContact(Jid...) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Blocks communications with contacts.
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.
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.
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.

C

call(Jid, String, Value...) - Method in class rocks.xmpp.extensions.rpc.client.ClientRpcManager
 
cancel() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Cancels the file transfer.
CANCELED - rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Indicates that the file transfer has been cancelled.
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.
ClientHeaderManager - Class in rocks.xmpp.extensions.shim.client
ClientRpcManager - Class in rocks.xmpp.extensions.rpc.client
This manager allows you to call remote procedures and handle inbound calls, if enabled.
ClientSoftwareVersionManager - Class in rocks.xmpp.extensions.version.client
This manager implements XEP-0092: Software Version.
CombinedAvatarManager - Class in rocks.xmpp.extensions.avatar
This class manages avatar updates as described in XEP-0153: vCard-Based Avatars and XEP-0084: User Avatar.
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.
COMPLETED - rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Indicates that the file transfer has been completed successfully.
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() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Creates the node on the remote pubsub service.
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(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) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Creates a new real-time message for sending real-time text.
createRealTimeMessage(Chat, String) - 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
 

D

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() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Destroys the room.
destroy(String) - 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.
discoverTranslationProviders() - Method in class rocks.xmpp.extensions.langtrans.LanguageTranslationManager
Discovers the language provider on the connected server.

E

enableCarbons() - Method in class rocks.xmpp.extensions.carbons.MessageCarbonsManager
Enables message carbons on the server for this session.
ENDED - rocks.xmpp.extensions.jingle.JingleSession.State
The session has been ended.
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, String, DiscussionHistory) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room with a password and requests history messages.
enter(String, DiscussionHistory) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room and requests history messages.
ENTERED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant has entered the room.
EntityTimeManager - Class in rocks.xmpp.extensions.time
This manager implements XEP-0202: Entity Time.
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.
EXITED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant has exited the room in a normal way.
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
 
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 - rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Indicates that the file transfer failed.
FileTransfer - Class in rocks.xmpp.extensions.filetransfer
A class for managing a single file transfer.
FileTransfer(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.
FileTransferManager - Class in rocks.xmpp.extensions.filetransfer
 
FileTransferNegotiator - Interface in rocks.xmpp.extensions.filetransfer
 
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
 
forwardMessage(Message, Jid) - Method in class rocks.xmpp.extensions.forward.StanzaForwardingManager
Forwards a message to another XMPP entity.

G

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
Deprecated.
getAddress() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Deprecated.
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 interface rocks.xmpp.extensions.avatar.AvatarManager
Gets the user avatar as byte array.
getAvatar(Jid) - Method in class rocks.xmpp.extensions.avatar.CombinedAvatarManager
Gets the user avatar from the user's vCard.
getAvatar(Jid) - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
 
getAvatar(Jid) - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
 
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.AbstractAvatarManager
 
getAvatarImage(Jid) - Method in interface rocks.xmpp.extensions.avatar.AvatarManager
Gets the user avatar.
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.
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
Gets the exception if the status is FileTransfer.Status.FAILED
getExtensions() - Method in class rocks.xmpp.core.session.context.extensions.ExtensionModule
 
getFeatures() - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
 
getFeatures() - Method in class rocks.xmpp.extensions.blocking.BlockingManager
 
getFeatures() - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
getFeatures() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
 
getFeatures() - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
 
getFeatures() - Method in class rocks.xmpp.extensions.forward.StanzaForwardingManager
 
getFeatures() - Method in class rocks.xmpp.extensions.last.LastActivityManager
 
getFeatures() - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
 
getFeatures() - Method in class rocks.xmpp.extensions.ping.PingManager
 
getFeatures() - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
getFeatures() - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
 
getFeatures() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
 
getFeatures() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
 
getFeatures() - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
 
getFeatures() - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
 
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.
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() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
Gets the roster exchange items.
getItems(int) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the most recent items.
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(Jid, Jid, String, Locale) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
 
getJid() - Method in class rocks.xmpp.extensions.muc.ChatService
Gets the service address.
getJid() - Method in class rocks.xmpp.extensions.muc.Occupant
Gets the JID of the occupant.
getJid() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the service address.
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.
getNamespace() - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
getNamespace() - Method in class rocks.xmpp.extensions.blocking.BlockingManager
getNamespace() - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
getNamespace() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
 
getNamespace() - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
 
getNamespace() - Method in class rocks.xmpp.extensions.forward.StanzaForwardingManager
 
getNamespace() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
 
getNamespace() - Method in class rocks.xmpp.extensions.last.LastActivityManager
 
getNamespace() - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
 
getNamespace() - Method in class rocks.xmpp.extensions.ping.PingManager
 
getNamespace() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
 
getNamespace() - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
getNamespace() - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
 
getNamespace() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
 
getNamespace() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
getNamespace() - Method in class rocks.xmpp.extensions.search.SearchManager
 
getNamespace() - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
 
getNamespace() - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
getNamespace() - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
 
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.
getNodeConfiguration() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the node configuration form.
getOccupant() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
Gets the occupant.
getOccupant(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets an occupant by nickname.
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.
getPayloadClass() - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
getPayloadClass() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
 
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
Gets the reachability address as unmodifiable list.
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() - Method in class rocks.xmpp.extensions.version.client.ClientSoftwareVersionManager
 
getSoftwareVersion(Jid) - Method in class rocks.xmpp.extensions.version.client.ClientSoftwareVersionManager
Gets the software version of another entity.
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() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the subscription options for this node.
getSubscriptionOptions(boolean) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the (default) 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.
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 unmodifiable 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.

H

handleElement(Object) - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
 
handleInboundIQ(IQEvent) - Method in class rocks.xmpp.extensions.ping.PingManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.ping.PingManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
 
handleInboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.ping.PingManager
 
handleInboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
handleInboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
 
handleOutboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
 
handleOutboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
 
handleOutboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
handleOutboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
 
handleRequest(IQ) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
handleRequest(IQ) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
 
hasEntered() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Indicates, if you have entered the room.
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.

I

IbbTransportNegotiator - Class in rocks.xmpp.extensions.jingle.transports.ibb
 
IN_PROGRESS - rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Indicates that the file transfer is in progress, i.e. bytes are currently streamed.
InBandByteStreamManager - Class in rocks.xmpp.extensions.bytestreams.ibb
InboundRealTimeMessage - Class in rocks.xmpp.extensions.rtt
An inbound real-time message.
INITIAL - rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Indicates that the file transfer request has not been accepted yet.
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) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamManager
Initiates a byte stream session with another entity.
initiateSession(Jid, String) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
initiateSession(Jid, String) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Initiates a SOCKS5 session with a target.
initiateSession(Jid, String, int) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
Initiates an in-band byte stream session.
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.
isEnabled() - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
 
isEnabled() - Method in class rocks.xmpp.extensions.blocking.BlockingManager
 
isEnabled() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
 
isEnabled() - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
 
isEnabled() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
 
isEnabled() - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
isEnabled() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
 
isEnabled() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
 
isEnabled() - Method in class rocks.xmpp.extensions.search.SearchManager
 
isEnabled() - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
 
isEnabled() - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
 
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() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
Checks, whether invisibility is supported by the server.
isSupported() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
Discovers support for flexible offline message retrieval.
isSupported(Jid) - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
Indicates whether chat state notifications are supported by the peer.
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.

J

JingleEvent - Class in rocks.xmpp.extensions.jingle
This event notifies listeners, when a Jingle session is initiated.
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.

K

KICKED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant got kicked out of the room by a moderator.
kickOccupant(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Kicks an occupant from the room.

L

LanguageTranslationManager - Class in rocks.xmpp.extensions.langtrans
Manages XMPP language translation protocol.
LastActivityManager - Class in rocks.xmpp.extensions.last
loadFromCache(String) - Method in class rocks.xmpp.extensions.avatar.AbstractAvatarManager
 

M

md5Hash(Path) - Static method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Calculates the MD5 hash for a file.
MEMBERSHIP_REVOKED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant has exited the room, because he's no longer a member of the room.
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.
MessageDeliveryReceiptsManager - Class in rocks.xmpp.extensions.receipts
MoodManager - Class in rocks.xmpp.extensions.mood
 
MultiUserChatManager - Class in rocks.xmpp.extensions.muc
Manages Multi-User Chat.

N

NICKNAME_CHANGED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant has exited the room, because he changed his nickname.
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.
notifyException(Throwable) - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
 

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.
offer(File, String) - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
 
offerFile(File, String, Jid, Duration) - 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.
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(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.
OfflineMessageManager - Class in rocks.xmpp.extensions.offline
This manager covers the use cases of XEP-0013: Flexible Offline Message Retrieval.
OutboundRealTimeMessage - Class in rocks.xmpp.extensions.rtt
An outbound real-time message.
OutOfBandFileTransferManager - Class in rocks.xmpp.extensions.oob
 

P

PENDING - rocks.xmpp.extensions.jingle.JingleSession.State
The session has been initiated, but not yet accepted.
ping(Jid) - Method in class rocks.xmpp.extensions.ping.PingManager
Pings the given XMPP entity.
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.
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.
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.
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.
publishAvatar(byte[]) - Method in interface rocks.xmpp.extensions.avatar.AvatarManager
Publishes an avatar.
publishAvatar(byte[]) - Method in class rocks.xmpp.extensions.avatar.CombinedAvatarManager
Publishes an avatar.
publishAvatar(byte[]) - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
Publishes an avatar to the personal eventing service.
publishAvatar(byte[]) - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
Publishes an avatar to the VCard and uses XEP-0153 to notify the contacts about the update.
publishAvatarImage(BufferedImage) - Method in class rocks.xmpp.extensions.avatar.AbstractAvatarManager
 
publishAvatarImage(BufferedImage) - Method in interface rocks.xmpp.extensions.avatar.AvatarManager
Publishes an avatar.
PubSubManager - Class in rocks.xmpp.extensions.pubsub
This class is the entry point to work with pubsub.
PubSubNode - Class in rocks.xmpp.extensions.pubsub
This class represents a single pubsub node.
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.

R

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() - 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 interface rocks.xmpp.extensions.filetransfer.FileTransferNegotiator
 
reject(IQ) - Method in class rocks.xmpp.extensions.oob.OutOfBandFileTransferManager
 
reject(IQ) - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
 
REJECTED - rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Indicates that the file transfer request has been rejected.
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.AbstractAvatarManager
Removes a previously added avatar listener.
removeAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in interface rocks.xmpp.extensions.avatar.AvatarManager
Removes an avatar change listener.
removeAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in class rocks.xmpp.extensions.avatar.CombinedAvatarManager
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.
removeReachabilityAddress(Address) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
Removes a reachability address.
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.
removeSupportedHeader(String) - Method in class rocks.xmpp.extensions.shim.client.ClientHeaderManager
 
removeTrustedEntity(Jid) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Removes a trusted entity for which roster item exchange suggestions are approved automatically.
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
Provides classes for XEP-0084: User Avatar.
rocks.xmpp.extensions.blocking - package rocks.xmpp.extensions.blocking
Provides classes for XEP-0191: Blocking Command.
rocks.xmpp.extensions.bookmarks - package rocks.xmpp.extensions.bookmarks
Provides classes for 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.s5b - package rocks.xmpp.extensions.bytestreams.s5b
Provides classes for XEP-0065: SOCKS5 Bytestreams.
rocks.xmpp.extensions.carbons - package rocks.xmpp.extensions.carbons
Provides classes for XEP-0280: Message 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
Provides classes for XEP-0297: Stanza Forwarding.
rocks.xmpp.extensions.geoloc - package rocks.xmpp.extensions.geoloc
Provides classes for XEP-0080: User Location.
rocks.xmpp.extensions.httpauth - package rocks.xmpp.extensions.httpauth
rocks.xmpp.extensions.invisible - package rocks.xmpp.extensions.invisible
Provides classes for 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.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
Provides classes for XEP-0171: Language Translation.
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
Provides classes for XEP-0045: Multi-User Chat.
rocks.xmpp.extensions.offline - package rocks.xmpp.extensions.offline
rocks.xmpp.extensions.oob - package rocks.xmpp.extensions.oob
Provides classes for XEP-0066: Out of Band Data.
rocks.xmpp.extensions.ping - package rocks.xmpp.extensions.ping
Provides classes for XEP-0199: XMPP Ping.
rocks.xmpp.extensions.privacy - package rocks.xmpp.extensions.privacy
Provides classes for XEP-0016: Privacy Lists.
rocks.xmpp.extensions.pubsub - package rocks.xmpp.extensions.pubsub
Provides classes for XEP-0060: Publish-Subscribe.
rocks.xmpp.extensions.reach - package rocks.xmpp.extensions.reach
Provides classes for XEP-0152: Reachability Addresses.
rocks.xmpp.extensions.receipts - package rocks.xmpp.extensions.receipts
rocks.xmpp.extensions.register - package rocks.xmpp.extensions.register
Provides classes for XEP-0077: In-Band Registration.
rocks.xmpp.extensions.rosterx - package rocks.xmpp.extensions.rosterx
Provides classes for XEP-0144: Roster Item Exchange.
rocks.xmpp.extensions.rpc.client - package rocks.xmpp.extensions.rpc.client
Provides client specific classes for XEP-0009: Jabber-RPC.
rocks.xmpp.extensions.rtt - package rocks.xmpp.extensions.rtt
Provides classes for 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.shim.client - package rocks.xmpp.extensions.shim.client
Provides client specific classes for 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.time - package rocks.xmpp.extensions.time
Provides classes for XEP-0202: Entity Time.
rocks.xmpp.extensions.vcard.avatar - package rocks.xmpp.extensions.vcard.avatar
Provides classes for 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.version.client - package rocks.xmpp.extensions.version.client
 
ROOM_BECAME_MEMBERS_ONLY - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant has exited the room, because the room became member's only.
ROOM_DESTROYED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant has exited because the room got destroyed by the owner.
RoomInformation - Class in rocks.xmpp.extensions.muc
Represents information about a chat room.

S

S5bTransportNegotiator - Class in rocks.xmpp.extensions.jingle.transports.s5b
 
S5bTransportNegotiator(JingleSession, XmppSession) - Constructor for class rocks.xmpp.extensions.jingle.transports.s5b.S5bTransportNegotiator
 
search(Search, Jid) - Method in class rocks.xmpp.extensions.search.SearchManager
Performs a search on the given service with given search parameters.
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.
sendMessage(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Sends a message to the room.
sendMessage(Message) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Sends a message to the room.
sendSessionInfo(Object) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Sends a session info.
setActiveList(String) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Changes the active list currently being applied.
setChatState(ChatState, Chat) - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
Sets the chat state for a chat.
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).
setIdleStrategy(Supplier<Instant>) - Method in class rocks.xmpp.extensions.last.LastActivityManager
Sets an idle strategy, i.e. a supplier for last user interaction.
setLocalHostEnabled(boolean) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Enables or disables the use of a local SOCKS5 host.
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.
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.
setRpcHandler(RpcHandler) - Method in class rocks.xmpp.extensions.rpc.client.ClientRpcManager
 
setSoftwareInfo(SoftwareVersion) - Method in class rocks.xmpp.extensions.version.client.ClientSoftwareVersionManager
 
setSoftwareVersion(SoftwareVersion) - Method in class rocks.xmpp.extensions.version.client.ClientSoftwareVersionManager
 
setStanzaType(InBandByteStream.Open.StanzaType) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
Sets the stanza type, which is used to send data chunks.
setStreamHost(StreamHost) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Configures a custom stream host.
setVCard(VCard) - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
Saves or updates a vCard.
Socks5ByteStreamManager - Class in rocks.xmpp.extensions.bytestreams.s5b
StanzaForwardingManager - Class in rocks.xmpp.extensions.forward
This manager allows forwarding stanzas to other XMPP entities.
STATUS_CHANGED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupants has changed his or her presence status.
storeToCache(String, byte[]) - Method in class rocks.xmpp.extensions.avatar.AbstractAvatarManager
 
StreamInitiationManager - Class in rocks.xmpp.extensions.si
 
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(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.
subscribe(SubscribeOptions) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Subscribes to and configures this node.
suggestContactAddition(Jid, Contact...) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Suggests the addition of one or more contacts to another user.
SYSTEM_SHUTDOWN - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant has exited the room, because the system was shutdown.

T

terminate(Jingle.Reason) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Terminates the Jingle session.
toString() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferStatusEvent
Returns a String representation of this FileTransferStatusEvent object.
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.Occupant
 
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.
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.
TransportNegotiator<T extends TransportMethod> - Class in rocks.xmpp.extensions.jingle.transports
 

U

unblockContact(Jid...) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Unblocks communications with specific contacts or with all contacts.
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.
update(CharSequence) - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Updates the text.
UserAvatarProtocol - Class in rocks.xmpp.extensions.avatar
The implementation of XEP-0084: User Avatar.

V

valueOf(String) - Static method in enum rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.jingle.JingleSession.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.muc.OccupantEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.extensions.jingle.JingleSession.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.extensions.muc.OccupantEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VCardBasedAvatarsProtocol - Class in rocks.xmpp.extensions.vcard.avatar
The implementation of XEP-0153: vCard-Based Avatars.
VCardManager - Class in rocks.xmpp.extensions.vcard.temp
This manager allows to retrieve or save one owns vCard or retrieve another user's vCard.
A B C D E F G H I J K L M N O P R S T U V 
All Classes All Packages