-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
All form fields are text-single at the moment.
There are no label, no text-multi, list-single,....
The form should look like this:
http://www.xmpp.org/extensions/xep-0060.html#registrar-formtypes-config
list-single example:
<field var='pubsub#publish_model'
type='list-single'
label='The publisher model'>
<option label='Only publishers may publish'>
<value>publishers</value>
</option>
<option label='Subscribers may publish'>
<value>subscribers</value>
</option>
<option label='Anyone may publish'>
<value>open</value>
</option>
</field>
Metadata
Metadata
Assignees
Labels
No labels