system_property.plugin.restapi.muc.case-insensitive-lookup.enabled=Names of MUC rooms should be node-prepped. This, however, was not guaranteed the case in some versions of Openfire and this plugin. Earlier versions of this plugin used a case-insensitive lookup to work around this. As this should be unneeded, and is quite resource intensive, this behavior has been made configurable (disabled by default).

stat.restapi_responses.informational.name=REST API 1xx responses
stat.restapi_responses.informational.desc=The amount of HTTP responses that had an 'Informational' status (a code in the 1xx range).
stat.restapi_responses.informational.units=Responses
stat.restapi_responses.successful.name=REST API 2xx responses
stat.restapi_responses.successful.desc=The amount of HTTP responses that had a 'Successful' status (a code in the 2xx range).
stat.restapi_responses.successful.units=Responses
stat.restapi_responses.redirection.name=REST API 3xx responses
stat.restapi_responses.redirection.desc=The amount of HTTP responses that had a 'Redirection' status (a code in the 3xx range).
stat.restapi_responses.redirection.units=Responses
stat.restapi_responses.client_error.name=REST API 4xx responses
stat.restapi_responses.client_error.desc=The amount of HTTP responses that had a 'Client Error' status (a code in the 4xx range).
stat.restapi_responses.client_error.units=Responses
stat.restapi_responses.server_error.name=REST API 5xx responses
stat.restapi_responses.server_error.desc=The amount of HTTP responses that had a 'Server Error' status (a code in the 5xx range).
stat.restapi_responses.server_error.units=Responses
stat.restapi_responses.other.name=REST API unknown responses
stat.restapi_responses.other.desc=The amount of HTTP responses that had an unrecognized status code.
stat.restapi_responses.other.units=Responses
