Uses of Class
org.jivesoftware.smack.SmackException.NoResponseException
Package
Description
Examples and tests for Smack.
Core classes of the Smack API.
Smack's internal API for client-to-server (c2s) connections.
Smacks API for Rosters.
Classes and interfaces for SASL based XMPP authentication.
Smack's API for XEP-0033: Extended Stanza Addressing.
Smack's API for XEP-0133: Service Administration.
Smack's API for XEP-0079: Advanced Message Processing.
Classes and interfaces of Blocking command.
Classes and interfaces of XEP-0231: Bits of Binary.
Smack's API for XEP-0048: Bookmarks.
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.
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.
Smack's API for XEP-0332: HTTP over XMPP transport.
Smack's API for XEP-0363: HTTP File Upload.
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-0260: Jingle SOCKS5 Bytestreams.
TODO describe me.
TODO describe me.
TODO describe me.
XEP-0313: Message Archive Management.
Smack's API for XEP-0107: User Mood.
Smack API for Multi-User Chat (MUC, XEP-0045).
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.
Utility classes for XEP-0373: OpenPGP for XMPP.
Smacks implementation XEP-0163: Personal Eventing Protocol.
Smacks implementation of 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).
Smacks implementation of XEP-0055: Jabber Search.
Implementation of shared groups.
Smacks implementation of XEP-0232: Software Information.
Smacks implementation of XEP-0202: Entity Time.
Smack's API for XEP-0118: User Tune.
Smacks implementation of XEP-0054: vcard-temp.
Element classes for XEP-0054: vcard-temp.
TODO describe me.
TODO describe me.
Smacks API for Data Forms (XEP-0004).
Smacks implementation of XHTML-IM (XEP-0071), which provides the ability to send and receive formatted messages using
XHTML.
-
Uses of SmackException.NoResponseException in org.igniterealtime.smack.examples
Modifier and TypeMethodDescriptionboolean
XmppConnectionTool.purgeOmemoInformation()
static boolean
XmppTools.supportsIbr
(XMPPConnection connection) -
Uses of SmackException.NoResponseException in org.jivesoftware.smack
Modifier and TypeMethodDescriptionSmackException.NoResponseException.newWith
(long timeout, StanzaFilter filter, boolean stanzaCollectorCancelled) SmackException.NoResponseException.newWith
(long timeout, StanzaCollector collector, boolean stanzaCollectorCancelled) SmackException.NoResponseException.newWith
(XMPPConnection connection, String waitingFor) SmackException.NoResponseException.newWith
(XMPPConnection connection, StanzaFilter filter) Modifier and TypeMethodDescriptionprotected final SASLMechanism
AbstractXMPPConnection.authenticate
(String username, String password, EntityBareJid authzid, SSLSession sslSession) Authenticate a connection.<P extends Stanza>
PStanzaCollector.nextResultOrThrow()
Returns the next available stanza.<P extends Stanza>
PStanzaCollector.nextResultOrThrow
(long timeout) Returns the next available stanza.AbstractXMPPConnection.sendAndWaitForResponse
(Nonza nonza, Class<SN> successNonzaClass, Class<FN> failedNonzaClass) <I extends IQ>
IAbstractXMPPConnection.sendIqRequestAndWaitForResponse
(IQ request) <I extends IQ>
IXMPPConnection.sendIqRequestAndWaitForResponse
(IQ request) Send an IQ request and wait for the response.default void
XmppInputOutputFilter.waitUntilInputOutputClosed()
-
Uses of SmackException.NoResponseException in org.jivesoftware.smack.c2s.internal
Modifier and TypeMethodDescriptionabstract void
ModularXmppClientToServerConnectionInternal.newStreamOpenWaitForFeaturesSequence
(String waitFor) ModularXmppClientToServerConnectionInternal.sendAndWaitForResponse
(Nonza nonza, Class<SN> successNonzaClass, Class<FN> failedNonzaClass) -
Uses of SmackException.NoResponseException in org.jivesoftware.smack.roster
Modifier and TypeMethodDescriptionvoid
RosterGroup.addEntry
(RosterEntry entry) Adds a roster entry to this group.void
Roster.createItem
(BareJid jid, String name, String[] groups) Creates a new roster item.void
Roster.createItemAndRequestSubscription
(BareJid jid, String name, String[] groups) Creates a new roster entry and presence subscription.void
Roster.preApproveAndCreateEntry
(BareJid user, String name, String[] groups) Creates a new pre-approved roster entry and presence subscription.void
Roster.removeEntry
(RosterEntry entry) Removes a roster entry from the roster.void
RosterGroup.removeEntry
(RosterEntry entry) Removes a roster entry from this group.void
Sets the name associated with this entry.void
Sets the name of the group. -
Uses of SmackException.NoResponseException in org.jivesoftware.smack.sasl
-
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.address
Modifier and TypeMethodDescriptionstatic void
MultipleRecipientManager.reply
(XMPPConnection connection, Message original, Message reply) Sends a reply to a previously received stanza that was sent to multiple recipients.static void
MultipleRecipientManager.send
(XMPPConnection connection, Stanza packet, Collection<? extends Jid> to, Collection<? extends Jid> cc, Collection<? extends Jid> bcc) Sends the specified stanza to the collection of specified recipients using the specified connection.static void
MultipleRecipientManager.send
(XMPPConnection connection, Stanza packet, Collection<? extends Jid> to, Collection<? extends Jid> cc, Collection<? extends Jid> bcc, Jid replyTo, Jid replyRoom, boolean noReply) Sends the specified stanza to the collection of specified recipients using the specified connection. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.admin
Modifier and TypeMethodDescriptionvoid
ServiceAdministrationManager.addUser
(EntityBareJid userJid, String password) void
ServiceAdministrationManager.deleteUser
(Set<EntityBareJid> jidsToDelete) void
ServiceAdministrationManager.deleteUser
(EntityBareJid userJidToDelete) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.amp
Modifier and TypeMethodDescriptionstatic boolean
AMPManager.isActionSupported
(XMPPConnection connection, AMPExtension.Action action) Check if server supports specified action.static boolean
AMPManager.isConditionSupported
(XMPPConnection connection, String conditionName) Check if server supports specified condition.static boolean
AMPDeliverCondition.isSupported
(XMPPConnection connection) Check if server supports deliver condition.static boolean
AMPExpireAtCondition.isSupported
(XMPPConnection connection) Check if server supports expire-at condition.static boolean
AMPMatchResourceCondition.isSupported
(XMPPConnection connection) Check if server supports match-resource condition. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.blocking
Modifier and TypeMethodDescriptionvoid
BlockingCommandManager.blockContacts
(List<Jid> jids) Block contacts.BlockingCommandManager.getBlockList()
Returns the block list.boolean
BlockingCommandManager.isSupportedByServer()
Returns true if Blocking Command is supported by the server.void
BlockingCommandManager.unblockAll()
Unblock all.void
BlockingCommandManager.unblockContacts
(List<Jid> jids) Unblock contacts. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.bob
Modifier and TypeMethodDescriptionboolean
BoBManager.isSupportedByServer()
Returns true if Bits of Binary is supported by the server.BoBManager.requestBoB
(Jid to, ContentId bobHash) Request BoB data. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.bookmarks
Modifier and TypeMethodDescriptionvoid
BookmarkManager.addBookmarkedConference
(String name, EntityBareJid jid, boolean isAutoJoin, Resourcepart nickname, String password) Adds or updates a conference in the bookmarks.void
BookmarkManager.addBookmarkedURL
(String URL, String name, boolean isRSS) Adds a new url or updates an already existing url in the bookmarks.BookmarkManager.getBookmarkedConferences()
Returns all currently bookmarked conferences.BookmarkManager.getBookmarkedURLs()
Returns an unmodifiable collection of all bookmarked urls.boolean
BookmarkManager.isSupported()
Check if the service supports bookmarks using private data.void
BookmarkManager.removeBookmarkedConference
(EntityBareJid jid) Removes a conference from the bookmarks.void
BookmarkManager.removeBookmarkedURL
(String bookmarkURL) Removes a url from the bookmarks. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.bytestreams.ibb
Modifier and TypeMethodDescriptionInBandBytestreamManager.establishSession
(Jid targetJID, String sessionID) Establishes an In-Band Bytestream with the given user using the given session ID and returns the session to send/receive data to/from the user. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.bytestreams.socks5
Modifier and TypeMethodDescriptionSocks5BytestreamManager.determineProxies()
Returns a list of JIDs of SOCKS5 proxies by querying the XMPP server.Socks5BytestreamManager.establishSession
(Jid targetJID, String sessionID) Establishes a SOCKS5 Bytestream with the given user using the given session ID and returns the Socket to send/receive data to/from the user.Socks5Client.getSocket
(int timeout) Returns the initialized socket that can be used to transfer data between peers via the SOCKS5 proxy.Socks5ClientForInitiator.getSocket
(int timeout) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.caps
Modifier and TypeMethodDescriptionboolean
EntityCapsManager.areEntityCapsSupported
(Jid jid) Returns true if Entity Caps are supported by a given JID.boolean
EntityCapsManager.areEntityCapsSupportedByServer()
Returns true if Entity Caps are supported by the local service/server. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.carbons
Modifier and TypeMethodDescriptionboolean
CarbonManager.isSupportedByServer()
Returns true if XMPP Carbons are supported by the server.void
CarbonManager.setCarbonsEnabled
(boolean new_state) Notify server to change the carbons state. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.chat_markers
Modifier and TypeMethodDescriptionboolean
ChatMarkersManager.isSupportedByServer()
Deprecated.This method serves no purpose, as servers do not announce this feature. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.commands
Modifier and TypeMethodDescriptionabstract void
AbstractAdHocCommand.cancel()
Cancels the execution of the command.final void
AdHocCommand.cancel()
final void
AdHocCommandHandler.SingleStage.cancel()
AdHocCommand.complete
(SubmitForm filledForm) Completes the command execution with the information provided in theresponse
.protected abstract AdHocCommandData
AdHocCommandHandler.complete
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandData
AdHocCommandHandler.SingleStage.complete
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandResult
AdHocCommand.execute()
Executes the command.final AdHocCommandResult
AdHocCommand.execute
(FillableForm form) Executes the default action of the command with the information provided in the Form.protected abstract AdHocCommandData
AdHocCommandHandler.execute
(AdHocCommandDataBuilder response) protected final AdHocCommandData
AdHocCommandHandler.SingleStage.execute
(AdHocCommandDataBuilder response) protected abstract AdHocCommandData
AdHocCommandHandler.SingleStage.executeSingleStage
(AdHocCommandDataBuilder response) final AdHocCommandResult
AdHocCommand.next
(SubmitForm filledForm) Executes the next action of the command with the information provided in theresponse
.protected abstract AdHocCommandData
AdHocCommandHandler.next
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandData
AdHocCommandHandler.SingleStage.next
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandResult
AdHocCommand.prev()
Goes to the previous stage.protected abstract AdHocCommandData
AdHocCommandHandler.prev
(AdHocCommandDataBuilder response) final AdHocCommandData
AdHocCommandHandler.SingleStage.prev
(AdHocCommandDataBuilder response) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.disco
Modifier and TypeMethodDescriptionboolean
ServiceDiscoveryManager.accountSupportsFeatures
(CharSequence... features) Check if the given features are supported by the connection account.boolean
ServiceDiscoveryManager.accountSupportsFeatures
(Collection<? extends CharSequence> features) Check if the given collection of features are supported by the connection account.ServiceDiscoveryManager.discoverInfo
(Jid entityID) Returns the discovered information of a given XMPP entity addressed by its JID.ServiceDiscoveryManager.discoverInfo
(Jid entityID, String node) Returns the discovered information of a given XMPP entity addressed by its JID and note attribute.ServiceDiscoveryManager.discoverItems
(Jid entityID) Returns the discovered items of a given XMPP entity addressed by its JID.ServiceDiscoveryManager.discoverItems
(Jid entityID, String node) Returns the discovered items of a given XMPP entity addressed by its JID and note attribute.ServiceDiscoveryManager.findService
(String feature, boolean useCache) ServiceDiscoveryManager.findService
(String feature, boolean useCache, String category, String type) ServiceDiscoveryManager.findServices
(String feature, boolean stopOnFirst, boolean useCache) Find all services under the users service that provide a given feature.ServiceDiscoveryManager.findServicesDiscoverInfo
(String feature, boolean stopOnFirst, boolean useCache) Find all services under the users service that provide a given feature.ServiceDiscoveryManager.findServicesDiscoverInfo
(String feature, boolean stopOnFirst, boolean useCache, Map<? super Jid, Exception> encounteredExceptions) Find all services under the users service that provide a given feature.ServiceDiscoveryManager.findServicesDiscoverInfo
(DomainBareJid serviceName, String feature, boolean stopOnFirst, boolean useCache, Map<? super Jid, Exception> encounteredExceptions) Find all services under a given service that provide a given feature.boolean
ServiceDiscoveryManager.serverSupportsFeature
(CharSequence feature) Returns true if the server supports the given feature.boolean
ServiceDiscoveryManager.serverSupportsFeatures
(CharSequence... features) boolean
ServiceDiscoveryManager.serverSupportsFeatures
(Collection<? extends CharSequence> features) boolean
ServiceDiscoveryManager.supportsFeature
(Jid jid, CharSequence feature) Queries the remote entity for it's features and returns true if the given feature is found.boolean
ServiceDiscoveryManager.supportsFeatures
(Jid jid, CharSequence... features) boolean
ServiceDiscoveryManager.supportsFeatures
(Jid jid, Collection<? extends CharSequence> features) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.dox
Modifier and TypeMethodDescriptionboolean
DnsOverXmppManager.isSupported
(Jid jid) DnsOverXmppManager.query
(Jid jid, DnsMessage query) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.fallback_indication
Modifier and TypeMethodDescriptionboolean
FallbackIndicationManager.serverSupportsFallbackIndications()
Determine, whether or not the server supports Fallback Indications.boolean
FallbackIndicationManager.userSupportsFallbackIndications
(EntityBareJid jid) Determine, whether or not a user supports Fallback Indications. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.filetransfer
Modifier and TypeMethodDescriptionIBBTransferNegotiator.createIncomingStream
(StreamInitiation initiation) IBBTransferNegotiator.createOutgoingStream
(String streamID, Jid initiator, Jid target) protected final IQ
StreamNegotiator.initiateIncomingStream
(XMPPConnection connection, StreamInitiation initiation) FileTransferNegotiator.negotiateOutgoingTransfer
(Jid userID, String streamID, String fileName, long size, String desc, int responseTimeout) Send a request to another user to send them a file. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.geoloc
Modifier and TypeMethodDescriptionvoid
GeoLocationManager.publishGeoLocation
(GeoLocation geoLocation) Publish the user's geographic location through the Personal Eventing Protocol (PEP).void
GeoLocationManager.stopPublishingGeolocation()
Send empty geolocation through the PubSub node. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.hoxt
Modifier and TypeMethodDescriptionstatic boolean
HOXTManager.isSupported
(Jid jid, XMPPConnection connection) Returns true if the given entity understands the HTTP ove XMPP transport format and allows the exchange of such. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.httpfileupload
Modifier and TypeMethodDescriptionboolean
HttpFileUploadManager.discoverUploadService()
Discover upload service. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.iot.control
Modifier and TypeMethodDescriptionIoTControlManager.setUsingIq
(FullJid jid, Collection<? extends SetData> data) Control a thing by sending a collection ofSetData
instructions.IoTControlManager.setUsingIq
(FullJid jid, SetData data) Control a thing by sending a collection ofSetData
instructions. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.iot.data
Modifier and TypeMethodDescriptionIoTDataManager.requestMomentaryValuesReadOut
(EntityFullJid jid) Try to read out a things momentary values. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.iot.discovery
Modifier and TypeMethodDescriptionIoTDiscoveryManager.claimThing
(Collection<Tag> metaTags) IoTDiscoveryManager.claimThing
(Collection<Tag> metaTags, boolean publicThing) IoTDiscoveryManager.claimThing
(Jid registry, Collection<Tag> metaTags, boolean publicThing) Claim a thing by providing a collection of meta tags.void
IoTDiscoveryManager.disownThing
(Jid thing) void
IoTDiscoveryManager.disownThing
(Jid thing, NodeInfo nodeInfo) void
IoTDiscoveryManager.disownThing
(Jid registry, Jid thing, NodeInfo nodeInfo) IoTDiscoveryManager.findRegistry()
Try to find an XMPP IoT registry.boolean
IoTDiscoveryManager.isRegistry
(BareJid jid) IoTDiscoveryManager.registerThing
(Thing thing) IoTDiscoveryManager.registerThing
(Jid registry, Thing thing) void
IoTDiscoveryManager.removeThing
(BareJid thing) void
IoTDiscoveryManager.removeThing
(BareJid thing, NodeInfo nodeInfo) void
IoTDiscoveryManager.removeThing
(Jid registry, BareJid thing, NodeInfo nodeInfo) void
IoTDiscoveryManager.unregister()
void
IoTDiscoveryManager.unregister
(NodeInfo nodeInfo) void
IoTDiscoveryManager.unregister
(Jid registry, NodeInfo nodeInfo) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.iot.provisioning
Modifier and TypeMethodDescriptionIoTProvisioningManager.findProvisioningServerComponent()
Try to find a provisioning server component.IoTProvisioningManager.getConfiguredProvisioningServer()
boolean
As the given provisioning server is the given JID is a friend. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.iqlast
Modifier and TypeMethodDescriptionLastActivityManager.getLastActivity
(Jid jid) Returns the last activity of a particular jid.boolean
LastActivityManager.isLastActivitySupported
(Jid jid) Returns true if Last Activity (XEP-0012) is supported by a given JID. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.iqprivate
Modifier and TypeMethodDescriptionPrivateDataManager.getPrivateData
(String elementName, String namespace) Returns the private data specified by the given element name and namespace.boolean
PrivateDataManager.isSupported()
Check if the service supports private data.void
PrivateDataManager.setPrivateData
(PrivateData privateData) Sets a private data value. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.iqregister
Modifier and TypeMethodDescriptionvoid
AccountManager.changePassword
(String newPassword) Changes the password of the currently logged-in account.void
AccountManager.createAccount
(Localpart username, String password) Creates a new account using the specified username and password.void
Creates a new account using the specified username, password and account attributes.void
AccountManager.deleteAccount()
Deletes the currently logged-in account from the server.AccountManager.getAccountAttribute
(String name) Returns the value of a given account attribute ornull
if the account attribute wasn't found.AccountManager.getAccountAttributes()
Returns an unmodifiable collection of the names of the required account attributes.AccountManager.getAccountInstructions()
Returns the instructions for creating a new account, ornull
if there are no instructions.AccountManager.getRegistrationInfo()
Gets the account registration info from the server.boolean
AccountManager.isSupported()
boolean
AccountManager.supportsAccountCreation()
Returns true if the server supports creating new accounts. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.iqversion
Modifier and TypeMethodDescriptionVersionManager.getVersion
(Jid jid) Request version information from a given JID.boolean
VersionManager.isSupported
(Jid jid) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.jid_prep
Modifier and TypeMethodDescriptionboolean
JidPrepManager.isSupported
(Jid jid) JidPrepManager.requestJidPrep
(String jidToBePrepped) JidPrepManager.requestJidPrep
(Jid jidPrepService, String jidToBePrepped) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.jingle
Modifier and TypeMethodDescriptionJingleUtil.sendSessionAccept
(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport) JingleUtil.sendSessionInitiate
(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport) JingleUtil.sendSessionInitiateFileOffer
(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentDescription description, JingleContentTransport transport) JingleUtil.sendSessionPing
(FullJid recipient, String sessionId) JingleUtil.sendSessionTerminateAlternativeSession
(FullJid recipient, String sessionId, String altSessionId) JingleUtil.sendSessionTerminateBusy
(FullJid recipient, String sessionId) JingleUtil.sendSessionTerminateCancel
(FullJid recipient, String sessionId) JingleUtil.sendSessionTerminateContentCancel
(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName) JingleUtil.sendSessionTerminateDecline
(FullJid recipient, String sessionId) JingleUtil.sendSessionTerminateFailedApplication
(FullJid recipient, String sessionId) JingleUtil.sendSessionTerminateFailedTransport
(FullJid recipient, String sessionId) JingleUtil.sendSessionTerminateIncompatibleParameters
(FullJid recipient, String sessionId) JingleUtil.sendSessionTerminateSuccess
(FullJid recipient, String sessionId) JingleUtil.sendSessionTerminateUnsupportedApplications
(FullJid recipient, String sessionId) JingleUtil.sendSessionTerminateUnsupportedTransports
(FullJid recipient, String sessionId) JingleUtil.sendTransportAccept
(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentTransport transport) JingleUtil.sendTransportReject
(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentTransport transport) JingleUtil.sendTransportReplace
(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentTransport transport) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.jingle.transports.jingle_s5b
-
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.jingleold
-
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.jingleold.listeners
Modifier and TypeMethodDescriptionvoid
JingleSessionListener.sessionEstablished
(PayloadType pt, TransportCandidate remoteCandidate, TransportCandidate localCandidate, JingleSession jingleSession) Notification that the session has been established.void
JingleTransportListener.transportEstablished
(TransportCandidate local, TransportCandidate remote) Notification that the transport has been established. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.jingleold.nat
Modifier and TypeMethodDescriptionstatic String
RTPBridge.getPublicIP
(XMPPConnection xmppConnection) Get Public Address from the Server.static RTPBridge
RTPBridge.getRTPBridge
(XMPPConnection connection, String sessionID) Get a new RTPBridge Candidate from the server.static STUN
STUN.getSTUNServer
(XMPPConnection connection) Get a new STUN Server Address and port from the server.void
BridgedResolver.initialize()
static RTPBridge
RTPBridge.relaySession
(XMPPConnection connection, String sessionID, String pass, TransportCandidate proxyCandidate, TransportCandidate localCandidate) Check if the server support RTPBridge Service.void
BridgedResolver.resolve
(JingleSession session) Resolve Bridged Candidate.static boolean
RTPBridge.serviceAvailable
(XMPPConnection connection) Check if the server support RTPBridge Service.void
BridgedTransportManager.sessionEstablished
(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession) void
ICETransportManager.sessionEstablished
(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.mam
Modifier and TypeMethodDescriptionMamManager.enableMamForAllMessages()
MamManager.enableMamForRosterMessages()
MamManager.getMamNamespace()
Returns the MAM namespace used by thisMamManager
.MamManager.getMessageUidOfLatestMessage()
Lookup the archive's message ID of the latest message in the archive.boolean
MamManager.isSupported()
Check if this MamManager's archive address supports MAM.MamManager.MamQuery.pageNext
(int count) MamManager.MamQuery.pagePrevious
(int count) MamManager.queryArchive
(MamManager.MamQueryArgs mamQueryArgs) MamManager.queryMostRecentPage
(Jid jid, int max) MamManager.retrieveArchivingPreferences()
Get the preferences stored in the server.MamManager.retrieveFormFields()
Get the form fields supported by the server.MamManager.retrieveFormFields
(String node) Get the form fields supported by the server.MamManager.setDefaultBehavior
(MamPrefsIQ.DefaultBehavior desiredDefaultBehavior) MamManager.updateArchivingPreferences
(MamManager.MamPrefs mamPrefs) Update the preferences in the server. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.mood
Modifier and TypeMethodDescriptionvoid
MoodManager.clearMood()
void
void
void
MoodManager.setMood
(Mood mood, MoodConcretisation concretisation) void
MoodManager.setMood
(Mood mood, MoodConcretisation concretisation, String text) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.muc
Modifier and TypeMethodDescriptionvoid
Bans a user from the room.void
MultiUserChat.banUsers
(Collection<? extends BareJid> jids) Bans users from the room.void
MultiUserChat.changeNickname
(Resourcepart nickname) Changes the occupant's nickname to a new nickname within the room.void
MultiUserChat.changeSubject
(String subject) Changes the subject within the room.MultiUserChat.create
(Resourcepart nickname) Creates the room according to some default configuration, assign the requesting user as the room owner, and add the owner to the room but not allow anyone else to enter the room (effectively "locking" the room).MultiUserChat.createOrJoin
(MucEnterConfiguration mucEnterConfiguration) LikeMultiUserChat.create(Resourcepart)
, but will return aMultiUserChat.MucCreateConfigFormHandle
if the room creation was acknowledged by the service (with an 201 status code).MultiUserChat.createOrJoin
(Resourcepart nickname) Create or join the MUC room with the given nickname.MultiUserChat.createOrJoinIfNecessary
(Resourcepart nickname, String password) Create or join a MUC if it is necessary, i.e.void
MultiUserChat.destroy()
Sends a request to destroy the room.void
MultiUserChat.destroy
(String reason, EntityBareJid alternateJID) Sends a request to the server to destroy the room.void
MultiUserChat.destroy
(String reason, EntityBareJid alternateJID, String password) Sends a request to the server to destroy the room.MultiUserChat.getAdmins()
Returns a list ofAffiliate
with the room administrators.MultiUserChat.getConfigFormManager()
Get aMucConfigFormManager
to configure this room.MultiUserChat.MucCreateConfigFormHandle.getConfigFormManager()
Alias forMultiUserChat.getConfigFormManager()
.MultiUserChat.getConfigurationForm()
Returns the room's configuration form that the room's owner can use.MultiUserChatManager.getJoinedRooms
(EntityFullJid user) Returns a List of the rooms where the requested user has joined.MultiUserChat.getMembers()
Returns a list ofAffiliate
with the room members.MultiUserChat.getModerators()
Returns a list ofOccupant
with the room moderators.MultiUserChatManager.getMucServiceDomains()
Returns a collection with the XMPP addresses of the Multi-User Chat services.MultiUserChat.getOutcasts()
Returns a list ofAffiliate
with the room outcasts.MultiUserChat.getOwners()
Returns a list ofAffiliate
with the room owners.MultiUserChat.getParticipants()
Returns a list ofOccupant
with the room participants.MultiUserChat.getRegistrationForm()
Returns the room's registration form that an unaffiliated user, can use to become a member of the room ornull
if no registration is possible.MultiUserChatManager.getRoomInfo
(EntityBareJid room) Returns the discovered information of a given room without actually having to join the room.MultiUserChatManager.getRoomsHostedBy
(DomainBareJid serviceName) Returns a Map of HostedRooms where each HostedRoom has the XMPP address of the room and the room's name.void
MultiUserChat.grantAdmin
(Collection<? extends BareJid> jids) Grants administrator privileges to other users.void
MultiUserChat.grantAdmin
(BareJid jid) Grants administrator privileges to another user.void
MultiUserChat.grantMembership
(Collection<? extends Jid> jids) Grants membership to other users.void
MultiUserChat.grantMembership
(BareJid jid) Grants membership to a user.void
MultiUserChat.grantModerator
(Collection<Resourcepart> nicknames) Grants moderator privileges to participants or visitors.void
MultiUserChat.grantModerator
(Resourcepart nickname) Grants moderator privileges to a participant or visitor.void
MultiUserChat.grantOwnership
(Collection<? extends BareJid> jids) Grants ownership privileges to other users.void
MultiUserChat.grantOwnership
(BareJid jid) Grants ownership privileges to another user.void
MultiUserChat.grantVoice
(Collection<Resourcepart> nicknames) Grants voice to visitors in the room.void
MultiUserChat.grantVoice
(Resourcepart nickname) Grants voice to a visitor in the room.boolean
MultiUserChatManager.isServiceEnabled
(Jid user) Returns true if the specified user supports the Multi-User Chat protocol.MultiUserChat.join
(MucEnterConfiguration mucEnterConfiguration) Joins the chat room using the specified nickname and password.MultiUserChat.join
(Resourcepart nickname) Joins the chat room using the specified nickname.void
MultiUserChat.join
(Resourcepart nickname, String password) Joins the chat room using the specified nickname and password.void
MultiUserChat.kickParticipant
(Resourcepart nickname, String reason) Kicks a visitor or participant from the room.MultiUserChat.leave()
Leave the chat room.void
MultiUserChat.MucCreateConfigFormHandle.makeInstant()
Create an instant room.boolean
MultiUserChatManager.providesMucService
(DomainBareJid domainBareJid) Check if the provided domain bare JID provides a MUC service.void
MultiUserChat.revokeAdmin
(Collection<? extends BareJid> jids) Revokes administrator privileges from users.void
MultiUserChat.revokeAdmin
(BareJid jid) Revokes administrator privileges from a user.void
MultiUserChat.revokeMembership
(Collection<? extends BareJid> jids) Revokes users' membership.void
MultiUserChat.revokeMembership
(BareJid jid) Revokes a user's membership.void
MultiUserChat.revokeModerator
(Collection<Resourcepart> nicknames) Revokes moderator privileges from other users.void
MultiUserChat.revokeModerator
(Resourcepart nickname) Revokes moderator privileges from another user.void
MultiUserChat.revokeOwnership
(Collection<? extends BareJid> jids) Revokes ownership privileges from other users.void
MultiUserChat.revokeOwnership
(BareJid jid) Revokes ownership privileges from another user.void
MultiUserChat.revokeVoice
(Collection<Resourcepart> nicknames) Revokes voice from participants in the room.void
MultiUserChat.revokeVoice
(Resourcepart nickname) Revokes voice from a participant in the room.void
MultiUserChat.sendConfigurationForm
(FillableForm form) Sends the completed configuration form to the server.void
MultiUserChat.sendRegistrationForm
(FillableForm form) Sends the completed registration form to the server.void
MucConfigFormManager.submitConfigurationForm()
Submit the configuration asFilledForm
to the room.boolean
DirectMucInvitationManager.userSupportsInvitations
(EntityBareJid jid) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.muclight
Modifier and TypeMethodDescriptionvoid
MultiUserChatLightManager.blockRoom
(DomainBareJid mucLightService, Jid roomJid) Block a room.void
MultiUserChatLightManager.blockRooms
(DomainBareJid mucLightService, List<Jid> roomsJids) Block rooms.void
MultiUserChatLightManager.blockUser
(DomainBareJid mucLightService, Jid userJid) Block a user.void
MultiUserChatLightManager.blockUsers
(DomainBareJid mucLightService, List<Jid> usersJids) Block users.void
MultiUserChatLight.changeAffiliations
(Map<Jid, MUCLightAffiliation> affiliations) Change the MUC Light affiliations.void
MultiUserChatLight.changeRoomName
(String roomName) Change the name of the room.void
MultiUserChatLight.changeSubject
(String subject) Change the subject of the MUC Light.void
MultiUserChatLight.destroy()
Destroy the MUC Light.MultiUserChatLight.getAffiliations()
Get the MUC Light affiliations.MultiUserChatLight.getAffiliations
(String version) Get the MUC Light affiliations.MultiUserChatLight.getConfiguration()
Get the MUC Light configuration.MultiUserChatLight.getConfiguration
(String version) Get the MUC Light configuration.MultiUserChatLight.getFullInfo()
Get the MUC Light info.MultiUserChatLight.getFullInfo
(String version) Get the MUC Light info.MultiUserChatLightManager.getLocalServices()
Returns a collection with the XMPP addresses of the MUC Light services.MultiUserChatLightManager.getOccupiedRooms
(DomainBareJid mucLightService) Returns a List of the rooms the user occupies.MultiUserChatLightManager.getRoomsBlocked
(DomainBareJid mucLightService) Get rooms blocked.MultiUserChatLightManager.getUsersAndRoomsBlocked
(DomainBareJid mucLightService) Get users and rooms blocked.MultiUserChatLightManager.getUsersBlocked
(DomainBareJid mucLightService) Get users blocked.boolean
MultiUserChatLightManager.isFeatureSupported
(DomainBareJid mucLightService) Returns true if Multi-User Chat Light feature is supported by the server.void
MultiUserChatLight.leave()
Leave the MUCLight.void
MultiUserChatLight.setRoomConfigs
(String roomName, Map<String, String> customConfigs) Set the room configurations.void
MultiUserChatLight.setRoomConfigs
(Map<String, String> customConfigs) Set the room configurations.void
MultiUserChatLightManager.unblockRoom
(DomainBareJid mucLightService, Jid roomJid) Unblock a room.void
MultiUserChatLightManager.unblockRooms
(DomainBareJid mucLightService, List<Jid> roomsJids) Unblock rooms.void
MultiUserChatLightManager.unblockUser
(DomainBareJid mucLightService, Jid userJid) Unblock a user.void
MultiUserChatLightManager.unblockUsers
(DomainBareJid mucLightService, List<Jid> usersJids) Unblock users. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.offline
Modifier and TypeMethodDescriptionvoid
OfflineMessageManager.deleteMessages()
Deletes all offline messages of the user.void
OfflineMessageManager.deleteMessages
(List<String> nodes) Deletes the specified list of offline messages.OfflineMessageManager.getHeaders()
Returns a List ofOfflineMessageHeader
that keep information about the offline message.int
OfflineMessageManager.getMessageCount()
Returns the number of offline messages for the user of the connection.OfflineMessageManager.getMessages()
Returns a List of Messages with all the offlineMessages
of the user.OfflineMessageManager.getMessages
(List<String> nodes) Returns a List of the offlineMessages
whose stamp matches the specified request.boolean
OfflineMessageManager.supportsFlexibleRetrieval()
Returns true if the server supports Flexible Offline Message Retrieval. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.omemo
Modifier and TypeMethodDescriptionboolean
OmemoManager.contactSupportsOmemo
(BareJid contact) Returns true, if the contact has any active devices published in a deviceList.OMEMO encrypt a cleartext message for multiple recipients.OmemoManager.encrypt
(MultiUserChat muc, String message) Encrypt a message for all recipients in the MultiUserChat.OMEMO encrypt a cleartext message for a single recipient.OmemoManager.getActiveFingerprints
(BareJid contact) Return all OmemoFingerprints of active devices of a contact.OmemoManager.getFingerprint
(OmemoDevice device) Get the fingerprint of a contacts device.OmemoStore.getFingerprintAndMaybeBuildSession
(OmemoManager.LoggedInOmemoManager managerGuard, OmemoDevice contactsDevice) Return the fingerprint of the given devices announced identityKey.void
OmemoManager.initialize()
Initializes the OmemoManager.boolean
OmemoManager.multiUserChatSupportsOmemo
(MultiUserChat multiUserChat) Returns true, if the MUC with the EntityBareJid multiUserChat is non-anonymous and members only (prerequisite for OMEMO encryption in MUC).void
OmemoManager.purgeDeviceList()
Publish a new device list with just our own deviceId in it.void
OmemoService.purgeDeviceList
(OmemoManager.LoggedInOmemoManager managerGuard) Publish a new DeviceList with just our device in it.void
OmemoManager.rebuildSessionWith
(OmemoDevice contactsDevice) Build a fresh session with a contacts device.void
OmemoManager.requestDeviceListUpdateFor
(BareJid contact) Request a deviceList update from contact contact.void
OmemoManager.rotateSignedPreKey()
Rotate the signedPreKey published in our OmemoBundle and republish it.void
OmemoManager.sendRatchetUpdateMessage
(OmemoDevice recipient) Send a ratchet update message.static boolean
OmemoManager.serverSupportsOmemo
(XMPPConnection connection, DomainBareJid server) Returns true, if the Server supports PEP. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.ox
Modifier and TypeMethodDescriptionvoid
OpenPgpManager.announceSupportAndPublish()
Generate a fresh OpenPGP key pair, given we don't have one already.OpenPgpManager.backupSecretKeyToServer
(SecretKeyBackupSelectionCallback selectKeyCallback) Upload the encrypted secret key to a private PEP node.void
OpenPgpManager.backupSecretKeyToServer
(SecretKeyBackupSelectionCallback selectKeyCallback, OpenPgpSecretKeyBackupPassphrase passphrase) Upload the encrypted secret key to a private PEP node.void
OpenPgpManager.deleteSecretKeyServerBackup()
Delete the privateLeafNode
containing our secret key backup.org.pgpainless.key.OpenPgpV4Fingerprint
OpenPgpManager.restoreSecretKeyServerBackup
(AskForBackupCodeCallback codeCallback) Fetch a secret key backup from the server and try to restore a selected secret key from it.static boolean
OpenPgpManager.serverSupportsSecretKeyBackups
(XMPPConnection connection) Determine, if we can sync secret keys using private PEP nodes as described in the XEP.void
OpenPgpContact.updateKeys
(XMPPConnection connection) Update the contacts keys by consulting the users PubSub nodes.void
OpenPgpContact.updateKeys
(XMPPConnection connection, PublicKeysListElement metadata) Update the contacts keys using a prefetchedPublicKeysListElement
. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.ox_im
Modifier and TypeMethodDescriptionboolean
OXInstantMessagingManager.contactSupportsOxInstantMessaging
(OpenPgpContact contact) Determine, whether a contact announces support for XEP-0374: OpenPGP for XMPP: Instant Messaging.boolean
OXInstantMessagingManager.contactSupportsOxInstantMessaging
(BareJid jid) Determine, whether a contact announces support for XEP-0374: OpenPGP for XMPP: Instant Messaging. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.ox.util
Modifier and TypeMethodDescriptionstatic void
OpenPgpPubSubUtil.changeAccessModelIfNecessary
(LeafNode node, AccessModel accessModel) Query the access model ofnode
.static boolean
OpenPgpPubSubUtil.deletePubkeysListNode
(PepManager pepManager) Delete our metadata node.static boolean
OpenPgpPubSubUtil.deletePublicKeyNode
(PepManager pepManager, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Delete the public key node of the key with fingerprintfingerprint
.static boolean
OpenPgpPubSubUtil.deleteSecretKeyNode
(PepManager pepManager) Delete the private backup node.static void
OpenPgpPubSubUtil.depositSecretKey
(XMPPConnection connection, SecretkeyElement element) Publishes aSecretkeyElement
to the secret key node.static PubkeyElement
OpenPgpPubSubUtil.fetchPubkey
(XMPPConnection connection, BareJid contact, org.pgpainless.key.OpenPgpV4Fingerprint v4_fingerprint) Fetch the OpenPGP public key of acontact
, identified by its OpenPGPv4_fingerprint
.static PublicKeysListElement
OpenPgpPubSubUtil.fetchPubkeysList
(XMPPConnection connection) Consult the public key metadata node and fetch a list of all of our published OpenPGP public keys.static PublicKeysListElement
OpenPgpPubSubUtil.fetchPubkeysList
(XMPPConnection connection, BareJid contact) Consult the public key metadata node ofcontact
to fetch the list of their published OpenPGP public keys.static SecretkeyElement
OpenPgpPubSubUtil.fetchSecretKey
(PepManager pepManager) Fetch the latestSecretkeyElement
from the private backup node.static void
OpenPgpPubSubUtil.publishPublicKey
(PepManager pepManager, PubkeyElement pubkeyElement, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Publish the users OpenPGP public key to the public key node if necessary. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.pep
-
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.ping
Modifier and TypeMethodDescriptionboolean
PingManager.isPingSupported
(Jid jid) Query the specified entity to see if it supports the Ping protocol (XEP-0199).boolean
Same as callingPingManager.ping(Jid, long)
with the default packet reply timeout.boolean
Pings the given jid. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.privacy
Modifier and TypeMethodDescriptionvoid
PrivacyListManager.createPrivacyList
(String listName, List<PrivacyItem> privacyItems) The client has created a new list.void
PrivacyListManager.declineActiveList()
Client declines the use of active lists.void
PrivacyListManager.declineDefaultList()
Client declines the use of default lists.void
PrivacyListManager.deletePrivacyList
(String listName) Remove a privacy list.PrivacyListManager.getActiveList()
Answer the active privacy list.PrivacyListManager.getActiveListName()
Get the name of the active list.PrivacyListManager.getDefaultList()
Answer the default privacy list.PrivacyListManager.getDefaultListName()
Get the name of the default list.PrivacyListManager.getEffectiveListName()
Returns the name of the effective privacy list.PrivacyListManager.getPrivacyList
(String listName) Answer the privacy list items under listName with the allowed and blocked permissions.PrivacyListManager.getPrivacyLists()
Answer every privacy list with the allowed and blocked permissions.boolean
PrivacyListManager.isSupported()
Check if the user's server supports privacy lists.void
PrivacyListManager.setActiveListName
(String listName) Set or change the active list to listName.void
PrivacyListManager.setDefaultListName
(String listName) Set or change the default list to listName.void
PrivacyListManager.updatePrivacyList
(String listName, List<PrivacyItem> privacyItems) The client has edited an existing list. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionboolean
PubSubManager.canCreateNodesAndPublishItems()
Check if it is possible to create PubSub nodes on this service.PubSubManager.createNode()
Creates an instant node, if supported.PubSubManager.createNode
(String nodeId) Creates a node with default configuration.PubSubManager.createNode
(String nodeId, FillableConfigureForm config) Creates a node with specified configuration.void
LeafNode.deleteAllItems()
Purges the node of all items.void
LeafNode.deleteItem
(String itemId) Delete the item with the specified id from the node.void
LeafNode.deleteItem
(Collection<String> itemIds) Delete the items with the specified id's from the node.boolean
PubSubManager.deleteNode
(String nodeId) Delete the specified node.Node.discoverInfo()
Discover node information in standardDiscoverInfo
format.LeafNode.discoverItems()
Get information on the items in the node in standardDiscoverItems
format.PubSubManager.discoverNodes
(String nodeId) Get all the nodes that currently exist as a child of the specified collection node.Node.getAffiliations()
Get the affiliations of this node.Node.getAffiliations
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Get the affiliations of this node.PubSubManager.getAffiliations()
Gets the affiliations on the root node.Node.getAffiliationsAsOwner()
Retrieve the affiliation list for this node as owner.Node.getAffiliationsAsOwner
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Retrieve the affiliation list for this node as owner.PubSubManager.getDefaultConfiguration()
Returns the default settings for Node configuration.LeafNode.getItems()
Get the current items stored in the node.LeafNode.getItems
(int maxItems) Get items persisted on the node, limited to the specified number.Get items persisted on the node, limited to the specified number based on the subscription associated with the provided subscriptionId.Get the current items stored in the node based on the subscription associated with the provided subscription id.LeafNode.getItems
(Collection<String> ids) Get the items specified from the node.LeafNode.getItems
(List<XmlElement> additionalExtensions, List<XmlElement> returnedExtensions) Get items persisted on the node.PubSubManager.getLeafNode
(String id) Try to get a leaf node with the given node ID.Retrieves the requested node, if it exists.Node.getNodeConfiguration()
Returns a configuration form, from which you can create an answer form to be submitted via theNode.sendConfigurationForm(FillableConfigureForm)
.PubSubManager.getOrCreateLeafNode
(String id) Try to get a leaf node and create one if it does not already exist.static DomainBareJid
PubSubManager.getPubSubService
(XMPPConnection connection) Get the "default" PubSub service for a given XMPP connection.Node.getSubscriptionOptions
(String jid) Returns a SubscribeForm for subscriptions, from which you can create an answer form to be submitted via theNode.sendConfigurationForm(FillableConfigureForm)
.Node.getSubscriptionOptions
(String jid, String subscriptionId) Get the options for configuring the specified subscription.Node.getSubscriptions()
Get the subscriptions currently associated with this node.Node.getSubscriptions
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Get the subscriptions currently associated with this node.PubSubManager.getSubscriptions()
Gets the subscriptions on the root node.Node.getSubscriptionsAsOwner()
Get the subscriptions currently associated with this node as owner.Node.getSubscriptionsAsOwner
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Get the subscriptions currently associated with this node as owner.PubSubManager.getSupportedFeatures()
Gets the supported features of the servers pubsub implementation as a standardDiscoverInfo
instance.Node.modifyAffiliationAsOwner
(List<Affiliation> affiliations) Modify the affiliations for this PubSub node as owner.Node.modifySubscriptionsAsOwner
(List<Subscription> changedSubs) Modify the subscriptions for this PubSub node as owner.void
LeafNode.publish()
Publishes an event to the node.<T extends Item>
voidLeafNode.publish
(Collection<T> items) Publishes multiple events to the node.<T extends Item>
voidLeafNode.publish
(T item) Publishes an event to the node.void
LeafNode.send()
Deprecated.useLeafNode.publish()
instead.<T extends Item>
voidLeafNode.send
(Collection<T> items) Deprecated.useLeafNode.publish(Collection)
instead.<T extends Item>
voidLeafNode.send
(T item) Deprecated.useLeafNode.publish(Item)
instead.void
Node.sendConfigurationForm
(FillableConfigureForm configureForm) Update the configuration with the contents of the newFillableConfigureForm
.protected PubSub
Node.sendPubsubPacket
(PubSub packet) The user subscribes to the node using the supplied jid.Node.subscribe
(Jid jid, FillableSubscribeForm subForm) The user subscribes to the node using the supplied jid and subscription options.boolean
PubSubManager.supportsAutomaticNodeCreation()
Check if the PubSub service supports automatic node creation.PubSubManager.tryToPublishAndPossibleAutoCreate
(String id, I item) Try to publish an item and, if the node with the given ID does not exists, auto-create the node.void
Node.unsubscribe
(String jid) Remove the subscription related to the specified JID.void
Node.unsubscribe
(String jid, String subscriptionId) Remove the specific subscription related to the specified JID. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.push_notifications
Modifier and TypeMethodDescriptionboolean
Disable push notifications of an specific node.boolean
PushNotificationsManager.disableAll
(Jid pushJid) Disable all push notifications.boolean
Enable push notifications.boolean
Enable push notifications.boolean
PushNotificationsManager.isSupported()
Returns true if Push Notifications are supported by this account. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.search
Modifier and TypeMethodDescriptionUserSearch.getSearchForm
(XMPPConnection con, DomainBareJid searchService) Returns the form for all search fields supported by the search service.UserSearchManager.getSearchForm
(DomainBareJid searchService) Returns the form to fill out to perform a search.UserSearchManager.getSearchResults
(FillableForm searchForm, DomainBareJid searchService) Submits a search form to the server and returns the resulting information in the form ofReportedData
.UserSearchManager.getSearchServices()
Returns a collection of search services found on the server.UserSearch.sendSearchForm
(XMPPConnection con, DataForm searchForm, DomainBareJid searchService) Sends the filled out answer form to be sent and queried by the search service.UserSearch.sendSimpleSearchForm
(XMPPConnection con, DataForm searchForm, DomainBareJid searchService) Sends the filled out answer form to be sent and queried by the search service. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.softwareinfo
Modifier and TypeMethodDescriptionGet Software Information from the provided XMPP address. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.time
-
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.usertune
Modifier and TypeMethodDescriptionvoid
UserTuneManager.clearUserTune()
void
UserTuneManager.publishUserTune
(UserTuneElement userTuneElement) -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.vcardtemp
Modifier and TypeMethodDescriptionboolean
VCardManager.isSupported
(Jid jid) Returns true if the given entity understands the vCard-XML format and allows the exchange of such.static boolean
VCardManager.isSupported
(Jid jid, XMPPConnection connection) Deprecated.useVCardManager.isSupported(Jid)
instead.VCardManager.loadVCard()
Load the VCard of the current user.VCardManager.loadVCard
(EntityBareJid bareJid) Load VCard information for a given user.void
Save this vCard for the user connected by 'connection'. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.vcardtemp.packet
Modifier and TypeMethodDescriptionvoid
VCard.load
(XMPPConnection connection) Deprecated.useVCardManager.loadVCard()
instead.void
VCard.load
(XMPPConnection connection, EntityBareJid user) Deprecated.useVCardManager.loadVCard(EntityBareJid)
instead.void
VCard.save
(XMPPConnection connection) Deprecated.useVCardManager.saveVCard(VCard)
instead. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.workgroup.agent
Modifier and TypeMethodDescriptionAgentSession.getAgentHistory
(EntityBareJid jid, int maxSessions, Date startDate) Retrieves the AgentChatHistory associated with a particular agent jid.AgentSession.getChatMetadata
(String sessionID) Query for metadata associated with a session id.AgentSession.getGenericSettings
(XMPPConnection con, String query) Returns the generic metadata of the workgroup the agent belongs to.AgentSession.getMacros
(boolean global) Asks the workgroup for it's Global Macros.Agent.getName()
Return the agents name.Retrieves the ChatNote associated with a given chat session.AgentSession.getOccupantsInfo
(String roomID) Asks the workgroup for information about the occupants of the specified room.TranscriptSearchManager.getSearchForm
(DomainBareJid serviceJID) Returns the Form to use for searching transcripts.AgentSession.getSearchSettings()
Asks the workgroup for it's Search Settings.TranscriptManager.getTranscript
(EntityBareJid workgroupJID, String sessionID) Returns the full conversation transcript of a given session.TranscriptManager.getTranscripts
(EntityBareJid workgroupJID, Jid userID) Returns the transcripts of a given user.static Collection<String>
Agent.getWorkgroups
(Jid serviceJID, Jid agentJID, XMPPConnection connection) boolean
AgentSession.hasMonitorPrivileges
(XMPPConnection con) void
AgentSession.makeRoomOwner
(XMPPConnection con, String sessionID) void
AgentSession.saveMacros
(MacroGroup group) Persists the Personal Macro for an agent.void
AgentSession.sendRoomInvitation
(RoomInvitation.Type type, Jid invitee, String sessionID, String reason) Invites a user or agent to an existing session support.void
AgentSession.sendRoomTransfer
(RoomTransfer.Type type, String invitee, String sessionID, String reason) Transfer an existing session support to another user or agent.void
Changes the name of the agent in the server.void
Creates a ChatNote that will be mapped to the given chat session.void
AgentSession.setStatus
(Presence.Mode presenceMode, int maxChats, String status) Sets the agent's current status with the workgroup.void
AgentSession.setStatus
(Presence.Mode presenceMode, String status) Sets the agent's current status with the workgroup.TranscriptSearchManager.submitSearch
(DomainBareJid serviceJID, FillableForm completedForm) Submits the completed form and returns the result of the transcript search. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.workgroup.user
Modifier and TypeMethodDescriptionvoid
Workgroup.departQueue()
Departs the workgroup queue.Workgroup.getOfflineSettings()
Asks the workgroup for it's Offline Settings.Workgroup.getSoundSettings()
Asks the workgroup for it's Sound Settings.Workgroup.getWorkgroupForm()
Returns the Form to use for all clients of a workgroup.Workgroup.getWorkgroupProperties()
Asks the workgroup for it's Properties.Workgroup.getWorkgroupProperties
(String jid) Asks the workgroup for its Properties.boolean
Workgroup.isAvailable()
Returns true if the workgroup is available for receiving new requests.void
Joins the workgroup queue to wait to be routed to an agent. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.xdata
Modifier and TypeMethodDescriptionboolean
XDataManager.isSupported
(Jid jid) Check if the given entity supports data forms. -
Uses of SmackException.NoResponseException in org.jivesoftware.smackx.xhtmlim
Modifier and TypeMethodDescriptionstatic boolean
XHTMLManager.isServiceEnabled
(XMPPConnection connection, Jid userID) Returns true if the specified user handles XHTML messages.