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