-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config form #301
Comments
I understand label should not exist on |
The other way around. The above example is from pubsub. Buddycloud does not send "label" at all - but should. |
Right I understand. Actually the label is optional as outlined in the schema for XEP-0004 (http://www.xmpp.org/extensions/xep-0004.html#schema). Its a nice to have I agree, but not a requirement. |
At present I'd reply on the config values and map these to locale aware strings for your own labels. Later we can add fallbacks in english for where the client doesn't understand the values :) |
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:
The text was updated successfully, but these errors were encountered: