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

A

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 incoming 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
 
addAvatarChangeListener(AvatarChangeListener) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
Adds an avatar listener, to listen for avatar updates.
addBlockingListener(BlockingListener) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Adds a blocking listener, which allows to listen for block and unblock pushes.
addBookmark(Bookmark) - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
Adds a bookmark.
addByteStreamListener(ByteStreamListener) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamManager
Adds a byte stream listener, which allows to listen for incoming byte stream requests.
addContactExchangeListener(ContactExchangeListener) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Adds a contact exchange listener.
addFileTransferOfferListener(FileTransferOfferListener) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Adds a file transfer listener, which allows to listen for incoming file transfer requests.
addFileTransferStatusListener(FileTransferStatusListener) - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Adds a file transfer status listener, which allows to listen for file transfer status changes.
addGeoLocationListener(GeoLocationListener) - Method in class rocks.xmpp.extensions.geoloc.GeoLocationManager
Adds a listener, which allows to listen for geo location changes.
addHttpAuthenticationListener(HttpAuthenticationListener) - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
Adds a HTTP authentication listener, which allows to listen for HTTP authentication confirmation requests.
addInvitationDeclineListener(InvitationDeclineListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Adds a invitation decline listener, which allows to listen for invitation declines.
addInvitationListener(InvitationListener) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Adds an invitation listener, which allows to listen for incoming multi-user chat invitations.
addJingleListener(JingleListener) - Method in class rocks.xmpp.extensions.jingle.JingleManager
Adds a Jingle listener, which allows to listen for Jingle events.
addJingleListener(JingleListener) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Adds a Jingle listener, which allows to listen for Jingle events.
addMessageDeliveredListener(MessageDeliveredListener) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
Adds a message delivered listener, which allows to listen for delivered messages.
addMessageFilter(StanzaFilter<Message>) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
Adds a message filter in order to filter messages for which receipts are requested.
addMessageListener(MessageListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Adds a message listener, which allows to listen for incoming messages in this room.
addOccupantListener(OccupantListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Adds an occupant listener, which allows to listen for presence changes of occupants, e.g.
addPrivacyListListener(PrivacyListListener) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Adds a privacy list listener.
addPubSubListener(PubSubListener) - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
Adds a pubsub listener, which allows to listen for pubsub notifications.
addReachabilityListener(ReachabilityListener) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
Adds a reachability listener, which allows to listen for reachability updates.
addSubjectChangeListener(SubjectChangeListener) - 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.
AttentionManager - Class in rocks.xmpp.extensions.attention
This manager allows to capture another user's attention.
avatarChanged(AvatarChangeEvent) - Method in interface rocks.xmpp.extensions.avatar.AvatarChangeListener
Notifies the observer for avatar updates.
AvatarChangeEvent - Class in rocks.xmpp.extensions.avatar
The avatar change event to notify about avatar updates.
AvatarChangeListener - Interface in rocks.xmpp.extensions.avatar
An avatar listener is notified, whenever the avatar of a user has changed.
AvatarManager - Class in rocks.xmpp.extensions.avatar
This class manages avatar updates as described in XEP-0153: vCard-Based Avatars and XEP-0084: User Avatar.

B

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.
BlockingListener - Interface in rocks.xmpp.extensions.blocking
A listener which allows to listen for block and unblock pushes.
BlockingManager - Class in rocks.xmpp.extensions.blocking
This manager allows to block communications with contacts.
blockListChanged(BlockingEvent) - Method in interface rocks.xmpp.extensions.blocking.BlockingListener
Called when the block list has changed.
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
 
ByteStreamEvent(Object, String) - Constructor for class rocks.xmpp.extensions.bytestreams.ByteStreamEvent
Constructs a byte stream event.
ByteStreamListener - Interface in rocks.xmpp.extensions.bytestreams
 
ByteStreamManager - Class in rocks.xmpp.extensions.bytestreams
 
ByteStreamManager(XmppSession, String...) - Constructor for class rocks.xmpp.extensions.bytestreams.ByteStreamManager
 
byteStreamRequested(ByteStreamEvent) - Method in interface rocks.xmpp.extensions.bytestreams.ByteStreamListener
 
ByteStreamSession - Class in rocks.xmpp.extensions.bytestreams
 
ByteStreamSession(String) - Constructor for class rocks.xmpp.extensions.bytestreams.ByteStreamSession
 

C

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
 
cancelRegistration() - Method in class rocks.xmpp.extensions.register.RegistrationManager
Cancels a registration.
captureAttention(Jid) - Method in class rocks.xmpp.extensions.attention.AttentionManager
Captures the attention of another user.
changeAffiliation(Affiliation, Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the affiliation for an user.
changeAffiliationsOrRoles(List<Item>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes multiple affiliations or roles.
changeAvailabilityStatus(AbstractPresence.Show, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the availability status.
changeNickname(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the nickname.
changePassword(String, String) - Method in class rocks.xmpp.extensions.register.RegistrationManager
Changes the password for the current user.
changeRole(Role, String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the role for an occupant.
changeSubject(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the room subject.
ChatRoom - Class in rocks.xmpp.extensions.muc
Represents a chat room.
ChatService - Class in rocks.xmpp.extensions.muc
A chat service hosts chat rooms.
ChatStateManager - Class in rocks.xmpp.extensions.chatstates
This manager merely allows you to enable or disable chat states for service discovery purposes.
communicateHash() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
 
compareTo(Occupant) - Method in class rocks.xmpp.extensions.muc.Occupant
Compares this occupant with another occupant.
confirm() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
Confirms the HTTP authentication request.
confirmationRequested(HttpAuthenticationEvent) - Method in interface rocks.xmpp.extensions.httpauth.HttpAuthenticationListener
Called when a server requested an HTTP authentication confirmation.
ContactExchangeEvent - Class in rocks.xmpp.extensions.rosterx
This event notifies listeners, when an entity suggests to add, delete or modify a contact.
ContactExchangeListener - Interface in rocks.xmpp.extensions.rosterx
Allows to listen for contact exchange suggestions.
ContactExchangeManager - Class in rocks.xmpp.extensions.rosterx
Manages contact exchange between entities.
contactExchangeSuggested(ContactExchangeEvent) - Method in interface rocks.xmpp.extensions.rosterx.ContactExchangeListener
Called when another entity suggests to exchange a contact.
correctMessage(String, Message) - Method in class rocks.xmpp.extensions.messagecorrect.MessageCorrectionManager
Corrects a message with a new message by sending the new message and appending the 'replace' extension.
create() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Creates a node.
create(DataForm) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Creates and configures this node.
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.
createRoom() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Creates an instant room.
createRoom(String) - Method in class rocks.xmpp.extensions.muc.ChatService
Creates a new chat room.
createSession(Jid, Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.JingleManager
 

D

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 a node on the pubsub service.
delete(URI) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Deletes this node and specifies a replacement 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.
disableCarbons() - Method in class rocks.xmpp.extensions.carbons.MessageCarbonsManager
Enables message carbons on the server for this session.
discoverItems() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the items for this node.
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.
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.

E

enableCarbons() - Method in class rocks.xmpp.extensions.carbons.MessageCarbonsManager
Enables message carbons on the server for this session.
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, History) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room and requests history messages.
enter(String, String, History) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room with a password and requests history messages.
EntityCapabilitiesManager - Class in rocks.xmpp.extensions.caps
This class manages XEP-0115: Entity Capabilities.
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.
ExtensionContext - Class in rocks.xmpp.core.session.context.extensions
 
ExtensionContext() - Constructor for class rocks.xmpp.core.session.context.extensions.ExtensionContext
 
ExtensionContext(Class<?>...) - Constructor for class rocks.xmpp.core.session.context.extensions.ExtensionContext
 

F

FileTransfer - Class in rocks.xmpp.extensions.filetransfer
A class for managing a single file transfer.
FileTransfer(InputStream, OutputStream, long) - Constructor for class rocks.xmpp.extensions.filetransfer.FileTransfer
 
FileTransfer.Status - Enum in rocks.xmpp.extensions.filetransfer
 
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
 
fileTransferOffered(FileTransferOfferEvent) - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferOfferListener
This method is called on an incoming file transfer offer.
FileTransferOfferEvent - Class in rocks.xmpp.extensions.filetransfer
 
FileTransferOfferListener - Interface in rocks.xmpp.extensions.filetransfer
A listener, which allows to listen for incoming file transfer offers.
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
 
fileTransferStatusChanged(FileTransferStatusEvent) - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferStatusListener
This method is called on when the status of the file transfer has changed.
FileTransferStatusEvent - Class in rocks.xmpp.extensions.filetransfer
 
FileTransferStatusListener - Interface in rocks.xmpp.extensions.filetransfer
A listener, which allows to listen for file transfer status changes.
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.
GeoLocationListener - Interface in rocks.xmpp.extensions.geoloc
A listener which allows to listen for geo location updates.
GeoLocationManager - Class in rocks.xmpp.extensions.geoloc
Manages the publishing of user location and the notification of it.
geoLocationUpdated(GeoLocationEvent) - Method in interface rocks.xmpp.extensions.geoloc.GeoLocationListener
Called when a geo location has been updated.
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.
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.
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
 
getAvatar(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.
getCapabilities(Jid) - Method in class rocks.xmpp.extensions.caps.EntityCapabilitiesManager
Gets the capabilities of another XMPP entity.
getChatRoomBookmarks() - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
Gets a sorted collection of chat room bookmarks.
getChatServices() - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Discovers the multi-user chat services hosted at the connected domain.
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
 
getContact() - Method in class rocks.xmpp.extensions.reach.ReachabilityEvent
Gets the contact, who changed reachability.
getContacts() - Method in class rocks.xmpp.extensions.muc.RoomInfo
Gets the contact addresses (normally, room owner or owners).
getCurrentNumberOfOccupants() - Method in class rocks.xmpp.extensions.muc.RoomInfo
Gets the current number of occupants in the room.
getData(Class<T>) - Method in class rocks.xmpp.extensions.privatedata.PrivateDataManager
Gets private data, which is stored on the server.
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.
getDefaultSubscriptionOptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the default subscription options for a specific node.
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.RoomInfo
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.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.muc.RoomInfo
Gets the features of this room.
getFeatures() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the features, which are supported by the pubsub service.
getFeatures() - Method in class rocks.xmpp.extensions.shim.HeaderManager
 
getFrom() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
Gets the sender of the roster item exchange.
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
 
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.
getItems() - Method in class rocks.xmpp.extensions.pubsub.PubSubEvent
 
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.RoomInfo
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.
getLastActivity() - Method in interface rocks.xmpp.extensions.last.LastActivityStrategy
 
getLastActivityStrategy() - Method in class rocks.xmpp.extensions.last.LastActivityManager
Gets the currently used strategy to determine last activity of a client.
getLdapGroup() - Method in class rocks.xmpp.extensions.muc.RoomInfo
Gets an associated LDAP group that defines room membership; this should be an LDAP Distinguished Name according to an implementation-specific or deployment-specific definition of a group.
getListName() - Method in class rocks.xmpp.extensions.privacy.PrivacyListEvent
Gets the created or updated list name.
getLogs() - Method in class rocks.xmpp.extensions.muc.RoomInfo
Gets an URL for archived discussion logs.
getMaxHistoryMessages() - Method in class rocks.xmpp.extensions.muc.RoomInfo
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.RoomInfo
Gets the name of the room.
getName() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the name.
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.caps.EntityCapabilitiesManager
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.pubsub.PubSubEvent
 
getNode(String) - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets a node.
getNode() - Method in class rocks.xmpp.extensions.shim.HeaderManager
 
getNodeConfiguration() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the node configuration form.
getNodeInfo() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets node info.
getNodes() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the (sub-)nodes, which hierarchically reside under this node, e.g. the "second-level" nodes.
getNodes() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the first-level nodes of this pubsub service.
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.
getOutputStream() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
Gets the output stream.
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 in seconds.
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.
getPublicRooms() - Method in class rocks.xmpp.extensions.muc.ChatService
Gets the list of public chat rooms hosted by this chat service.
getPublisher() - Method in class rocks.xmpp.extensions.geoloc.GeoLocationEvent
Gets the publisher, who published his or her new geo location.
getPubSubServices() - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
Discovers the publish-subscribe services for the current connection.
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
 
getReadTimeout() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
Gets the timeout (in milliseconds) for read operations on the input stream.
getReason() - Method in class rocks.xmpp.extensions.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.
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.
getReservedNickname() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets your reserved room nickname.
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.
getRoomInfo() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the room information for this chat room.
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.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.
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.
getSubject() - Method in class rocks.xmpp.extensions.muc.RoomInfo
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
Requests the subscription options for this node.
getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the subscriptions for this node.
getSupportedHeaders() - Method in class rocks.xmpp.extensions.shim.HeaderManager
Gets the supported headers.
getThread() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
Gets the thread of the continued one-to-one chat session (if any).
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.

H

HashManager - Class in rocks.xmpp.extensions.hashes
 
HeaderManager - Class in rocks.xmpp.extensions.shim
HttpAuthenticationEvent - Class in rocks.xmpp.extensions.httpauth
This event notifies listeners, when a HTTP authentication confirmation request has been received.
HttpAuthenticationListener - Interface in rocks.xmpp.extensions.httpauth
A listener which allows to listen for HTTP authentication confirmation requests.
HttpAuthenticationManager - Class in rocks.xmpp.extensions.httpauth
This manager allows to listen for incoming 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
 
InBandByteStreamManager - Class in rocks.xmpp.extensions.bytestreams.ibb
Manages in-band byte streams (IBB).
initiate() - Method in class rocks.xmpp.extensions.jingle.JingleSession
Initiates the session.
initiateFileTransferSession(Jid, File, String, long) - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferManager
 
initiateSession(Jid, String, int) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
Initiates an in-band byte stream session.
initiateSession(Jid, String) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Initiates a SOCKS5 session with a target.
initiateStream(Jid, SIFileTransferOffer, String, long) - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
Initiates a stream with another entity.
InvisibilityManager - Class in rocks.xmpp.extensions.invisible
 
invitationDeclined(InvitationDeclineEvent) - Method in interface rocks.xmpp.extensions.muc.InvitationDeclineListener
Handles the event, when an invitation to a multi-user chat has been declined.
InvitationDeclineEvent - Class in rocks.xmpp.extensions.muc
The multi-user chat invitation decline event, which is triggered when an invitee declines a multi-user chat invitation.
InvitationDeclineListener - Interface in rocks.xmpp.extensions.muc
Allows to listen for multi-user chat invitation declines.
InvitationEvent - Class in rocks.xmpp.extensions.muc
The multi-user chat invitation event, which is triggered upon receiving an invitation to a multi-user chat.
InvitationListener - Interface in rocks.xmpp.extensions.muc
Allows to listen for multi-user chat invitations.
invitationReceived(InvitationEvent) - Method in interface rocks.xmpp.extensions.muc.InvitationListener
Handles the event, when an invitation to a multi-user chat has been received.
invite(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Invites another user to the room.
invite(Jid, String, boolean) - Method in class rocks.xmpp.extensions.muc.ChatRoom
 
isChangeSubjectAllowed() - Method in class rocks.xmpp.extensions.muc.RoomInfo
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
 
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.
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.
isSupported(String, Jid) - Method in class rocks.xmpp.extensions.caps.EntityCapabilitiesManager
Checks whether the entity supports the given feature.
isSupported() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
Checks, whether invisibility is supported by the server.
isSupported() - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
Discovers support for flexible offline message retrieval.
isSupported(Jid) - Method in class rocks.xmpp.extensions.soap.SoapManager
Indicates whether an entity supports XEP-0072: SOAP Over XMPP.

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
 
JingleListener - Interface in rocks.xmpp.extensions.jingle
A listener which allows to listen for Jingle events.
JingleManager - Class in rocks.xmpp.extensions.jingle
 
jingleReceived(JingleEvent) - Method in interface rocks.xmpp.extensions.jingle.JingleListener
Called when a Jingle event occurs.
JingleSession - Class in rocks.xmpp.extensions.jingle
 
jingleSession - Variable in class rocks.xmpp.extensions.jingle.transports.TransportNegotiator
 
JingleSession.State - Enum in rocks.xmpp.extensions.jingle
Represents the state of a Jingle session.

L

LastActivityManager - Class in rocks.xmpp.extensions.last
LastActivityStrategy - Interface in rocks.xmpp.extensions.last
Allows to specify an alternative strategy for determining last activity.

M

MessageCarbonsManager - Class in rocks.xmpp.extensions.carbons
Manages message carbons.
MessageCorrectionManager - Class in rocks.xmpp.extensions.messagecorrect
This manager allows to correct last sent messages as specified by XEP-0308: Last Message Correction.
messageDelivered(MessageDeliveredEvent) - Method in interface rocks.xmpp.extensions.receipts.MessageDeliveredListener
Called when a message has been successfully delivered.
MessageDeliveredEvent - Class in rocks.xmpp.extensions.receipts
This event notifies listeners, when a message has been successfully delivered.
MessageDeliveredListener - Interface in rocks.xmpp.extensions.receipts
A listener which allows to listen for delivered messages.
MessageDeliveryReceiptsManager - Class in rocks.xmpp.extensions.receipts
MultiUserChatManager - Class in rocks.xmpp.extensions.muc
Manages Multi-User Chat.

N

NodeInfo - Class in rocks.xmpp.extensions.pubsub
 
NodeInfo(Identity, Set<PubSubFeature>, PubSubMetaDataForm) - Constructor for class rocks.xmpp.extensions.pubsub.NodeInfo
 
notifyByteStreamEvent(ByteStreamEvent) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamManager
Notifies the byte stream listener.

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.
occupantChanged(OccupantEvent) - Method in interface rocks.xmpp.extensions.muc.OccupantListener
Called, when the occupant status has changed.
OccupantEvent - Class in rocks.xmpp.extensions.muc
 
OccupantEvent.Type - Enum in rocks.xmpp.extensions.muc
The exit reason.
OccupantListener - Interface in rocks.xmpp.extensions.muc
This listener listens for any kind of occupant events in a chat room, e.g.
offer(File, String) - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
 
offerFile(URL, String, Jid, long) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Offers a file to another user in form of an URL.
offerFile(File, String, Jid, long) - 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.
OutOfBandFileTransferManager - Class in rocks.xmpp.extensions.oob
 

P

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.
PrivacyListListener - Interface in rocks.xmpp.extensions.privacy
A listener which allows to listen for privacy list updates.
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.
privacyListUpdated(PrivacyListEvent) - Method in interface rocks.xmpp.extensions.privacy.PrivacyListListener
 
PrivateDataManager - Class in rocks.xmpp.extensions.privatedata
This class implements XEP-0049: Private XML Storage.
process(Jid, String, List<Value>) - Method in interface rocks.xmpp.extensions.rpc.RpcHandler
Processes the remote procedure call.
publish(GeoLocation) - Method in class rocks.xmpp.extensions.geoloc.GeoLocationManager
Publishes a geo location to the personal eventing service.
publish(Object) - 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.
publishAvatar(byte[]) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
Publishes an avatar to your VCard.
PubSubEvent - Class in rocks.xmpp.extensions.pubsub
 
PubSubEvent(Object) - Constructor for class rocks.xmpp.extensions.pubsub.PubSubEvent
Constructs a prototypical Event.
PubSubListener - Class in rocks.xmpp.extensions.pubsub
 
PubSubListener() - Constructor for class rocks.xmpp.extensions.pubsub.PubSubListener
 
PubSubManager - Class in rocks.xmpp.extensions.pubsub
 
PubSubNode - Class in rocks.xmpp.extensions.pubsub
 
PubSubNode.Type - Enum in rocks.xmpp.extensions.pubsub
The node type.
PubSubService - Class in rocks.xmpp.extensions.pubsub
 
purge() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Purges this node of all published items.

R

reachabilityChanged(ReachabilityEvent) - Method in interface rocks.xmpp.extensions.reach.ReachabilityListener
Called when a contact's reachability has changed.
ReachabilityEvent - Class in rocks.xmpp.extensions.reach
This event notifies listeners, when a contact's reachability has changed.
ReachabilityListener - Interface in rocks.xmpp.extensions.reach
A listener which allows to listen for reachability updates.
ReachabilityManager - Class in rocks.xmpp.extensions.reach
Allows to query for reachability addresses of another contact, automatically responds to reachability queries and notifies ReachabilityListeners, when the reachability of a contact has changed either via presence or PEP.
RealTimeTextManager - Class in rocks.xmpp.extensions.rtt
 
RealTimeTextManager(XmppSession) - Constructor for class rocks.xmpp.extensions.rtt.RealTimeTextManager
 
register(Registration) - Method in class rocks.xmpp.extensions.register.RegistrationManager
Registers a new account.
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 incoming 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(AvatarChangeListener) - Method in class rocks.xmpp.extensions.avatar.AvatarManager
Removes a previously added avatar listener.
removeBlockingListener(BlockingListener) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Removes a previously added blocking listener.
removeByteStreamListener(ByteStreamListener) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamManager
Removes a previously added byte stream listener.
removeChatRoomBookmark(Jid) - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
Removes a chat room bookmark.
removeContactExchangeListener(ContactExchangeListener) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Removes a previously added contact exchange listener.
removeFileTransferOfferListener(FileTransferOfferListener) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Removes a previously added file transfer listener.
removeFileTransferStatusListener(FileTransferStatusListener) - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Removes a previously added file transfer status listener.
removeGeoLocationListener(GeoLocationListener) - Method in class rocks.xmpp.extensions.geoloc.GeoLocationManager
Removes a previously added geo location listener.
removeHttpAuthenticationListener(HttpAuthenticationListener) - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
Removes a previously added HTTP authentication listener.
removeInvitationDeclineListener(InvitationDeclineListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Removes a previously added invitation decline listener.
removeInvitationListener(InvitationListener) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Removes a previously added invitation listener.
removeJingleListener(JingleListener) - Method in class rocks.xmpp.extensions.jingle.JingleManager
Removes a previously added Jingle listener.
removeJingleListener(JingleListener) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Removes a previously added Jingle listener.
removeList(String) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Removes a privacy list.
removeMessageDeliveredListener(MessageDeliveredListener) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
Removes a previously added message delivered listener.
removeMessageFilter(StanzaFilter<Message>) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
Removes a previously added message filter.
removeMessageListener(MessageListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Removes a previously added message listener.
removeMessages(String...) - Method in class rocks.xmpp.extensions.offline.OfflineMessageManager
Removes specific offline messages.
removeOccupantListener(OccupantListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Removes a previously added occupant listener.
removePrivacyListListener(PrivacyListListener) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Removes a previously added privacy list listener.
removePubSubListener(PubSubListener) - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
Removes a previously added pubsub listener.
removeReachabilityListener(ReachabilityListener) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
Removes a previously added reachability listener.
removeSubjectChangeListener(SubjectChangeListener) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Removes a previously added subject change listener.
removeWebPageBookmark(URL) - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
Removes a web page bookmark.
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.
rocks.xmpp.core.session.context.extensions - package rocks.xmpp.core.session.context.extensions
Provides the session context for XMPP extensions.
rocks.xmpp.extensions.attention - package rocks.xmpp.extensions.attention
Provides classes for XEP-0224: Attention.
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.bob - package rocks.xmpp.extensions.bob
Provides classes for XEP-0231: Bits of Binary.
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.caps - package rocks.xmpp.extensions.caps
Provides classes for XEP-0115: Entity Capabilities.
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.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.hashes - package rocks.xmpp.extensions.hashes
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.last - package rocks.xmpp.extensions.last
rocks.xmpp.extensions.messagecorrect - package rocks.xmpp.extensions.messagecorrect
Provides classes for XEP-0308: Last Message Correction.
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.privatedata - package rocks.xmpp.extensions.privatedata
Provides classes for XEP-0049: Private XML Storage.
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 - package rocks.xmpp.extensions.rpc
Provides 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 - package rocks.xmpp.extensions.shim
rocks.xmpp.extensions.si - package rocks.xmpp.extensions.si
Provides classes for XEP-0095: Stream Initiation.
rocks.xmpp.extensions.soap - package rocks.xmpp.extensions.soap
Provides classes for XEP-0072: SOAP Over XMPP.
rocks.xmpp.extensions.time - package rocks.xmpp.extensions.time
Provides classes for XEP-0202: Entity Time.
rocks.xmpp.extensions.vcard.temp - package rocks.xmpp.extensions.vcard.temp
Provides classes for XEP-0054: vcard-temp.
rocks.xmpp.extensions.version - package rocks.xmpp.extensions.version
Provides classes for XEP-0092: Software Version.
RoomInfo - Class in rocks.xmpp.extensions.muc
This class wraps the service discovery information result, which usually consists of identities, features and extended forms into one class, so that a developer doesn't have to deal with the complex structure of the service discovery result.
RoomInfo(Identity, Set<MucFeature>, RoomInfoForm) - Constructor for class rocks.xmpp.extensions.muc.RoomInfo
 
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 incoming remote procedure call.
RpcManager - Class in rocks.xmpp.extensions.rpc
This manager allows you to call remote procedures and handle incoming calls, if enabled.

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.
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).
setEnabled(boolean) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
 
setEnabled(boolean) - Method in class rocks.xmpp.extensions.ping.PingManager
 
setEnabled(boolean) - Method in class rocks.xmpp.extensions.shim.HeaderManager
 
setLastActivityStrategy(LastActivityStrategy) - Method in class rocks.xmpp.extensions.last.LastActivityManager
Sets a strategy, which is used to determine last activity of a client.
setLocalHostEnabled(boolean) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Enables or disables the use of a local SOCKS5 host.
setNode(String) - Method in class rocks.xmpp.extensions.caps.EntityCapabilitiesManager
Sets the node.
setPingInterval(long) - Method in class rocks.xmpp.extensions.ping.PingManager
Sets the automatic ping interval in seconds.
setPort(int) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Sets the port of the local host.
setReadTimeout(int) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
Sets the timeout (in milliseconds).
setRpcHandler(RpcHandler) - Method in class rocks.xmpp.extensions.rpc.RpcManager
Sets the RPC handler, which will handle RPCs.
setSoftwareVersion(SoftwareVersion) - Method in class rocks.xmpp.extensions.version.SoftwareVersionManager
Sets my own software version.
setVCard(VCard) - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
Saves or updates a vCard.
SoapManager - Class in rocks.xmpp.extensions.soap
Manages XEP-0072: SOAP Over XMPP.
Socks5ByteStreamManager - Class in rocks.xmpp.extensions.bytestreams.s5b
 
SoftwareVersionManager - Class in rocks.xmpp.extensions.version
This manager implements XEP-0092: Software Version.
StanzaForwardingManager - Class in rocks.xmpp.extensions.forward
This manager allows to forward stanzas to other XMPP entities.
storeData(Object) - Method in class rocks.xmpp.extensions.privatedata.PrivateDataManager
Stores private data.
StreamInitiationManager - Class in rocks.xmpp.extensions.si
 
subjectChanged(SubjectChangeEvent) - Method in interface rocks.xmpp.extensions.muc.SubjectChangeListener
Called when the subject has changed.
SubjectChangeEvent - Class in rocks.xmpp.extensions.muc
This event is fired, when the subject in a chat room has changed.
SubjectChangeListener - Interface in rocks.xmpp.extensions.muc
 
submitConfigurationForm(DataForm) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Submits the configuration form for this room.
submitNodeConfiguration(DataForm) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Submits the node configuration form.
submitRegistrationForm(DataForm) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Submits the registration form.
submitSubscriptionOptions(DataForm) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Submits subscription options for this node.
subscribe() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Subscribes to this node.
subscribe(DataForm) - 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.

T

terminate(Jingle.Reason) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Terminates the Jingle session.
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
 
toString() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
 
transfer() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Transfers the file in its own thread.
TransportNegotiator<T extends TransportMethod> - Class in rocks.xmpp.extensions.jingle.transports
 
TransportNegotiator(JingleSession) - Constructor for class rocks.xmpp.extensions.jingle.transports.TransportNegotiator
 

U

unblockContact(Jid...) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Unblocks communications with specific contacts or with all contacts.
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.

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.
valueOf(String) - Static method in enum rocks.xmpp.extensions.pubsub.PubSubNode.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.
values() - Static method in enum rocks.xmpp.extensions.pubsub.PubSubNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
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 L M N O P R S T U V 
Skip navigation links

Copyright © 2014 XMPP.rocks. All rights reserved.