Properties

If you are extending classes, you will need to set the following properties:

regex

regular expression which is used to match request URI and parse parameters embedded in URI, example below:

/\/([^@\/]+)@([^@\/]+)/
requiredRole
Role of the user required to be able to access this URI. Available values: null, "user", "admin". If requiredRole is not null, authentication will be required.
isAsync
If set to true, it will be possible to wait for results, perhaps waiting for an IQ stanza to send results.