Class ConfigurationEvent

java.lang.Object
org.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.ConfigurationEvent
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement, EmbeddedPacketExtension

public class ConfigurationEvent extends NodeExtension implements EmbeddedPacketExtension
Represents the configuration element of a PubSub message event which associates a configuration form to the node which was configured. The form contains the current node configuration.
  • Constructor Details

    • ConfigurationEvent

      public ConfigurationEvent(String nodeId)
    • ConfigurationEvent

      public ConfigurationEvent(String nodeId, FilledConfigureForm configForm)
  • Method Details