Uses of Class
org.jivesoftware.openfire.pubsub.PubSubEngine.CreateNodeResponse
Packages that use PubSubEngine.CreateNodeResponse
Package
Description
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of PubSubEngine.CreateNodeResponse in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return PubSubEngine.CreateNodeResponseModifier and TypeMethodDescriptionPubSubEngine.createNodeHelper(PubSubService service, org.xmpp.packet.JID requester, org.dom4j.Element configuration, String nodeID, org.xmpp.forms.DataForm publishOptions) Checks if the following conditions are satisfied and creates a node - Requester can create nodes - Instant node creation is enabled - Node does not already exist - New node configuration is valid
NOTE 1: This method should not reply to the client
NOTE 2: This method calls UserManager::isRegisteredUser(JID) which can block waiting for a response - so do not call this method in the same thread in which a response might arrive