| Parameter | Presence | Type | Default | Description |
---|
| message | O | enumeration | allow |
Determines whether MESSAGE request is accepted and processed or rejected with 405 or with a configurable response.
|
| publish | O | enumeration | allow |
Determines whether PUBLISH request is accepted and processed or rejected with 405 or with a configurable response.
|
| options | O | enumeration | allow |
Determines whether OPTIONS request is accepted and processed or rejected with 405 or with a configurable response.
|
| refer | O | enumeration | allow |
Determines whether REFER request is accepted and processed or rejected with 405 or with a configurable response.
|
| subscribe | O | enumeration | allow |
Determines whether SUBSCRIBE request is accepted and processed or rejected with 405 or with a configurable response.
|
| notify | O | enumeration | allow |
Determines whether NOTIFY request is accepted and processed or rejected with 405 or with a configurable response.
|
| info | O | enumeration | allow |
Determines whether INFO method is included in the Allow header or rejected with 405 or with a configurable response.
|
| register | O | enumeration | allow |
Determines whether REGISTER method is included in the Allow header or rejected with 405 or with a configurable response.
|
| update | O | enumeration | allow |
Determines whether UPDATE request is accepted and processed or rejected with 405 or with a configurable response.
|