Uses of Class
org.jivesoftware.smackx.pubsub.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
Modifier and TypeMethodDescriptionvoid
OpenPgpContact.updateKeys
(XMPPConnection connection) Update the contacts keys by consulting the users PubSub nodes. -
Uses of PubSubException.NotAPubSubNodeException in org.jivesoftware.smackx.ox.util
Modifier and TypeMethodDescriptionstatic 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. -
Uses of PubSubException.NotAPubSubNodeException in org.jivesoftware.smackx.pubsub