Class NodeUtils
java.lang.Object
org.jivesoftware.smackx.pubsub.util.NodeUtils
Utility for extracting information from packets.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigureForm
getFormFromPacket
(Stanza packet, PubSubElementType elem) Get aConfigureForm
from a packet.
-
Constructor Details
-
NodeUtils
public NodeUtils()
-
-
Method Details
-
getFormFromPacket
Get aConfigureForm
from a packet.- Parameters:
packet
- TODO javadoc me pleaseelem
- TODO javadoc me please- Returns:
- The configuration form
-