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:
<fieldvar='pubsub#publish_model'type='list-single'label='The publisher model'>
<optionlabel='Only publishers may publish'>
<value>publishers</value>
</option>
<optionlabel='Subscribers may publish'>
<value>subscribers</value>
</option>
<optionlabel='Anyone may publish'>
<value>open</value>
</option>
</field>
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: