Uses of Class
org.jivesoftware.smackx.pubsub.PubSubException.NotAPubSubNodeException
-
Packages that use PubSubException.NotAPubSubNodeException Package Description 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.pubsub 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.NotAPubSubNodeException Modifier and Type Method Description void
OpenPgpContact. 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.NotAPubSubNodeException Modifier and Type Method Description 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. -
Uses of PubSubException.NotAPubSubNodeException in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that throw PubSubException.NotAPubSubNodeException Modifier and Type Method Description LeafNode
PubSubManager. getLeafNode(java.lang.String id)
Try to get a leaf node with the given node ID.Node
PubSubManager. getNode(java.lang.String id)
Retrieves the requested node, if it exists.
-