Uses of Class
org.jivesoftware.smack.Manager
Packages that use Manager
Package
Description
Smacks legacy API for 1:1 chats.
Smack's new improved API for 1:1 chats.
Smacks API for Rosters.
Smack's API for XEP-0133: Service Administration.
Classes and interfaces of Blocking command.
Classes and interfaces of XEP-0231: Bits of Binary.
Smack's API for XEP-0047: In-Band Bytestreams.
Smack's API for XEP-0065: SOCKS5 Bytestreams.
Smacks implementation of XEP-0115: Entity Capabilities, see
EntityCapsManager for more information.Smack's API for XEP-0280: Message Carbons.
XEP-0333: Chat Markers.
Classes for Chat States (XEP-0085).
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Smack's API for Service Discovery (XEP-0030).
Smack's API for XEP-0418: DNS Queries over XMPP (Dox).
Smack's API for XEP-0428: Fallback Indication.
Smack's API for File Transfers.
Smacks implementation of XEP-0080: User Location.
XEP-0300 - Use of cryptographic hash functions.
Smack's API for XEP-0363: HTTP File Upload.
Smack's API for XMPP IoT (XEP-0323, -0324, -0325, -0347).
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
Smack's API for XMPP IoT XEP-0347 Discovery.
Smack's API for XMPP IoT.
Smacks implementation of XEP-0012: Last Activity.
Smacks implementation of XEP-0049: Private XML Storage.
Smacks implementation of XEP-0077: In-Band Registration.
Smacks implementation of XEP-0092: Software Version.
Smack's API for XEP-0328: JID Prep.
Smack's API for XEP-0166: Jingle.
Smack's API for XEP-0234: Jingle File Transfer.
XEP-0313: Message Archive Management.
XEP-0422: Message Fastening.
XEP-0424: Message Retraction.
Smack's API for XEP-0107: User Mood.
Smack API for Multi-User Chat (MUC, XEP-0045).
Manager to autojoin bookmarked Multi-User Chat conferences.
Classes and Interfaces that implement Multi-User Chat Light (MUC Light).
Smacks implementation of XEP-0013: Flexible Offline Message Retrieval.
Classes and interfaces for OMEMO Encryption.
Smack API for XEP-0373: OpenPGP for XMPP.
Smack API for XEP-0374: OpenPGP for XMPP: Instant Messaging.
Smacks implementation XEP-0163: Personal Eventing Protocol.
Smacks implementation of XEP-0199: XMPP Ping.
Android classes for XEP-0199: XMPP Ping.
Smacks implementation of XEP-0016: Privacy Lists.
Smack's API for XEP-0060: Publish-Subscribe.
Classes and interfaces to manage Push Notifications (XEP-0357).
XEP-0184: Message Delivery Receipts.
Smack's API for XEP-0372: References.
Smacks implementation of XEP-0055: Jabber Search.
Smack's API for XEP-0359: Stable and Unique Stanza IDs.
Smacks implementation of XEP-0232: Software Information.
Smack's API for XEP-0382: Spoiler Messages, that can be used to indicate that
the body of a message is a spoiler and should be displayed as such.
Smacks implementation of XEP-0202: Entity Time.
Smack's API for XEP-0118: User Tune.
Smacks implementation of XEP-0054: vcard-temp.
Smacks API for Data Forms (XEP-0004).
TODO describe me.
-
Uses of Manager in org.jivesoftware.smack.chat
Subclasses of Manager in org.jivesoftware.smack.chat -
Uses of Manager in org.jivesoftware.smack.chat2
Subclasses of Manager in org.jivesoftware.smack.chat2Modifier and TypeClassDescriptionfinal classfinal classA chat manager for 1:1 XMPP instant messaging chats. -
Uses of Manager in org.jivesoftware.smack.roster
Subclasses of Manager in org.jivesoftware.smack.rosterModifier and TypeClassDescriptionfinal classThe roster lets you keep track of the availability ("presence") of other users.final classEach user in your roster is represented by a roster entry, which contains the user's JID and a name or nickname you assign.classA group of roster entries. -
Uses of Manager in org.jivesoftware.smackx.admin
Subclasses of Manager in org.jivesoftware.smackx.admin -
Uses of Manager in org.jivesoftware.smackx.blocking
Subclasses of Manager in org.jivesoftware.smackx.blockingModifier and TypeClassDescriptionfinal classBlock communications with contacts and other entities using XEP-0191. -
Uses of Manager in org.jivesoftware.smackx.bob
Subclasses of Manager in org.jivesoftware.smackx.bob -
Uses of Manager in org.jivesoftware.smackx.bytestreams.ibb
Subclasses of Manager in org.jivesoftware.smackx.bytestreams.ibbModifier and TypeClassDescriptionfinal classThe InBandBytestreamManager class handles establishing In-Band Bytestreams as specified in the XEP-0047. -
Uses of Manager in org.jivesoftware.smackx.bytestreams.socks5
Subclasses of Manager in org.jivesoftware.smackx.bytestreams.socks5Modifier and TypeClassDescriptionfinal classThe Socks5BytestreamManager class handles establishing SOCKS5 Bytestreams as specified in the XEP-0065. -
Uses of Manager in org.jivesoftware.smackx.caps
Subclasses of Manager in org.jivesoftware.smackx.capsModifier and TypeClassDescriptionfinal classManages own and others Entity Capabilities (XEP-0115). -
Uses of Manager in org.jivesoftware.smackx.carbons
Subclasses of Manager in org.jivesoftware.smackx.carbonsModifier and TypeClassDescriptionfinal classManager for XEP-0280: Message Carbons. -
Uses of Manager in org.jivesoftware.smackx.chat_markers
Subclasses of Manager in org.jivesoftware.smackx.chat_markersModifier and TypeClassDescriptionfinal classChat Markers Manager class (XEP-0333). -
Uses of Manager in org.jivesoftware.smackx.chatstates
Subclasses of Manager in org.jivesoftware.smackx.chatstatesModifier and TypeClassDescriptionfinal classHandles chat state for all chats on a particular XMPPConnection. -
Uses of Manager in org.jivesoftware.smackx.commands
Subclasses of Manager in org.jivesoftware.smackx.commandsModifier and TypeClassDescriptionfinal classAn AdHocCommandManager is responsible for keeping the list of available commands offered by a service and for processing commands requests. -
Uses of Manager in org.jivesoftware.smackx.disco
Subclasses of Manager in org.jivesoftware.smackx.discoModifier and TypeClassDescriptionfinal classManages discovery of services in XMPP entities. -
Uses of Manager in org.jivesoftware.smackx.dox
Subclasses of Manager in org.jivesoftware.smackx.dox -
Uses of Manager in org.jivesoftware.smackx.fallback_indication
Subclasses of Manager in org.jivesoftware.smackx.fallback_indicationModifier and TypeClassDescriptionfinal classSmacks API for XEP-0428: Fallback Indication. -
Uses of Manager in org.jivesoftware.smackx.filetransfer
Subclasses of Manager in org.jivesoftware.smackx.filetransferModifier and TypeClassDescriptionfinal classThe file transfer manager class handles the sending and receiving of files.final classManages the negotiation of file transfers according to XEP-0096.classThe In-Band Bytestream file transfer method, or IBB for short, transfers the file over the same XML Stream used by XMPP.classNegotiates a SOCKS5 Bytestream to be used for file transfers.classAfter the file transfer negotiation process is completed according to XEP-0096, the negotiation process is passed off to a particular stream negotiator. -
Uses of Manager in org.jivesoftware.smackx.geoloc
Subclasses of Manager in org.jivesoftware.smackx.geolocModifier and TypeClassDescriptionfinal classEntry point for Smacks API for XEP-0080: User Location. -
Uses of Manager in org.jivesoftware.smackx.hashes
Subclasses of Manager in org.jivesoftware.smackx.hashesModifier and TypeClassDescriptionfinal classManager that can be used to determine support for hash functions. -
Uses of Manager in org.jivesoftware.smackx.httpfileupload
Subclasses of Manager in org.jivesoftware.smackx.httpfileuploadModifier and TypeClassDescriptionfinal classA manager for XEP-0363: HTTP File Upload. -
Uses of Manager in org.jivesoftware.smackx.iot
Subclasses of Manager in org.jivesoftware.smackx.iot -
Uses of Manager in org.jivesoftware.smackx.iot.control
Subclasses of Manager in org.jivesoftware.smackx.iot.controlModifier and TypeClassDescriptionfinal classA manger for XEP-0325: Internet of Things - Control. -
Uses of Manager in org.jivesoftware.smackx.iot.data
Subclasses of Manager in org.jivesoftware.smackx.iot.dataModifier and TypeClassDescriptionfinal classA manager for XEP-0323: Internet of Things - Sensor Data. -
Uses of Manager in org.jivesoftware.smackx.iot.discovery
Subclasses of Manager in org.jivesoftware.smackx.iot.discoveryModifier and TypeClassDescriptionfinal classA manager for XEP-0347: Internet of Things - Discovery. -
Uses of Manager in org.jivesoftware.smackx.iot.provisioning
Subclasses of Manager in org.jivesoftware.smackx.iot.provisioningModifier and TypeClassDescriptionfinal classA manager for XEP-0324: Internet of Things - Provisioning. -
Uses of Manager in org.jivesoftware.smackx.iqlast
Subclasses of Manager in org.jivesoftware.smackx.iqlastModifier and TypeClassDescriptionfinal classA last activity manager for handling information about the last activity associated with a Jabber ID. -
Uses of Manager in org.jivesoftware.smackx.iqprivate
Subclasses of Manager in org.jivesoftware.smackx.iqprivateModifier and TypeClassDescriptionfinal classManages private data, which is a mechanism to allow users to store arbitrary XML data on an XMPP server. -
Uses of Manager in org.jivesoftware.smackx.iqregister
Subclasses of Manager in org.jivesoftware.smackx.iqregisterModifier and TypeClassDescriptionfinal classAllows creation and management of accounts on an XMPP server. -
Uses of Manager in org.jivesoftware.smackx.iqversion
Subclasses of Manager in org.jivesoftware.smackx.iqversionModifier and TypeClassDescriptionfinal classA Version Manager that automatically responds to version IQs with a predetermined reply. -
Uses of Manager in org.jivesoftware.smackx.jid_prep
Subclasses of Manager in org.jivesoftware.smackx.jid_prep -
Uses of Manager in org.jivesoftware.smackx.jingle
Subclasses of Manager in org.jivesoftware.smackx.jingleModifier and TypeClassDescriptionfinal classfinal classManager where TransportMethods are registered. -
Uses of Manager in org.jivesoftware.smackx.jingle_filetransfer
Subclasses of Manager in org.jivesoftware.smackx.jingle_filetransferModifier and TypeClassDescriptionfinal classManager for JingleFileTransfer (XEP-0234). -
Uses of Manager in org.jivesoftware.smackx.mam
Subclasses of Manager in org.jivesoftware.smackx.mamModifier and TypeClassDescriptionfinal classA Manager for Message Archive Management (MAM, XEP-0313). -
Uses of Manager in org.jivesoftware.smackx.message_fastening
Subclasses of Manager in org.jivesoftware.smackx.message_fasteningModifier and TypeClassDescriptionfinal classSmacks API for XEP-0422: Message Fastening. -
Uses of Manager in org.jivesoftware.smackx.message_retraction
Subclasses of Manager in org.jivesoftware.smackx.message_retractionModifier and TypeClassDescriptionfinal classSmacks API for XEP-0424: Message Retraction. -
Uses of Manager in org.jivesoftware.smackx.mood
Subclasses of Manager in org.jivesoftware.smackx.moodModifier and TypeClassDescriptionfinal classEntry point for Smacks API for XEP-0107: User Mood. -
Uses of Manager in org.jivesoftware.smackx.muc
Subclasses of Manager in org.jivesoftware.smackx.mucModifier and TypeClassDescriptionfinal classSmacks API for XEP-0249: Direct MUC Invitations.final classA manager for Multi-User Chat rooms. -
Uses of Manager in org.jivesoftware.smackx.muc.bookmarkautojoin
Subclasses of Manager in org.jivesoftware.smackx.muc.bookmarkautojoinModifier and TypeClassDescriptionfinal classAutojoin bookmarked Multi-User Chat conferences. -
Uses of Manager in org.jivesoftware.smackx.muclight
Subclasses of Manager in org.jivesoftware.smackx.muclightModifier and TypeClassDescriptionfinal classMulti-User Chat Light manager class. -
Uses of Manager in org.jivesoftware.smackx.offline
Subclasses of Manager in org.jivesoftware.smackx.offlineModifier and TypeClassDescriptionfinal classThe OfflineMessageManager helps manage offline messages even before the user has sent an available presence. -
Uses of Manager in org.jivesoftware.smackx.omemo
Subclasses of Manager in org.jivesoftware.smackx.omemoModifier and TypeClassDescriptionfinal classManager that allows sending messages encrypted with OMEMO. -
Uses of Manager in org.jivesoftware.smackx.ox
Subclasses of Manager in org.jivesoftware.smackx.oxModifier and TypeClassDescriptionfinal classEntry point for Smacks API for OpenPGP for XMPP. -
Uses of Manager in org.jivesoftware.smackx.ox_im
Subclasses of Manager in org.jivesoftware.smackx.ox_imModifier and TypeClassDescriptionfinal classEntry point of Smacks API for XEP-0374: OpenPGP for XMPP: Instant Messaging. -
Uses of Manager in org.jivesoftware.smackx.pep
Subclasses of Manager in org.jivesoftware.smackx.pepModifier and TypeClassDescriptionfinal classManages Personal Event Publishing (XEP-163). -
Uses of Manager in org.jivesoftware.smackx.ping
Subclasses of Manager in org.jivesoftware.smackx.pingModifier and TypeClassDescriptionfinal classImplements the XMPP Ping as defined by XEP-0199. -
Uses of Manager in org.jivesoftware.smackx.ping.android
Subclasses of Manager in org.jivesoftware.smackx.ping.androidModifier and TypeClassDescriptionfinal classSend automatic server pings with the help ofAlarmManager. -
Uses of Manager in org.jivesoftware.smackx.privacy
Subclasses of Manager in org.jivesoftware.smackx.privacyModifier and TypeClassDescriptionfinal classA PrivacyListManager is used by XMPP clients to block or allow communications from other users. -
Uses of Manager in org.jivesoftware.smackx.pubsub
Subclasses of Manager in org.jivesoftware.smackx.pubsubModifier and TypeClassDescriptionfinal classThis is the starting point for access to the pubsub service. -
Uses of Manager in org.jivesoftware.smackx.push_notifications
Subclasses of Manager in org.jivesoftware.smackx.push_notificationsModifier and TypeClassDescriptionfinal classPush Notifications manager class. -
Uses of Manager in org.jivesoftware.smackx.receipts
Subclasses of Manager in org.jivesoftware.smackx.receiptsModifier and TypeClassDescriptionfinal classManager for XEP-0184: Message Delivery Receipts. -
Uses of Manager in org.jivesoftware.smackx.reference
Subclasses of Manager in org.jivesoftware.smackx.reference -
Uses of Manager in org.jivesoftware.smackx.search
Subclasses of Manager in org.jivesoftware.smackx.searchModifier and TypeClassDescriptionfinal classThe UserSearchManager is a facade built upon Jabber Search Services (XEP-055) to allow for searching repositories on a Jabber Server. -
Uses of Manager in org.jivesoftware.smackx.sid
Subclasses of Manager in org.jivesoftware.smackx.sidModifier and TypeClassDescriptionfinal classManager class for Stable and Unique Stanza IDs. -
Uses of Manager in org.jivesoftware.smackx.softwareinfo
Subclasses of Manager in org.jivesoftware.smackx.softwareinfoModifier and TypeClassDescriptionfinal classEntry point for Smack's API for XEP-0232: Software Information. -
Uses of Manager in org.jivesoftware.smackx.spoiler
Subclasses of Manager in org.jivesoftware.smackx.spoiler -
Uses of Manager in org.jivesoftware.smackx.time
Subclasses of Manager in org.jivesoftware.smackx.time -
Uses of Manager in org.jivesoftware.smackx.usertune
Subclasses of Manager in org.jivesoftware.smackx.usertuneModifier and TypeClassDescriptionfinal classEntry point for Smacks API for XEP-0118: User Tune. -
Uses of Manager in org.jivesoftware.smackx.vcardtemp
Subclasses of Manager in org.jivesoftware.smackx.vcardtemp -
Uses of Manager in org.jivesoftware.smackx.xdata
Subclasses of Manager in org.jivesoftware.smackx.xdata -
Uses of Manager in org.jivesoftware.smackx.xevent
Subclasses of Manager in org.jivesoftware.smackx.xeventModifier and TypeClassDescriptionfinal classManages message events requests and notifications.
org.jivesoftware.smack.chat2.ChatManagerfromsmack-extensionsinstead.