Package rocks.xmpp.extensions.data
Interface StandardizedDataForm
-
- All Known Implementing Classes:
NodeConfiguration
,NodeMetaData
,PublishOptions
,RequestVoice
,RoomConfiguration
,RoomInfo
,RoomRegistration
,SoftwareInformation
,SubscribeOptions
public interface StandardizedDataForm
Represents a data form with standardized field variables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataForm
getDataForm()
Gets the underlying data form.String
getFormType()
Gets the form type of the data form.
-