We want to get all fields from this link (http://xmpp.org/extensions/xep-0045.html#roomconfig) for this section
Example 165. Service Sends Configuration Form to Owner
In the specification it is showing all fields, but we are not getting all fields from ejabberd like:
<field label='Roles and Affiliations that May Retrieve Member List' type='list-multi' var='muc#roomconfig_getmemberlist'>
We want to get muc#roomconfig_getmemberlist
, but it is not getting from ejabberd.
What config we need to change to get all field like above link?