Uses of Class
org.jivesoftware.smackx.pubsub.PubSubException.NotAPubSubNodeException
Packages that use PubSubException.NotAPubSubNodeException
Package
Description
Smack API for XEP-0373: OpenPGP for XMPP.
Utility classes for XEP-0373: OpenPGP for XMPP.
Smack's API for XEP-0060: Publish-Subscribe.
-
Uses of PubSubException.NotAPubSubNodeException in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that throw PubSubException.NotAPubSubNodeExceptionModifier and TypeMethodDescriptionvoidOpenPgpContact.updateKeys(XMPPConnection connection) Update the contacts keys by consulting the users PubSub nodes. -
Uses of PubSubException.NotAPubSubNodeException in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util that throw PubSubException.NotAPubSubNodeExceptionModifier and TypeMethodDescriptionstatic PubkeyElementOpenPgpPubSubUtil.fetchPubkey(XMPPConnection connection, BareJid contact, org.pgpainless.key.OpenPgpV4Fingerprint v4_fingerprint) Fetch the OpenPGP public key of acontact, identified by its OpenPGPv4_fingerprint.static PublicKeysListElementOpenPgpPubSubUtil.fetchPubkeysList(XMPPConnection connection) Consult the public key metadata node and fetch a list of all of our published OpenPGP public keys.static PublicKeysListElementOpenPgpPubSubUtil.fetchPubkeysList(XMPPConnection connection, BareJid contact) Consult the public key metadata node ofcontactto fetch the list of their published OpenPGP public keys. -
Uses of PubSubException.NotAPubSubNodeException in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that throw PubSubException.NotAPubSubNodeException