Uses of Class
rocks.xmpp.core.session.Manager
- 
- 
Uses of Manager in rocks.xmpp.core.session
Method parameters in rocks.xmpp.core.session with type arguments of type Manager Modifier and Type Method Description voidXmppSession. disableFeature(Class<? extends Manager> managerClass)Disables a feature by its manager class.static ExtensionExtension. of(String namespace, Class<? extends Manager> manager, boolean notify, boolean enabled, Class<?>... classes)Creates an PEP (Personal Eventing Protocol) extension with a namespace, business logic and XML schema classes.static ExtensionExtension. of(String namespace, Class<? extends Manager> manager, Set<String> features, boolean enabled, Class<?>... classes)Creates an extension which can advertise additional features, such as XEP-0300. - 
Uses of Manager in rocks.xmpp.core.stream.client
Subclasses of Manager in rocks.xmpp.core.stream.client Modifier and Type Class Description classStreamFeaturesManagerManages the various features, which are advertised during stream negotiation. - 
Uses of Manager in rocks.xmpp.extensions.bookmarks
Subclasses of Manager in rocks.xmpp.extensions.bookmarks Modifier and Type Class Description classBookmarkManagerThis manager facilitates the access to the private storage by providing convenient method for adding, retrieving or removing bookmarks. - 
Uses of Manager in rocks.xmpp.extensions.bytestreams
Subclasses of Manager in rocks.xmpp.extensions.bytestreams Modifier and Type Class Description classByteStreamManagerAn abstract class to manage both XEP-0047: In-Band Bytestreams or XEP-0065: SOCKS5 Bytestreams. - 
Uses of Manager in rocks.xmpp.extensions.bytestreams.ibb
Subclasses of Manager in rocks.xmpp.extensions.bytestreams.ibb Modifier and Type Class Description classInBandByteStreamManagerA manager for XEP-0047: In-Band Bytestreams. - 
Uses of Manager in rocks.xmpp.extensions.bytestreams.s5b
Subclasses of Manager in rocks.xmpp.extensions.bytestreams.s5b Modifier and Type Class Description classSocks5ByteStreamManagerA manager for XEP-0065: SOCKS5 Bytestreams. - 
Uses of Manager in rocks.xmpp.extensions.carbons
Subclasses of Manager in rocks.xmpp.extensions.carbons Modifier and Type Class Description classMessageCarbonsManagerManages message carbons. - 
Uses of Manager in rocks.xmpp.extensions.chatstates
Subclasses of Manager in rocks.xmpp.extensions.chatstates Modifier and Type Class Description classChatStateManagerThis 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. - 
Uses of Manager in rocks.xmpp.extensions.filetransfer
Subclasses of Manager in rocks.xmpp.extensions.filetransfer Modifier and Type Class Description classFileTransferManager - 
Uses of Manager in rocks.xmpp.extensions.forward
Subclasses of Manager in rocks.xmpp.extensions.forward Modifier and Type Class Description classStanzaForwardingManagerThis manager allows forwarding stanzas to other XMPP entities. - 
Uses of Manager in rocks.xmpp.extensions.geoloc
Subclasses of Manager in rocks.xmpp.extensions.geoloc Modifier and Type Class Description classGeoLocationManagerManages the publishing of user location and the notification of it. - 
Uses of Manager in rocks.xmpp.extensions.invisible
Subclasses of Manager in rocks.xmpp.extensions.invisible Modifier and Type Class Description classInvisibilityManager - 
Uses of Manager in rocks.xmpp.extensions.jingle
Subclasses of Manager in rocks.xmpp.extensions.jingle Modifier and Type Class Description classJingleManager - 
Uses of Manager in rocks.xmpp.extensions.jingle.apps.filetransfer
Subclasses of Manager in rocks.xmpp.extensions.jingle.apps.filetransfer Modifier and Type Class Description classJingleFileTransferManager - 
Uses of Manager in rocks.xmpp.extensions.langtrans
Subclasses of Manager in rocks.xmpp.extensions.langtrans Modifier and Type Class Description classLanguageTranslationManagerManages XMPP language translation protocol. - 
Uses of Manager in rocks.xmpp.extensions.last
Subclasses of Manager in rocks.xmpp.extensions.last Modifier and Type Class Description classLastActivityManagerThe implementation of XEP-0012: Last Activity and XEP-0256: Last Activity in Presence. - 
Uses of Manager in rocks.xmpp.extensions.mood
Subclasses of Manager in rocks.xmpp.extensions.mood Modifier and Type Class Description classMoodManager - 
Uses of Manager in rocks.xmpp.extensions.oob
Subclasses of Manager in rocks.xmpp.extensions.oob Modifier and Type Class Description classOutOfBandFileTransferManager - 
Uses of Manager in rocks.xmpp.extensions.ping
Subclasses of Manager in rocks.xmpp.extensions.ping Modifier and Type Class Description classPingManagerThis class implements the application-level ping mechanism as specified in XEP-0199: XMPP Ping. - 
Uses of Manager in rocks.xmpp.extensions.privatedata
Subclasses of Manager in rocks.xmpp.extensions.privatedata Modifier and Type Class Description classPrivateDataManagerThis class implements XEP-0049: Private XML Storage. - 
Uses of Manager in rocks.xmpp.extensions.pubsub
Subclasses of Manager in rocks.xmpp.extensions.pubsub Modifier and Type Class Description classPubSubManagerThis class is the entry point to work with pubsub. - 
Uses of Manager in rocks.xmpp.extensions.receipts
Subclasses of Manager in rocks.xmpp.extensions.receipts Modifier and Type Class Description classMessageDeliveryReceiptsManagerThe implementation of XEP-0184: Message Delivery Receipts. - 
Uses of Manager in rocks.xmpp.extensions.register
Subclasses of Manager in rocks.xmpp.extensions.register Modifier and Type Class Description classRegistrationManagerThis manager allows to register, cancel an existing registration (i.e. remove an account) or change the password with a host. - 
Uses of Manager in rocks.xmpp.extensions.vcard.temp
Subclasses of Manager in rocks.xmpp.extensions.vcard.temp Modifier and Type Class Description classVCardManagerThis manager allows to retrieve or save one owns vCard or retrieve another user's vCard. - 
Uses of Manager in rocks.xmpp.im.chat
Subclasses of Manager in rocks.xmpp.im.chat Modifier and Type Class Description classChatManagerThis class manages one-to-one chat sessions, which are described in 5.1. - 
Uses of Manager in rocks.xmpp.im.subscription
Subclasses of Manager in rocks.xmpp.im.subscription Modifier and Type Class Description classPresenceManagerManages subscription requests and presences. 
 -