Uses of Class
org.jivesoftware.smack.SmackException.FeatureNotSupportedException
-
Packages that use SmackException.FeatureNotSupportedException Package Description org.jivesoftware.smack.roster Smacks API for Rosters.org.jivesoftware.smackx.address Smack's API for XEP-0033: Extended Stanza Addressing.org.jivesoftware.smackx.bytestreams.socks5 Smack's API for XEP-0065: SOCKS5 Bytestreams.org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.util Utility classes for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.time Smacks implementation of XEP-0202: Entity Time. -
-
Uses of SmackException.FeatureNotSupportedException in org.jivesoftware.smack.roster
Methods in org.jivesoftware.smack.roster that throw SmackException.FeatureNotSupportedException Modifier and Type Method Description voidRoster. preApprove(BareJid user)Pre-approve user presence subscription.voidRoster. preApproveAndCreateEntry(BareJid user, String name, String[] groups)Creates a new pre-approved roster entry and presence subscription. -
Uses of SmackException.FeatureNotSupportedException in org.jivesoftware.smackx.address
Methods in org.jivesoftware.smackx.address that throw SmackException.FeatureNotSupportedException Modifier and Type Method Description static voidMultipleRecipientManager. reply(XMPPConnection connection, Message original, Message reply)Sends a reply to a previously received stanza that was sent to multiple recipients.static voidMultipleRecipientManager. 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 voidMultipleRecipientManager. 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.FeatureNotSupportedException in org.jivesoftware.smackx.bytestreams.socks5
Methods in org.jivesoftware.smackx.bytestreams.socks5 that throw SmackException.FeatureNotSupportedException Modifier and Type Method Description Socks5BytestreamSessionSocks5BytestreamManager. 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. -
Uses of SmackException.FeatureNotSupportedException in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that throw SmackException.FeatureNotSupportedException Modifier and Type Method Description OpenPgpSecretKeyBackupPassphraseOpenPgpManager. backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback)Upload the encrypted secret key to a private PEP node.voidOpenPgpManager. backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback, OpenPgpSecretKeyBackupPassphrase passphrase)Upload the encrypted secret key to a private PEP node. -
Uses of SmackException.FeatureNotSupportedException in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util that throw SmackException.FeatureNotSupportedException Modifier and Type Method Description static voidOpenPgpPubSubUtil. depositSecretKey(XMPPConnection connection, SecretkeyElement element)Publishes aSecretkeyElementto the secret key node. -
Uses of SmackException.FeatureNotSupportedException in org.jivesoftware.smackx.time
Methods in org.jivesoftware.smackx.time that throw SmackException.FeatureNotSupportedException Modifier and Type Method Description TimeEntityTimeManager. getTime(Jid jid)
-