Class PubSubServiceInfo

    • Constructor Detail

      • PubSubServiceInfo

        public PubSubServiceInfo​(PubSubService pubSubService)
    • Method Detail

      • getNode

        public Node getNode​(String nodeID)
      • getLeafNodes

        public List<Node> getLeafNodes()
      • getRootCollectionNode

        public CollectionNode getRootCollectionNode()
      • getServiceID

        public String getServiceID()
      • getServiceConfigurationForm

        public org.xmpp.forms.DataForm getServiceConfigurationForm()
      • getValidJID

        public org.xmpp.packet.JID getValidJID​(String username)
      • isValidGroup

        public boolean isValidGroup​(String groupName)
      • processForm

        public org.xmpp.forms.DataForm processForm​(org.xmpp.forms.DataForm form,
                                                   javax.servlet.http.HttpServletRequest request,
                                                   Collection<String> excludedFields)
      • configureService

        public void configureService​(org.xmpp.forms.DataForm form)