haXe HXMPP API
Back | Index
enum xmpp.dataform.FormType
submit
The form-submitting entity is submitting data to the form-processing entity. The submission MAY include fields that were not provided in the empty form, but the form-processing entity MUST ignore any fields that it does not understand.
result
The form-processing entity is returning data (e.g., search results) to the form-submitting entity, or the data is a generic data set.
form
The form-processing entity is asking the form-submitting entity to complete a form.
cancel
The form-submitting entity has cancelled submission of data to the form-processing entity.
Back | Index